Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for atomicStopTestProgram (0.26 sec)

  1. src/os/signal/signal_test.go

    	waitSig(t, c, syscall.SIGCONT)
    }
    
    // Test race between stopping and receiving a signal (issue 14571).
    func TestAtomicStop(t *testing.T) {
    	if os.Getenv("GO_TEST_ATOMIC_STOP") != "" {
    		atomicStopTestProgram(t)
    		t.Fatal("atomicStopTestProgram returned")
    	}
    
    	testenv.MustHaveExec(t)
    
    	// Call Notify for SIGINT before starting the child process.
    	// That ensures that SIGINT is not ignored for the child.
    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