Home
last modified time | relevance | path

Searched refs:PTHREAD_CANCEL_ENABLE (Results 1 – 6 of 6) sorted by relevance

/dragonfly/lib/libthread_xu/thread/
H A Dthr_cancel.c87 PTHREAD_CANCEL_DISABLE : PTHREAD_CANCEL_ENABLE); in _pthread_setcancelstate()
92 case PTHREAD_CANCEL_ENABLE: in _pthread_setcancelstate()
H A Dthr_create.c107 new_thread->cancelflags = PTHREAD_CANCEL_ENABLE | in _pthread_create()
H A Dthr_init.c363 thread->cancelflags = PTHREAD_CANCEL_ENABLE | PTHREAD_CANCEL_DEFERRED; in init_main_thread()
/dragonfly/contrib/diffutils/lib/
H A Derror.c302 int state = PTHREAD_CANCEL_ENABLE; in error()
365 int state = PTHREAD_CANCEL_ENABLE; in error_at_line()
/dragonfly/contrib/grep/lib/
H A Derror.c302 int state = PTHREAD_CANCEL_ENABLE; in error()
365 int state = PTHREAD_CANCEL_ENABLE; in error_at_line()
/dragonfly/include/
H A Dpthread.h78 #define PTHREAD_CANCEL_ENABLE 0 macro