Searched refs:_thr_umutex_init (Results 1 – 10 of 10) sorted by relevance
94 _thr_umutex_init(&extra[spinlock_count].lock); in init_spinlock()108 _thr_umutex_init(&spinlock_static_lock); in _thr_spinlock_init()119 _thr_umutex_init(&extra[i].lock); in _thr_spinlock_init()
478 _thr_umutex_init(&_mutex_static_lock); in init_private()479 _thr_umutex_init(&_cond_static_lock); in init_private()480 _thr_umutex_init(&_rwlock_static_lock); in init_private()481 _thr_umutex_init(&_keytable_lock); in init_private()483 _thr_umutex_init(&_thr_event_lock); in init_private()484 _thr_umutex_init(&_suspend_all_lock); in init_private()
86 _thr_umutex_init(&free_thread_lock); in _thr_list_init()87 _thr_umutex_init(&tcb_lock); in _thr_list_init()
73 _thr_umutex_init(&lck->s_lock); in _pthread_spin_init()
133 _thr_umutex_init(&addr_lock); in _thr_wake_addr_init()
120 _thr_umutex_init(&bar->b_lock); in _pthread_barrier_init()
56 _thr_umutex_init(&sc_table[i].sc_lock); in _sleepq_init()
243 _thr_umutex_init(&curthread->lock); in thr_fork_impl()
51 void _thr_umutex_init(struct umutex *mtx) __hidden;
33 _thr_umutex_init(struct umutex *mtx) in _thr_umutex_init() function