const sync.mutexStarving
10 uses
sync (current package)
mutex.go#L39: mutexStarving
mutex.go#L93: if old&(mutexLocked|mutexStarving) == mutexLocked && runtime_canSpin(iter) {
mutex.go#L108: if old&mutexStarving == 0 {
mutex.go#L111: if old&(mutexLocked|mutexStarving) != 0 {
mutex.go#L119: new |= mutexStarving
mutex.go#L130: if old&(mutexLocked|mutexStarving) == 0 {
mutex.go#L141: if old&mutexStarving != 0 {
mutex.go#L156: delta -= mutexStarving
mutex.go#L198: if new&mutexStarving == 0 {
mutex.go#L207: if old>>mutexWaiterShift == 0 || old&(mutexLocked|mutexWoken|mutexStarving) != 0 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |