Searched refs:_thr_umutex_init (Results 1 – 10 of 10) sorted by relevance
95 _thr_umutex_init(&extra[spinlock_count].lock); in init_spinlock()109 _thr_umutex_init(&spinlock_static_lock); in _thr_spinlock_init()120 _thr_umutex_init(&extra[i].lock); in _thr_spinlock_init()
434 _thr_umutex_init(&_mutex_static_lock); in init_private()435 _thr_umutex_init(&_cond_static_lock); in init_private()436 _thr_umutex_init(&_rwlock_static_lock); in init_private()437 _thr_umutex_init(&_keytable_lock); in init_private()439 _thr_umutex_init(&_thr_event_lock); in init_private()440 _thr_umutex_init(&_suspend_all_lock); in init_private()
85 _thr_umutex_init(&free_thread_lock); in _thr_list_init()86 _thr_umutex_init(&tcb_lock); in _thr_list_init()
56 _thr_umutex_init(&lck->s_lock); in _pthread_spin_init()
93 _thr_umutex_init(&bar->b_lock); in _pthread_barrier_init()
137 _thr_umutex_init(&addr_lock); in _thr_wake_addr_init()
200 _thr_umutex_init(&curthread->lock); in __thr_fork()
56 _thr_umutex_init(&sc_table[i].sc_lock); in _sleepq_init()
48 void _thr_umutex_init(struct umutex *mtx) __hidden;
43 _thr_umutex_init(struct umutex *mtx) in _thr_umutex_init() function