Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for die_from_sighup (0.22 sec)

  1. src/os/signal/signal_test.go

    		}
    	}
    }
    
    var (
    	sendUncaughtSighup = flag.Int("send_uncaught_sighup", 0, "send uncaught SIGHUP during TestStop")
    	dieFromSighup      = flag.Bool("die_from_sighup", false, "wait to die from uncaught SIGHUP")
    )
    
    // Test that Stop cancels the channel's registrations.
    func TestStop(t *testing.T) {
    	sigs := []syscall.Signal{
    		syscall.SIGWINCH,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 15:34:56 UTC 2023
    - 27.2K bytes
    - Viewed (0)
Back to top