Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lockOSThread (0.1 sec)

  1. src/runtime/proc.go

    //
    // All init functions are run on the startup thread. Calling LockOSThread
    // from an init function will cause the main function to be invoked on
    // that thread.
    //
    // A goroutine should call LockOSThread before calling OS services or
    // non-Go library functions that depend on per-thread state.
    //
    //go:nosplit
    func LockOSThread() {
    	if atomic.Load(&newmHandoff.haveTemplateThread) == 0 && GOOS != "plan9" {
    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