Home
last modified time | relevance | path

Searched defs:pthread_cond_destroy (Results 1 – 15 of 15) sorted by relevance

/external/musl/src/thread/
Dpthread_cond_destroy.c3 int pthread_cond_destroy(pthread_cond_t *c) in pthread_cond_destroy() function
/external/gemmlowp/profiling/
Dpthread_everywhere.h73 inline void pthread_cond_destroy(pthread_cond_t *cond) { delete *cond; } in pthread_cond_destroy() function
/external/selinux/libselinux/src/
Dselinux_internal.h83 #pragma weak pthread_cond_destroy macro
/external/dng_sdk/source/
Ddng_pthread.h207 #define pthread_cond_destroy dng_pthread_cond_destroy macro
/external/libaom/aom_util/
Daom_thread.h113 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) { in pthread_cond_destroy() function
/external/libvpx/vpx_util/
Dvpx_thread.h132 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) { in pthread_cond_destroy() function
/external/webp/src/utils/
Dthread_utils.c131 static int pthread_cond_destroy(pthread_cond_t* const condition) { in pthread_cond_destroy() function
/external/cronet/third_party/libxml/src/
Dthreads.c71 #pragma weak pthread_cond_destroy macro
/external/libxml2/
Dthreads.c71 #pragma weak pthread_cond_destroy macro
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc216 INTERCEPTOR(int, pthread_cond_destroy, pthread_cond_t *c) { in INTERCEPTOR() argument
/external/ImageMagick/MagickCore/
Dvms.h789 #define pthread_cond_destroy PTHREAD_COND_DESTROY macro
/external/rust/crates/libc/src/unix/
Dmod.rs1128 pub fn pthread_cond_destroy(cond: *mut pthread_cond_t) -> ::c_int; in pthread_cond_destroy() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1105 INTERCEPTOR(int, pthread_cond_destroy, void *c) { in INTERCEPTOR() argument
/external/rust/crates/libc/src/vxworks/
Dmod.rs1403 pub fn pthread_cond_destroy(cond: *mut pthread_cond_t) -> ::c_int; in pthread_cond_destroy() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3723 pub fn pthread_cond_destroy(cond: *mut pthread_cond_t) -> ::c_int; in pthread_cond_destroy() function