Home
last modified time | relevance | path

Searched refs:_SPINLOCK_INIT (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/lib/libpthread/include/
Dspinlock.h64 #define _SPINLOCK_INIT(_lck) _SPINUNLOCK(_lck) macro
/mirbsd/src/lib/libpthread/uthread/
Duthread_cond.c68 _SPINLOCK_INIT(&(*cond)->lock); in _cond_reinit()
124 _SPINLOCK_INIT(&pcond->lock); in pthread_cond_init()
Duthread_fork.c165 _SPINLOCK_INIT(&_thread_fd_table[i]->lock); in fork()
Duthread_create.c105 _SPINLOCK_INIT(&new_thread->lock); in pthread_create()
Duthread_init.c288 _SPINLOCK_INIT(&_thread_initial->lock); in _thread_init()
Duthread_sig.c53 _SPINLOCK_INIT(&_thread_sigq[i - 1].lock); in _thread_sig_init()
Duthread_fd.c58 _SPINLOCK_INIT(&entry->lock); in _thread_fd_entry()
Duthread_mutex.c104 _SPINLOCK_INIT(&(*mutex)->lock); in _mutex_reinit()
195 _SPINLOCK_INIT(&pmutex->lock); in pthread_mutex_init()