func runtime.pthread_mutex_init
2 uses
runtime (current package)
os_darwin.go#L27: if err := pthread_mutex_init(&mp.mutex, nil); err != 0 {
sys_darwin.go#L355: func pthread_mutex_init(m *pthreadmutex, attr *pthreadmutexattr) 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. |