Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runtime_AfterFork (0.21 sec)

  1. src/runtime/proc.go

    	// Code between fork and exec must not allocate memory nor even try to grow stack.
    	// Here we spoil g.stackguard0 to reliably detect any attempts to grow stack.
    	// runtime_AfterFork will undo this in parent process, but not in child.
    	gp.stackguard0 = stackFork
    }
    
    // Called from syscall package after fork in parent.
    //
    // syscall_runtime_AfterFork is for package syscall,
    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