Home
last modified time | relevance | path

Searched refs:pthread_setcancelstate (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/grep/lib/
HDerror.c303 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), in error()
329 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); in error()
366 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), in error_at_line()
400 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); in error_at_line()
/dragonfly/lib/libthread_xu/thread/
HDthr_cancel.c156 __strong_reference(_pthread_setcancelstate, pthread_setcancelstate);
/dragonfly/lib/libpthread/
HDMakefile148 MLINKS+=pthread_testcancel.3 pthread_setcancelstate.3 \
/dragonfly/include/
HDpthread.h252 int pthread_setcancelstate(int, int *);
/dragonfly/lib/libc/include/
HDnamespace.h190 #define pthread_setcancelstate _pthread_setcancelstate macro
HDun-namespace.h171 #undef pthread_setcancelstate
/dragonfly/lib/libthread_xu/
HDpthread.map308 pthread_setcancelstate;
/dragonfly/lib/libc/gen/
HD_pthread_stubs.c165 WR(stub_zero, pthread_setcancelstate);
HDSymbol.map127 pthread_setcancelstate;