Searched defs:pthread_spinlock_t (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/
H A Dpthread.h117 } pthread_spinlock_t; typedef in typeref:struct:__anon61
240 int pthread_spin_destroy(pthread_spinlock_t*) __nonnull((1));
241 int pthread_spin_init(pthread_spinlock_t*, int) __nonnull((1));
242 int pthread_spin_lock(pthread_spinlock_t*) __nonnull((1));
243 int pthread_spin_trylock(pthread_spinlock_t*) __nonnull((1));
244 int pthread_spin_unlock(pthread_spinlock_t*) __nonnull((1));

Completed in 60 milliseconds