Searched refs:h (Results 1 – 6 of 6) sorted by relevance
1 #include <pthread.h>2 #include <stddef.h>
79 unsigned int h, l, h2; in __condvar_fetch_xor_wseq_release() local82 h = atomic_load_acquire (&cond->__data.__wseq.__value32.__high); in __condvar_fetch_xor_wseq_release()86 while (h != h2); in __condvar_fetch_xor_wseq_release()87 if (((l >> 31) > 0) && ((h >> 31) == 0)) in __condvar_fetch_xor_wseq_release()88 h++; in __condvar_fetch_xor_wseq_release()89 h &= ~((unsigned int) 1 << 31); in __condvar_fetch_xor_wseq_release()102 h++; in __condvar_fetch_xor_wseq_release()103 return ((uint64_t) h << 31) + l2; in __condvar_fetch_xor_wseq_release()
105 void *h = dlopen ("tst-tls3mod.so", RTLD_LAZY); in do_test() local106 if (h == NULL) in do_test()112 void *(*tf) (void *) = dlsym (h, "tf"); in do_test()120 sa.sa_handler = dlsym (h, "handler"); in do_test()
1 #include <pthreadP.h>
26 bits/atomic_wide_counter.h \27 bits/semaphore.h \28 bits/struct_mutex.h \29 bits/struct_rwlock.h \30 pthread.h \31 semaphore.h \
Completed in 6 milliseconds