Home
last modified time | relevance | path

Searched defs:PthreadMutex (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/compiler-rt/test/tsan/
H A Ddeadlock_detector_stress_test.cc23 class PthreadMutex { class
25 explicit PthreadMutex(bool recursive = false) { in PthreadMutex() function in PthreadMutex
/aosp_15_r20/bionic/tests/
H A Dpthread_test.cpp2095 struct PthreadMutex { struct
2098 explicit PthreadMutex(int mutex_type, int protocol = PTHREAD_PRIO_NONE) { in PthreadMutex() function
2102 ~PthreadMutex() { in ~PthreadMutex() argument
2120 DISALLOW_COPY_AND_ASSIGN(PthreadMutex); argument
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Ddefs_openbsd.go141 type PthreadMutex C.pthread_mutex_t type
Ddefs_darwin.go168 type PthreadMutex C.pthread_mutex_t type