Home
last modified time | relevance | path

Searched defs:pthread_cond_init (Results 1 – 25 of 72) sorted by relevance

123

/aosp_15_r20/external/musl/src/thread/
H A Dpthread_cond_init.c3 int pthread_cond_init(pthread_cond_t *restrict c, const pthread_condattr_t *restrict a) in pthread_cond_init() function
/aosp_15_r20/external/trusty/musl/src/thread/
Dpthread_cond_init.c3 int pthread_cond_init(pthread_cond_t *restrict c, const pthread_condattr_t *restrict a) in pthread_cond_init() function
/aosp_15_r20/external/gemmlowp/profiling/
H A Dpthread_everywhere.h59 inline void pthread_cond_init(pthread_cond_t *cond, std::nullptr_t) { in pthread_cond_init() function
/aosp_15_r20/external/libvpx/vpx_util/
H A Dvpx_pthread.h122 static INLINE int pthread_cond_init(pthread_cond_t *const condition, in pthread_cond_init() function
/aosp_15_r20/external/selinux/libselinux/src/
H A Dselinux_internal.h83 #pragma weak pthread_cond_init macro
/aosp_15_r20/external/libaom/aom_util/
H A Daom_pthread.h150 static inline int pthread_cond_init(pthread_cond_t *const condition, in pthread_cond_init() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/
Dpthread_helpers.hpp32 int pthread_cond_init(pthread_cond_t* c) in pthread_cond_init() function
/aosp_15_r20/external/python/cpython3/Python/
Dthread_pthread_stubs.h37 pthread_cond_init(pthread_cond_t *restrict cond, in pthread_cond_init() function
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_pthread.h206 #define pthread_cond_init dng_pthread_cond_init macro
/aosp_15_r20/external/libdav1d/src/
H A Dthread.h105 static inline int pthread_cond_init(pthread_cond_t *const cond, in pthread_cond_init() function
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dthreads.c77 #pragma weak pthread_cond_init macro
/aosp_15_r20/external/webp/src/utils/
H A Dthread_utils.c143 static int pthread_cond_init(pthread_cond_t* const condition, void* cond_attr) { in pthread_cond_init() function
/aosp_15_r20/bionic/libc/bionic/
H A Dpthread_cond.cpp136 int pthread_cond_init(pthread_cond_t* cond_interface, const pthread_condattr_t* attr) { in pthread_cond_init() function
/aosp_15_r20/external/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cc176 INTERCEPTOR(int, pthread_cond_init, pthread_cond_t *c, in INTERCEPTOR() argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
Dgthr-posix.h845 __gthrw_(pthread_cond_init) (__cond, NULL); in __gthread_cond_init_function() local
Dgthr-default.h845 __gthrw_(pthread_cond_init) (__cond, NULL); in __gthread_cond_init_function() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
Dgthr-default.h845 __gthrw_(pthread_cond_init) (__cond, NULL); in __gthread_cond_init_function() local
Dgthr-posix.h845 __gthrw_(pthread_cond_init) (__cond, NULL); in __gthread_cond_init_function() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/x86_64-linux/32/bits/
Dgthr-default.h845 __gthrw_(pthread_cond_init) (__cond, NULL); in __gthread_cond_init_function() local
Dgthr-posix.h845 __gthrw_(pthread_cond_init) (__cond, NULL); in __gthread_cond_init_function() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/x86_64-linux/bits/
Dgthr-default.h845 __gthrw_(pthread_cond_init) (__cond, NULL); in __gthread_cond_init_function() local
Dgthr-posix.h845 __gthrw_(pthread_cond_init) (__cond, NULL); in __gthread_cond_init_function() local
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsys_darwin.go536 func pthread_cond_init(c *pthreadcond, attr *pthreadcondattr) int32 { func
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_21/gen/
Dstub.c612 void pthread_cond_init() {} in pthread_cond_init() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/
H A Dmod.rs1104 pub fn pthread_cond_init(cond: *mut pthread_cond_t, attr: *const pthread_condattr_t) in pthread_cond_init() function

123