Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parkunlock_c (0.18 sec)

  1. src/runtime/proc.go

    // The goroutine can be made runnable again by calling goready(gp).
    func goparkunlock(lock *mutex, reason waitReason, traceReason traceBlockReason, traceskip int) {
    	gopark(parkunlock_c, unsafe.Pointer(lock), reason, traceReason, traceskip)
    }
    
    // goready should be an internal detail,
    // but widely used packages access it using linkname.
    // Notable members of the hall of shame include:
    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