Home
last modified time | relevance | path

Searched refs:THR_CANCELLING (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/lib/libkse/thread/
Dthr_cancel.c19 if ((curthread->cancelflags & THR_CANCELLING) != 0) { in checkcancel()
30 curthread->cancelflags &= ~THR_CANCELLING; in checkcancel()
34 curthread->cancelflags &= ~THR_CANCELLING; in checkcancel()
78 pthread->cancelflags |= THR_CANCELLING; in _pthread_cancel()
87 pthread->cancelflags |= THR_CANCELLING; in _pthread_cancel()
97 pthread->cancelflags |= THR_CANCELLING; in _pthread_cancel()
106 pthread->cancelflags |= THR_CANCELLING; in _pthread_cancel()
114 pthread->cancelflags |= THR_CANCELLING; in _pthread_cancel()
Dthr_sigsuspend.c80 if ((curthread->cancelflags & THR_CANCELLING) != 0) in _sigsuspend()
Dthr_join.c138 if ((curthread->cancelflags & THR_CANCELLING) && in _pthread_join()
Dthr_private.h681 #define THR_CANCELLING 0x0008 macro
Dthr_kern.c108 (((thrd)->cancelflags & THR_CANCELLING) != 0 && \
114 (((thrd)->cancelflags & THR_CANCELLING) != 0 && \