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

  /bionic/libc/bionic/
pthread_join.cpp 34 int pthread_join(pthread_t t, void** return_value) { function
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_join.c 2 * pthread_join.c
51 pthread_join (pthread_t thread, void **value_ptr) function
126 * Pthread_join is a cancelation point.
143 * pthread_join() or pthread_detach() specifying the same
157 } /* pthread_join */
  /external/chromium_org/third_party/libvpx/source/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/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
  /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
  /external/chromium_org/third_party/libwebp/utils/
thread.c 69 static int pthread_join(pthread_t thread, void** value_ptr) { function
275 pthread_join(worker->impl_->thread_, NULL);
  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.h 62 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { function
  /external/webp/src/utils/
thread.c 69 static int pthread_join(pthread_t thread, void** value_ptr) { function
275 pthread_join(worker->impl_->thread_, NULL);
  /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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_thread.h 61 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { function
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h 1034 #define pthread_join macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1034 #define pthread_join macro
    [all...]

Completed in 1207 milliseconds