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()
274 int pthread_spin_trylock(pthread_spinlock_t* __spinlock) __INTRODUCED_IN(24);
814 pthread_spin_trylock
2796 ASSERT_EQ(0, pthread_spin_trylock(&lock)); in TEST()2799 ASSERT_EQ(EBUSY, pthread_spin_trylock(&lock)); in TEST()
1279 pthread_spin_trylock; # introduced=24