Searched defs:pthread_join (Results 1 - 7 of 7) sorted by relevance

/external/gemmlowp/profiling/
H A Dpthread_everywhere.h52 inline void pthread_join(pthread_t thread, std::nullptr_t) { thread->join(); } function in namespace:gemmlowp
/external/webp/src/utils/
H A Dthread_utils.c98 static int pthread_join(pthread_t thread, void** value_ptr) { function
325 pthread_join(impl->thread_, NULL);
/external/adhd/cras/src/tests/
H A Dcras_client_unittest.cc348 int pthread_join(pthread_t thread, void **retval) { function
H A Diodev_unittest.cc1968 int pthread_join(pthread_t thread, void **value_ptr) { function
/external/dng_sdk/source/
H A Ddng_pthread.h207 #define pthread_join dng_pthread_join macro
/external/libvpx/libvpx/vpx_util/
H A Dvpx_thread.h94 static INLINE int pthread_join(pthread_t thread, void **value_ptr) { function
252 static INLINE int pthread_join(pthread_t thread, void **value_ptr) { function
/external/ImageMagick/MagickCore/
H A Dvms.h815 #define pthread_join PTHREAD_JOIN macro

Completed in 442 milliseconds