Searched defs:val (Results 1 – 10 of 10) sorted by relevance
/nptl/ |
A D | pthread_spin_lock.c | 26 int val = 0; in __pthread_spin_lock() local
|
A D | pthread_once.c | 71 int val, newval; in __pthread_once_slow() local 138 int val; in ___pthread_once() local
|
A D | pthread_cond_common.c | 38 __condvar_fetch_add_wseq_acquire (pthread_cond_t *cond, unsigned int val) in __condvar_fetch_add_wseq_acquire() 50 __condvar_add_g1_start_relaxed (pthread_cond_t *cond, unsigned int val) in __condvar_add_g1_start_relaxed() 58 __condvar_fetch_xor_wseq_release (pthread_cond_t *cond, unsigned int val) in __condvar_fetch_xor_wseq_release() 76 __condvar_fetch_xor_wseq_release (pthread_cond_t *cond, unsigned int val) in __condvar_fetch_xor_wseq_release()
|
A D | pthread_sigqueue.c | 58 int val = INTERNAL_SYSCALL_CALL (rt_tgsigqueueinfo, pid, tid, signo, in __pthread_sigqueue() local
|
A D | sem_wait.c | 97 int val; in __old_sem_trywait() local
|
A D | tst-cleanup4.c | 47 int val = (long int) arg; in clh() local
|
A D | pthread_mutex_timedlock.c | 236 int val = atomic_compare_and_exchange_val_acq in __pthread_mutex_clocklock_common() local
|
A D | nptl_setxid.c | 159 int val; in setxid_signal_thread() local
|
A D | pthread_mutex_lock.c | 307 int val = atomic_compare_and_exchange_val_acq in __pthread_mutex_lock_full() local
|
A D | descr.h | 199 # define ENQUEUE_MUTEX_BOTH(mutex, val) \ argument 237 # define ENQUEUE_MUTEX_BOTH(mutex, val) \ argument
|
Completed in 18 milliseconds