Home
last modified time | relevance | path

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

/glibc-2.36/nptl/
Dpthread_setspecific.c39 if (KEY_UNUSED ((seq = __pthread_keys[key].seq))) in ___pthread_setspecific()
52 || KEY_UNUSED ((seq = __pthread_keys[key].seq))) in ___pthread_setspecific()
Dpthread_key_delete.c32 if (__builtin_expect (! KEY_UNUSED (seq), 1) in ___pthread_key_delete()
Dpthread_key_create.c31 if (KEY_UNUSED (seq) && KEY_USABLE (seq) in ___pthread_key_create()
/glibc-2.36/sysdeps/nptl/
Dinternaltypes.h143 #define KEY_UNUSED(p) (((p) & 1) == 0) macro
/glibc-2.36/manual/
Dthreads.texi572 @c KEY_UNUSED ok
588 @c after testing it's not a KEY_UNUSED seq number.
589 @c KEY_UNUSED dup ok
612 @c KEY_UNUSED ok