Searched refs:pthread_spin_trylock (Results 1 – 7 of 7) sorted by relevance
61 int pthread_spin_trylock(pthread_spinlock_t* lock_interface) { in pthread_spin_trylock() function
206 FUNCTION(pthread_spin_trylock, int (*f)(pthread_spinlock_t*)); in pthread_h()
257 int pthread_spin_trylock(pthread_spinlock_t* _Nonnull __spinlock) __INTRODUCED_IN(24);
814 pthread_spin_trylock
2840 ASSERT_EQ(0, pthread_spin_trylock(&lock)); in TEST()2843 ASSERT_EQ(EBUSY, pthread_spin_trylock(&lock)); in TEST()
1277 pthread_spin_trylock; # introduced=24