Home
last modified time | relevance | path

Searched defs:pthreadmutex (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsys_darwin.go508 func pthread_mutex_init(m *pthreadmutex, attr *pthreadmutexattr) int32 {
518 func pthread_mutex_lock(m *pthreadmutex) int32 {
527 func pthread_mutex_unlock(m *pthreadmutex) int32 {
546 func pthread_cond_wait(c *pthreadcond, m *pthreadmutex) int32 {
556 func pthread_cond_timedwait_relative_np(c *pthreadcond, m *pthreadmutex, t *timespec) int32 {
Ddefs_darwin_arm64.go226 type pthreadmutex struct { struct
227 X__sig int64
228 X__opaque [56]int8
Ddefs_darwin_amd64.go361 type pthreadmutex struct { struct
362 X__sig int64
363 X__opaque [56]int8
Ddefs_openbsd_arm64.go171 type pthreadmutex uintptr type
Ddefs_openbsd_riscv64.go176 type pthreadmutex uintptr type
Ddefs_openbsd_386.go180 type pthreadmutex uintptr type
Ddefs_openbsd_ppc64.go183 type pthreadmutex uintptr type
Ddefs_openbsd_arm.go188 type pthreadmutex uintptr type
Ddefs_openbsd_amd64.go191 type pthreadmutex uintptr type