OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PT_CANCEL_DISABLED
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libpthread/
pthread.c
662
atomic_store_relaxed(&self->pt_cancel,
PT_CANCEL_DISABLED
);
899
if ((old &
PT_CANCEL_DISABLED
) == 0) {
931
flags =
PT_CANCEL_DISABLED
;
939
new = (old & ~
PT_CANCEL_DISABLED
) | flags;
951
(
PT_CANCEL_DISABLED
|PT_CANCEL_CANCELLED))) {
982
if (old &
PT_CANCEL_DISABLED
)
pthread_int.h
161
#define
PT_CANCEL_DISABLED
__BIT(0)
Completed in 36 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025