Home
last modified time | relevance | path

Searched defs:pthread_spin_init (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/src/thread/
Dpthread_spin_init.c3 int pthread_spin_init(pthread_spinlock_t *s, int shared) in pthread_spin_init() function
/third_party/iowow/src/utils/
Dpthread_spin_lock_shim.h19 static inline int pthread_spin_init(pthread_spinlock_t *lock, int pshared) { in pthread_spin_init() function