Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for clearSignalHandlers (0.24 sec)

  1. src/runtime/proc.go

    	// because if we are sharing address space with the parent process,
    	// then the parent process can not be running concurrently.
    	inForkedChild = true
    
    	clearSignalHandlers()
    
    	// When we are the child we are the only thread running,
    	// so we know that nothing else has changed gp.m.sigmask.
    	msigrestore(getg().m.sigmask)
    
    	inForkedChild = false
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top