HomeSort by: relevance | last modified time | path
    Searched defs:pthread_cancel (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
tls.h 74 # pragma weak pthread_cancel macro
75 # define pthread_in_use() (pthread_cancel != NULL)
lock.h 128 # pragma weak pthread_cancel macro
129 # define pthread_in_use() (pthread_cancel != NULL)
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
tls.h 74 # pragma weak pthread_cancel macro
75 # define pthread_in_use() (pthread_cancel != NULL)
lock.h 128 # pragma weak pthread_cancel macro
129 # define pthread_in_use() (pthread_cancel != NULL)
  /src/crypto/external/bsd/openssh/dist/
auth-pam.c 151 #define pthread_cancel fake_pthread_cancel macro
235 pthread_cancel(sp_pthread_t thread) function
625 pthread_cancel(ctxt->pam_thread);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
lock.h 129 # pragma weak pthread_cancel macro
130 # define pthread_in_use() (pthread_cancel != NULL)
  /src/lib/libpthread/
pthread.c 872 pthread_cancel(pthread_t thread) function
969 * pthread_cancel.
1074 * membar_acquire matches membar_release in pthread_cancel.

Completed in 20 milliseconds