Home
last modified time | relevance | path

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

/glibc-2.36/nptl/
Dpthread_cancel.c51 int newval = oldval | CANCELING_BITMASK | CANCELED_BITMASK; in sigcancel_handler()
125 newval = oldval | CANCELING_BITMASK | CANCELED_BITMASK; in __pthread_cancel()
135 int newval2 = oldval | CANCELING_BITMASK; in __pthread_cancel()
Dcancellation.c83 while (__glibc_unlikely ((newval & (CANCELING_BITMASK | CANCELED_BITMASK)) in libc_hidden_def()
84 == CANCELING_BITMASK)) in libc_hidden_def()
Dpthread_join_common.c60 & (CANCELING_BITMASK | CANCELED_BITMASK | EXITING_BITMASK in __pthread_clockjoin_ex()
Ddescr.h288 #define CANCELING_BITMASK (1 << CANCELING_BIT) macro
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl11495 * descr.h: Define CANCELING_BIT and CANCELING_BITMASK. Introduce
11497 * init.c (sigcancel_handler): Also set CANCELING_BITMASK bit in newval.
DChangeLog.2310818 nptl: Remove CANCELING_BITMASK