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

  /external/libvpx/vp8/common/
threading.h 34 #define pthread_cancel(thread) terminate_thread(thread,0) macro
  /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);

Completed in 1145 milliseconds