/glibc-2.36/nptl/ |
D | pthread_mutex_trylock.c | 135 int kind = PTHREAD_MUTEX_TYPE (mutex); in ___pthread_mutex_trylock() local 218 int kind, robust; in ___pthread_mutex_trylock() local 375 int kind = atomic_load_relaxed (&(mutex->__data.__kind)) in ___pthread_mutex_trylock() local
|
D | pthread_mutexattr_gettype.c | 22 __pthread_mutexattr_gettype (const pthread_mutexattr_t *attr, int *kind) in __pthread_mutexattr_gettype()
|
D | pthread_mutexattr_settype.c | 23 ___pthread_mutexattr_settype (pthread_mutexattr_t *attr, int kind) in ___pthread_mutexattr_settype()
|
D | pthread_mutex_timedlock.c | 191 int kind = PTHREAD_MUTEX_TYPE (mutex); in __pthread_mutex_clocklock_common() local 301 int kind, robust; in __pthread_mutex_clocklock_common() local 455 int kind = atomic_load_relaxed (&(mutex->__data.__kind)) in __pthread_mutex_clocklock_common() local
|
D | pthread_mutex_setprioceiling.c | 53 int kind = PTHREAD_MUTEX_TYPE (mutex); in __pthread_mutex_setprioceiling() local
|
D | pthread_mutex_lock.c | 283 int kind = PTHREAD_MUTEX_TYPE (mutex); in __pthread_mutex_lock_full() local 377 int kind, robust; in __pthread_mutex_lock_full() local 530 int kind = atomic_load_relaxed (&(mutex->__data.__kind)) in __pthread_mutex_lock_full() local
|
D | test-rwlockattr-printers.c | 30 #define SET_KIND(attr, kind) pthread_rwlockattr_setkind_np (attr, kind) argument
|
D | tst-rwlock6.c | 36 static int kind[] = variable
|
D | tst-rwlock7.c | 35 static int kind[] = variable
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-pthread-mutexattr.c | 28 int kind; in do_test() local
|
/glibc-2.36/elf/ |
D | tst-relro-symbols.py | 46 def check_in_relro(kind, relro_begin, relro_end, name, start, size, error): argument
|
D | elf.h | 1810 unsigned char kind; /* Determines interpretation of the member
|
/glibc-2.36/sysdeps/x86/ |
D | dl-diagnostics-cpu.c | 30 print_cpu_feature_internal (unsigned int index, const char *kind, in print_cpu_feature_internal()
|
D | cpu-features.c | 405 enum cpu_features_kind kind; in init_cpu_features() local
|
/glibc-2.36/sysdeps/posix/ |
D | tempname.c | 221 gen_tempname_len (char *tmpl, int suffixlen, int flags, int kind, in gen_tempname_len() 333 __gen_tempname (char *tmpl, int suffixlen, int flags, int kind) in __gen_tempname()
|
/glibc-2.36/sysdeps/x86/include/ |
D | cpu-features.h | 832 enum cpu_features_kind kind; member
|