/bionic/libc/bionic/ |
pthread_join.cpp | 33 int pthread_join(pthread_t t, void** ret_val) { 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/libwebp/utils/ |
thread.c | 49 static int pthread_join(pthread_t thread, void** value_ptr) { function 231 pthread_join(worker->thread_, NULL);
|
/external/libvpx/libvpx/vp8/common/ |
threading.h | 28 #define pthread_join(thread, result) ((WaitForSingleObject((thread),INFINITE)!=WAIT_OBJECT_0) || !CloseHandle(thread)) macro 50 #define pthread_join(thread, result) ((int)DosWaitThread(&(thread),0)) macro
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_thread.c | 52 static int pthread_join(pthread_t thread, void** value_ptr) { function 237 pthread_join(worker->thread_, NULL);
|
/external/webp/src/utils/ |
thread.c | 49 static int pthread_join(pthread_t thread, void** value_ptr) { function 231 pthread_join(worker->thread_, NULL);
|
/external/openssh/ |
auth-pam.c | 212 pthread_join(sp_pthread_t thread, void **value) function 536 pthread_join(ctxt->pam_thread, NULL);
|
/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...] |