Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsys_darwin.go536 func pthread_cond_init(c *pthreadcond, attr *pthreadcondattr) 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 {
567 func pthread_cond_signal(c *pthreadcond) int32 {
Ddefs_darwin_arm64.go234 type pthreadcond struct { struct
235 X__sig int64
236 X__opaque [40]int8
Ddefs_darwin_amd64.go369 type pthreadcond struct { struct
370 X__sig int64
371 X__opaque [40]int8
Ddefs_openbsd_arm64.go169 type pthreadcond uintptr type
Ddefs_openbsd_riscv64.go174 type pthreadcond uintptr type
Ddefs_openbsd_386.go178 type pthreadcond uintptr type
Ddefs_openbsd_ppc64.go181 type pthreadcond uintptr type
Ddefs_openbsd_arm.go186 type pthreadcond uintptr type
Ddefs_openbsd_amd64.go189 type pthreadcond uintptr type