Home
last modified time | relevance | path

Searched refs:pthreadmutex (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsys_darwin.go508 func pthread_mutex_init(m *pthreadmutex, attr *pthreadmutexattr) int32 { argument
518 func pthread_mutex_lock(m *pthreadmutex) int32 { argument
527 func pthread_mutex_unlock(m *pthreadmutex) int32 { argument
546 func pthread_cond_wait(c *pthreadcond, m *pthreadmutex) int32 { argument
556 func pthread_cond_timedwait_relative_np(c *pthreadcond, m *pthreadmutex, t *timespec) int32 { argument
Ddefs_openbsd_arm64.go171 type pthreadmutex uintptr type
Ddefs_openbsd_riscv64.go176 type pthreadmutex uintptr type
Ddefs_openbsd_ppc64.go183 type pthreadmutex uintptr type
Ddefs_openbsd_arm.go188 type pthreadmutex uintptr type
Ddefs_openbsd_386.go180 type pthreadmutex uintptr type
Ddefs_openbsd_amd64.go191 type pthreadmutex uintptr type
Ddefs_darwin_arm64.go226 type pthreadmutex struct { struct
Ddefs_darwin_amd64.go361 type pthreadmutex struct { struct
Dos_darwin.go14 mutex pthreadmutex