func runtime.semasleep
8 uses
runtime (current package)
lock_sema.go#L89: semasleep(-1)
lock_sema.go#L181: semasleep(-1)
lock_sema.go#L186: semasleep(ns)
lock_sema.go#L213: semasleep(-1)
lock_sema.go#L217: for semasleep(ns) < 0 {
lock_sema.go#L232: if semasleep(ns) >= 0 {
lock_sema.go#L266: if semasleep(-1) < 0 {
os_darwin.go#L36: func semasleep(ns int64) int32 {
![]() |
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. |