Searched defs:pthread_kill (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_kill.c2 * pthread_kill.c
5 * This translation unit implements the pthread_kill routine.
49 pthread_kill (pthread_t thread, int sig) function
105 } /* pthread_kill */
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_pth.h199 * These platforms don't have pthread_kill()
202 #define pthread_kill(thread, sig) ENOSYS macro
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h1039 #define pthread_kill PTHREAD_KILL macro
/external/mesa3d/include/GL/
H A Dvms_x_fix.h1039 #define pthread_kill PTHREAD_KILL macro

Completed in 2151 milliseconds