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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_cancel.c 2 * pthread_cancel.c
75 pthread_cancel (pthread_t thread) function
119 * (pthread_cancel is required to be an async-cancel
  /external/libvpx/libvpx/vp8/common/
threading.h 31 #define pthread_cancel(thread) terminate_thread(thread,0) macro
53 #define pthread_cancel(thread) DosKillThread(thread) macro
  /external/bison/lib/glthread/
lock.h 147 # pragma weak pthread_cancel macro
148 # define pthread_in_use() (pthread_cancel != NULL)
    [all...]
  /external/openssh/
auth-pam.c 162 return; /* terminated by pthread_cancel */
204 pthread_cancel(sp_pthread_t thread) function
535 pthread_cancel(ctxt->pam_thread);
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h 1003 #define pthread_cancel macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1003 #define pthread_cancel macro
    [all...]

Completed in 62 milliseconds