Home
last modified time | relevance | path

Searched refs:h (Results 1 – 6 of 6) sorted by relevance

/nptl/
A Dunwindbuf.sym1 #include <pthread.h>
2 #include <stddef.h>
A Dpthread_cond_common.c79 unsigned int h, l, h2; in __condvar_fetch_xor_wseq_release() local
82 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()
A Dtst-tls3.c105 void *h = dlopen ("tst-tls3mod.so", RTLD_LAZY); in do_test() local
106 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()
A Dpthread-pi-defines.sym1 #include <pthreadP.h>
A Dnptl_lock_constants.pysym1 #include <pthreadP.h>
A DMakefile26 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 7 milliseconds