Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for traceShuttingDown (0.17 sec)

  1. src/runtime/proc.go

    			}
    			// Drop any remaining trace resources.
    			// Ms can continue to emit events all the way until wait != freeMWait,
    			// so it's only safe to call traceThreadDestroy at this point.
    			if traceEnabled() || traceShuttingDown() {
    				traceThreadDestroy(freem)
    			}
    			// Free the stack if needed. For freeMRef, there is
    			// nothing to do except drop freem from the sched.freem
    			// list.
    			if wait == freeMStack {
    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