Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libthr/thread/
Dthr_cancel.c88 case PTHREAD_CANCEL_ENABLE: in _pthread_setcancelstate()
98 *oldstate = oldval ? PTHREAD_CANCEL_ENABLE : in _pthread_setcancelstate()
/freebsd-9-stable/contrib/gnu-sort/lib/
Derror.c198 int state = PTHREAD_CANCEL_ENABLE; in error()
258 int state = PTHREAD_CANCEL_ENABLE; in error_at_line()
/freebsd-9-stable/contrib/diff/lib/
Derror.c202 int state = PTHREAD_CANCEL_ENABLE; in error()
262 int state = PTHREAD_CANCEL_ENABLE; in error_at_line()
/freebsd-9-stable/include/
Dpthread.h80 #define PTHREAD_CANCEL_ENABLE 0 macro
/freebsd-9-stable/lib/libkse/thread/
Dthr_cancel.c193 case PTHREAD_CANCEL_ENABLE: in _pthread_setcancelstate()
Dthr_create.c168 new_thread->cancelflags = PTHREAD_CANCEL_ENABLE | in _pthread_create()
Dthr_init.c395 thread->cancelflags = PTHREAD_CANCEL_ENABLE | PTHREAD_CANCEL_DEFERRED; in init_main_thread()