Searched refs:l (Results 1 – 3 of 3) sorted by relevance
/nptl/ |
A D | tst-cancel17.c | 52 const struct aiocb *l[1] = { arg }; in tf() local 54 TEMP_FAILURE_RETRY (aio_suspend (l, 1, NULL)); in tf() 76 const struct aiocb *l[1] = { arg }; in tf2() local 79 TEMP_FAILURE_RETRY (aio_suspend (l, 1, &ts)); in tf2() 347 const struct aiocb *l[1] = { &a }; in do_test() local 348 TEMP_FAILURE_RETRY (aio_suspend(l, 1, NULL)); in do_test()
|
A D | pthread_cond_common.c | 79 unsigned int h, l, h2; in __condvar_fetch_xor_wseq_release() local 83 l = atomic_load_acquire (&cond->__data.__wseq.__value32.__low); in __condvar_fetch_xor_wseq_release() 87 if (((l >> 31) > 0) && ((h >> 31) == 0)) in __condvar_fetch_xor_wseq_release() 90 l &= ~((unsigned int) 1 << 31); in __condvar_fetch_xor_wseq_release() 99 if (l2 < l) in __condvar_fetch_xor_wseq_release()
|
A D | pthread_mutex_unlock.c | 286 int l = atomic_load_relaxed (&mutex->__data.__lock); in libc_hidden_def() local 289 if (((l & FUTEX_WAITERS) != 0) in libc_hidden_def() 290 || (l != THREAD_GETMEM (THREAD_SELF, tid))) in libc_hidden_def() 298 &l, 0)); in libc_hidden_def()
|
Completed in 7 milliseconds