Searched refs:SETXID_BITMASK (Results 1 – 5 of 5) sorted by relevance
83 flags & ~SETXID_BITMASK, flags); in __nptl_setxid_sighandler()120 if ((ch & SETXID_BITMASK) == 0) in libc_hidden_def()129 ch | SETXID_BITMASK, ch)); in libc_hidden_def()141 if ((ch & SETXID_BITMASK) == 0) in setxid_unmark_thread()145 ch & ~SETXID_BITMASK, ch)); in setxid_unmark_thread()156 if ((t->cancelhandling & SETXID_BITMASK) == 0) in setxid_signal_thread()
554 if (__glibc_unlikely (pd->cancelhandling & SETXID_BITMASK)) in start_thread()564 while (pd->cancelhandling & SETXID_BITMASK); in start_thread()
300 #define SETXID_BITMASK (1 << SETXID_BIT) macro
300 @c while holding the stack_alloc_lock, mark with SETXID_BITMASK all308 @c mark it with SETXID_BITMASK if it's not exiting310 @c if a thread is marked with SETXID_BITMASK,313 @c clear SETXID_BITMASK and release the futex if SETXID_BITMASK is319 @c issue the syscall, clear SETXID_BITMASK, release the futex, and
5903 * descr.h: Define SETXID_BIT and SETXID_BITMASK. Adjust