Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allocBlock (0.12 sec)

  1. src/runtime/os_linux.go

    	//    created in allocm will eventually reach OS thread clone later in
    	//    newm.
    	// 3. We take allocmLock for write here to prevent allocation of new Ms
    	//    while this function runs. Per (1), this prevents clone of OS
    	//    threads that are not yet in allm.
    	allocmLock.lock()
    
    	// Disable preemption, preventing us from changing Ms, as we handle
    	// this M specially.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 25.9K bytes
    - Viewed (0)
Back to top