func sync.runtime_SemacquireMutex
4 uses
sync (current package)
mutex.go#L138: runtime_SemacquireMutex(&m.sema, queueLifo, 1)
runtime.go#L20: func runtime_SemacquireMutex(s *uint32, lifo bool, skipframes int)
rwmutex.go#L63: runtime_SemacquireMutex(&rw.readerSem, false, 0)
rwmutex.go#L116: runtime_SemacquireMutex(&rw.writerSem, false, 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. |