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

  /external/linux-kselftest/android/include/
bionic-compat.h 7 static inline int pthread_cancel(pthread_t thread) { return 0; } function
  /external/ltp/android/include/
bionic-compat.h 55 static inline int pthread_cancel(pthread_t thread) { return 0; } function
  /external/libvpx/libvpx/vp8/common/
threading.h 41 #define pthread_cancel(thread) terminate_thread(thread, 0) macro
61 #define pthread_cancel(thread) DosKillThread(thread) macro
  /hardware/qcom/display/msm8996/sdm/include/utils/
sys.h 58 typedef int (*pthread_cancel)(pthread_t thread); typedef in class:sdm::Sys
72 static pthread_cancel pthread_cancel_;
  /hardware/qcom/display/msm8998/sdm/include/utils/
sys.h 63 typedef int (*pthread_cancel)(pthread_t thread); typedef in class:sdm::Sys
78 static pthread_cancel pthread_cancel_;
  /hardware/qcom/display/sdm845/sdm/include/utils/
sys.h 63 typedef int (*pthread_cancel)(pthread_t thread); typedef in class:sdm::Sys
78 static pthread_cancel pthread_cancel_;
  /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 171 return; /* terminated by pthread_cancel */
213 pthread_cancel(sp_pthread_t thread) function
536 pthread_cancel(ctxt->pam_thread);
  /external/ImageMagick/MagickCore/
vms.h 786 #define pthread_cancel macro
    [all...]

Completed in 589 milliseconds