Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pidWait (0.26 sec)

  1. src/runtime/netpoll.go

    	// rg, wg are accessed atomically and hold g pointers.
    	// (Using atomic.Uintptr here is similar to using guintptr elsewhere.)
    	rg atomic.Uintptr // pdReady, pdWait, G waiting for read or pdNil
    	wg atomic.Uintptr // pdReady, pdWait, G waiting for write or pdNil
    
    	lock    mutex // protects the following fields
    	closing bool
    	rrun    bool      // whether rt is running
    	wrun    bool      // whether wt is running
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 20.7K bytes
    - Viewed (0)
Back to top