Home
last modified time | relevance | path

Searched refs:pthread_spinlock_t (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/musl/include/
A Dpthread.h124 int pthread_spin_init(pthread_spinlock_t*, int);
125 int pthread_spin_destroy(pthread_spinlock_t*);
126 int pthread_spin_lock(pthread_spinlock_t*);
127 int pthread_spin_trylock(pthread_spinlock_t*);
128 int pthread_spin_unlock(pthread_spinlock_t*);
/third_party/ulib/musl/pthread/
A Dpthread_spin_destroy.c3 int pthread_spin_destroy(pthread_spinlock_t* s) { in pthread_spin_destroy()
A Dpthread_spin_unlock.c3 int pthread_spin_unlock(pthread_spinlock_t* s) { in pthread_spin_unlock()
A Dpthread_spin_init.c3 int pthread_spin_init(pthread_spinlock_t* s, int shared) { in pthread_spin_init()
A Dpthread_spin_trylock.c4 int pthread_spin_trylock(pthread_spinlock_t* s) { in pthread_spin_trylock()
A Dpthread_spin_lock.c4 int pthread_spin_lock(pthread_spinlock_t* s) { in pthread_spin_lock()
/third_party/ulib/musl/include/bits/
A Dalltypes.h396 typedef __C11_ATOMIC(int) pthread_spinlock_t; typedef

Completed in 9 milliseconds