Home
last modified time | relevance | path

Searched defs:pthread_cond_wait (Results 1 – 25 of 66) sorted by relevance

123

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/
Dpthread_helpers.hpp107 int pthread_cond_wait(pthread_cond_t* c, pthread_mutex_t* m) in pthread_cond_wait() function
159 int pthread_cond_wait(pthread_cond_t* c, pthread_mutex_t* m) in pthread_cond_wait() function
/aosp_15_r20/external/trusty/musl/src/thread/
Dpthread_cond_wait.c3 int pthread_cond_wait(pthread_cond_t *restrict c, pthread_mutex_t *restrict m) in pthread_cond_wait() function
/aosp_15_r20/external/musl/src/thread/
H A Dpthread_cond_wait.c3 int pthread_cond_wait(pthread_cond_t *restrict c, pthread_mutex_t *restrict m) in pthread_cond_wait() function
/aosp_15_r20/trusty/user/base/lib/libc-trusty/
Dpthreads.c76 int pthread_cond_wait(pthread_cond_t* restrict cond, in pthread_cond_wait() function
/aosp_15_r20/external/gemmlowp/profiling/
H A Dpthread_everywhere.h66 inline void pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) { in pthread_cond_wait() function
/aosp_15_r20/external/libvpx/vpx_util/
H A Dvpx_pthread.h139 static INLINE int pthread_cond_wait(pthread_cond_t *const condition, in pthread_cond_wait() function
/aosp_15_r20/external/selinux/libselinux/src/
H A Dselinux_internal.h86 #pragma weak pthread_cond_wait macro
/aosp_15_r20/external/libaom/aom_util/
H A Daom_pthread.h167 static inline int pthread_cond_wait(pthread_cond_t *const condition, in pthread_cond_wait() function
/aosp_15_r20/external/python/cpython3/Python/
Dthread_pthread_stubs.h49 pthread_cond_wait(pthread_cond_t *restrict cond, in pthread_cond_wait() function
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_pthread.h208 #define pthread_cond_wait dng_pthread_cond_wait macro
/aosp_15_r20/external/libdav1d/src/
H A Dthread.h116 static inline int pthread_cond_wait(pthread_cond_t *const cond, in pthread_cond_wait() function
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dthreads.c79 #pragma weak pthread_cond_wait macro
/aosp_15_r20/external/webp/src/utils/
H A Dthread_utils.c178 static int pthread_cond_wait(pthread_cond_t* const condition, in pthread_cond_wait() function
/aosp_15_r20/bionic/libc/bionic/
H A Dpthread_cond.cpp221 int pthread_cond_wait(pthread_cond_t* cond_interface, pthread_mutex_t* mutex) { in pthread_cond_wait() function
/aosp_15_r20/external/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cc183 INTERCEPTOR(int, pthread_cond_wait, pthread_cond_t *c, pthread_mutex_t *m) { in INTERCEPTOR() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsys_darwin.go546 func pthread_cond_wait(c *pthreadcond, m *pthreadmutex) int32 { func
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_21/gen/
Dstub.c615 void pthread_cond_wait() {} in pthread_cond_wait() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/
H A Dmod.rs1110 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> ::c_int; in pthread_cond_wait() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/
H A Dmod.rs1108 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> ::c_int; in pthread_cond_wait() function
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_23/gen/
Dstub.c691 void pthread_cond_wait() {} in pthread_cond_wait() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/unix/
H A Dmod.rs1110 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> ::c_int; in pthread_cond_wait() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/
H A Dmod.rs1108 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> ::c_int; in pthread_cond_wait() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/
H A Dmod.rs1110 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> ::c_int; in pthread_cond_wait() function
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/unix/
Dmod.rs1150 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> ::c_int; in pthread_cond_wait() function
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_22/gen/
Dstub.c637 void pthread_cond_wait() {} in pthread_cond_wait() function

123