Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
Dpthread_spin_unlock.c3 int pthread_spin_unlock(pthread_spinlock_t *s) in pthread_spin_unlock() function
/third_party/iowow/src/utils/
Dpthread_spin_lock_shim.h48 static inline int pthread_spin_unlock(pthread_spinlock_t *lock) { in pthread_spin_unlock() function