Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for startTheWorld (0.17 sec)

  1. src/runtime/proc.go

    		casgstatus(gp, _Gwaiting, _Grunning)
    	})
    	return stopTheWorldContext
    }
    
    // startTheWorld undoes the effects of stopTheWorld.
    //
    // w must be the worldStop returned by stopTheWorld.
    func startTheWorld(w worldStop) {
    	systemstack(func() { startTheWorldWithSema(0, w) })
    
    	// worldsema must be held over startTheWorldWithSema to ensure
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  2. src/cmd/trace/testdata/go122.test

    String id=193
    	data="os.(*file).close"
    String id=194
    	data="os.(*File).Close"
    String id=195
    	data="net.(*file).close"
    String id=196
    	data="runtime.startTheWorld"
    String id=197
    	data="runtime.(*traceAdvancerState).start.func1"
    String id=198
    	data="syscall.getsockopt"
    String id=199
    	data="syscall.GetsockoptInt"
    String id=200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
Back to top