Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 71) sorted by relevance

123

/glibc-2.36/nptl/
Dpthread_cond_common.c32 __condvar_load_wseq_relaxed (pthread_cond_t *cond) in __condvar_load_wseq_relaxed()
38 __condvar_fetch_add_wseq_acquire (pthread_cond_t *cond, unsigned int val) in __condvar_fetch_add_wseq_acquire()
44 __condvar_load_g1_start_relaxed (pthread_cond_t *cond) in __condvar_load_g1_start_relaxed()
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()
114 __condvar_acquire_lock (pthread_cond_t *cond, int private) in __condvar_acquire_lock()
149 __condvar_release_lock (pthread_cond_t *cond, int private) in __condvar_release_lock()
159 __condvar_get_orig_size (pthread_cond_t *cond) in __condvar_get_orig_size()
166 __condvar_set_orig_size (pthread_cond_t *cond, unsigned int size) in __condvar_set_orig_size()
[all …]
Dold_pthread_cond_destroy.c25 __pthread_cond_destroy_2_0 (pthread_cond_2_0_t *cond) in __pthread_cond_destroy_2_0()
Dpthread_cond_wait.c39 pthread_cond_t *cond; member
47 __condvar_confirm_wakeup (pthread_cond_t *cond, int private) in __condvar_confirm_wakeup()
78 __condvar_cancel_waiting (pthread_cond_t *cond, uint64_t seq, unsigned int g, in __condvar_cancel_waiting()
148 __condvar_dec_grefs (pthread_cond_t *cond, unsigned int g, int private) in __condvar_dec_grefs()
171 pthread_cond_t *cond = cbuffer->cond; in __condvar_cleanup_waiting() local
379 __pthread_cond_wait_common (pthread_cond_t *cond, pthread_mutex_t *mutex, in __pthread_cond_wait_common()
615 ___pthread_cond_wait (pthread_cond_t *cond, pthread_mutex_t *mutex) in ___pthread_cond_wait()
Dold_pthread_cond_broadcast.c27 __pthread_cond_broadcast_2_0 (pthread_cond_2_0_t *cond) in __pthread_cond_broadcast_2_0()
Dold_pthread_cond_signal.c27 __pthread_cond_signal_2_0 (pthread_cond_2_0_t *cond) in __pthread_cond_signal_2_0()
Dold_pthread_cond_init.c25 __pthread_cond_init_2_0 (pthread_cond_2_0_t *cond, in __pthread_cond_init_2_0()
Dold_pthread_cond_wait.c27 __pthread_cond_wait_2_0 (pthread_cond_2_0_t *cond, pthread_mutex_t *mutex) in __pthread_cond_wait_2_0()
Dpthread_cond_destroy.c41 __pthread_cond_destroy (pthread_cond_t *cond) in __pthread_cond_destroy()
Dold_pthread_cond_timedwait.c27 __pthread_cond_timedwait_2_0 (pthread_cond_2_0_t *cond, pthread_mutex_t *mutex, in __pthread_cond_timedwait_2_0()
/glibc-2.36/sysdeps/htl/
Dpt-cond-timedwait.c31 __pthread_cond_timedwait (pthread_cond_t *cond, in __pthread_cond_timedwait()
41 __pthread_cond_clockwait (pthread_cond_t *cond, in __pthread_cond_clockwait()
54 pthread_cond_t *cond; member
62 pthread_cond_t *cond = ctx->cond; in cancel_hook() local
82 __pthread_cond_timedwait_internal (pthread_cond_t *cond, in __pthread_cond_timedwait_internal()
Dpt-condattr-destroy.c23 __pthread_condattr_destroy (pthread_condattr_t *cond) in __pthread_condattr_destroy()
Dpt-cond-init.c26 __pthread_cond_init (pthread_cond_t *cond, const pthread_condattr_t * attr) in __pthread_cond_init()
Dpt-cond-signal.c26 __pthread_cond_signal (pthread_cond_t *cond) in __pthread_cond_signal()
Dpt-cond-brdcast.c25 __pthread_cond_broadcast (pthread_cond_t *cond) in __pthread_cond_broadcast()
Dpt-cond-destroy.c23 __pthread_cond_destroy (pthread_cond_t *cond) in __pthread_cond_destroy()
Dpt-cond-wait.c34 __pthread_cond_wait (pthread_cond_t *cond, pthread_mutex_t *mutex) in __pthread_cond_wait()
/glibc-2.36/sysdeps/pthread/
Dcnd_destroy.c24 __cnd_destroy (cnd_t *cond) in __cnd_destroy()
Dcnd_broadcast.c23 __cnd_broadcast (cnd_t *cond) in __cnd_broadcast()
Dcnd_init.c25 __cnd_init (cnd_t *cond) in __cnd_init()
Dcnd_signal.c23 __cnd_signal (cnd_t *cond) in __cnd_signal()
Dcnd_wait.c23 __cnd_wait (cnd_t *cond, mtx_t *mutex) in __cnd_wait()
Dcnd_timedwait.c22 cnd_timedwait (cnd_t *restrict cond, mtx_t *restrict mutex, in cnd_timedwait()
/glibc-2.36/support/
Dxpthread_cond_wait.c22 xpthread_cond_wait (pthread_cond_t *cond, pthread_mutex_t *mutex) in xpthread_cond_wait()
/glibc-2.36/sysdeps/mach/hurd/htl/
Dpt-hurd-cond-wait.c32 __pthread_hurd_cond_wait_np (pthread_cond_t *cond, pthread_mutex_t *mutex) in __pthread_hurd_cond_wait_np()
Dpt-hurd-cond-timedwait.c32 __pthread_hurd_cond_timedwait_np (pthread_cond_t *cond, in __pthread_hurd_cond_timedwait_np()
42 __pthread_hurd_cond_timedwait_internal (pthread_cond_t *cond, in __pthread_hurd_cond_timedwait_internal()

123