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 *);
419 #define pthread_setcancelstate __libc_thr_setcancelstate macro
pthread.c 147 __strong_alias(__libc_thr_setcancelstate,pthread_setcancelstate)
889 * pthread_setcancelstate and pthread__testcancel.
913 pthread_setcancelstate(int state, int *oldstate) function in typeref:typename:int

Completed in 12 milliseconds