Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitSigAll (0.08 sec)

  1. src/os/signal/signal_test.go

    	t.Logf("sigwinch...")
    	syscall.Kill(syscall.Getpid(), syscall.SIGWINCH)
    	waitSigAll(t, c1, syscall.SIGWINCH)
    
    	// Send two more SIGHUPs, to make sure that
    	// they get delivered on c1 and that not reading
    	// from c does not block everything.
    	t.Logf("sighup...")
    	syscall.Kill(syscall.Getpid(), syscall.SIGHUP)
    	waitSigAll(t, c1, syscall.SIGHUP)
    	t.Logf("sighup...")
    	syscall.Kill(syscall.Getpid(), syscall.SIGHUP)
    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