Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 51 of 51 for disappears (0.1 sec)

  1. src/runtime/proc.go

    	// to make sure we don't write into the same buffer.
    	if traceEnabled() || traceShuttingDown() {
    		// Acquire sched.lock across thread destruction. One of the invariants of the tracer
    		// is that a thread cannot disappear from the tracer's view (allm or freem) without
    		// it noticing, so it requires that sched.lock be held over traceThreadDestroy.
    		//
    		// This isn't strictly necessary in this case, because this thread never leaves allm,
    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