Home
last modified time | relevance | path

Searched defs:kind (Results 1 – 9 of 9) sorted by relevance

/nptl/
A Dpthread_mutex_trylock.c135 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
A Dpthread_mutexattr_gettype.c22 __pthread_mutexattr_gettype (const pthread_mutexattr_t *attr, int *kind) in __pthread_mutexattr_gettype()
A Dpthread_mutexattr_settype.c23 ___pthread_mutexattr_settype (pthread_mutexattr_t *attr, int kind) in ___pthread_mutexattr_settype()
A Dpthread_mutex_timedlock.c191 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
A Dpthread_mutex_setprioceiling.c53 int kind = PTHREAD_MUTEX_TYPE (mutex); in __pthread_mutex_setprioceiling() local
A Dpthread_mutex_lock.c272 int kind = PTHREAD_MUTEX_TYPE (mutex); in __pthread_mutex_lock_full() local
366 int kind, robust; in __pthread_mutex_lock_full() local
519 int kind = atomic_load_relaxed (&(mutex->__data.__kind)) in __pthread_mutex_lock_full() local
A Dtest-rwlockattr-printers.c30 #define SET_KIND(attr, kind) pthread_rwlockattr_setkind_np (attr, kind) argument
A Dtst-rwlock6.c36 static int kind[] = variable
A Dtst-rwlock7.c35 static int kind[] = variable

Completed in 16 milliseconds