HomeSort by relevance Sort by last modified time
    Searched defs:pthread_join (Results 1 - 9 of 9) sorted by null

  /bionic/libc/bionic/
pthread_join.cpp 34 int pthread_join(pthread_t t, void** return_value) { function
  /external/libvpx/libvpx/vp8/common/
threading.h 32 #define pthread_join(thread, result) ((WaitForSingleObject((thread),INFINITE)!=WAIT_OBJECT_0) || !CloseHandle(thread)) macro
54 #define pthread_join(thread, result) ((int)DosWaitThread(&(thread),0)) macro
  /external/opencv3/3rdparty/libwebp/utils/
thread.c 49 static int pthread_join(pthread_t thread, void** value_ptr) { function
231 pthread_join(worker->thread_, NULL);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
threading.h 32 #define pthread_join(thread, result) ((WaitForSingleObject((thread),INFINITE)!=WAIT_OBJECT_0) || !CloseHandle(thread)) macro
54 #define pthread_join(thread, result) ((int)DosWaitThread(&(thread),0)) macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_thread.h 62 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { function
  /external/libvpx/libvpx/vpx_util/
vpx_thread.h 65 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { function
  /external/webp/src/utils/
thread.c 98 static int pthread_join(pthread_t thread, void** value_ptr) { function
324 pthread_join(worker->impl_->thread_, NULL);
  /external/dng_sdk/source/
dng_pthread.h 202 #define pthread_join dng_pthread_join macro
  /external/mesa3d/include/GL/
vms_x_fix.h 1034 #define pthread_join macro
    [all...]

Completed in 705 milliseconds