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

  /src/lib/libpthread/
pthread.h 155 int pthread_setcancelstate(int, int *);
455 #define pthread_setcancelstate __libc_thr_setcancelstate macro
pthread.c 149 __strong_alias(__libc_thr_setcancelstate,pthread_setcancelstate)
891 * pthread_setcancelstate and pthread__testcancel.
915 pthread_setcancelstate(int state, int *oldstate) function

Completed in 21 milliseconds