Home
last modified time | relevance | path

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

/glibc-2.36/nptl/
Dnptl_setxid.c83 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()
Dpthread_create.c554 if (__glibc_unlikely (pd->cancelhandling & SETXID_BITMASK)) in start_thread()
564 while (pd->cancelhandling & SETXID_BITMASK); in start_thread()
Ddescr.h300 #define SETXID_BITMASK (1 << SETXID_BIT) macro
/glibc-2.36/manual/
Dusers.texi300 @c while holding the stack_alloc_lock, mark with SETXID_BITMASK all
308 @c mark it with SETXID_BITMASK if it's not exiting
310 @c if a thread is marked with SETXID_BITMASK,
313 @c clear SETXID_BITMASK and release the futex if SETXID_BITMASK is
319 @c issue the syscall, clear SETXID_BITMASK, release the futex, and
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl5903 * descr.h: Define SETXID_BIT and SETXID_BITMASK. Adjust