Searched refs:pthread_spin_trylock (Results 1 – 11 of 11) sorted by relevance
61 int pthread_spin_trylock(pthread_spinlock_t* lock_interface) { in pthread_spin_trylock() function
223 int pthread_spin_trylock(pthread_spinlock_t* _Nonnull) __INTRODUCED_IN(24);
814 pthread_spin_trylock
2072 ASSERT_EQ(0, pthread_spin_trylock(&lock)); in TEST()2075 ASSERT_EQ(EBUSY, pthread_spin_trylock(&lock)); in TEST()
1175 pthread_spin_trylock; # introduced=24
1236 pthread_spin_trylock; # introduced=24
1234 pthread_spin_trylock; # introduced=24
1252 pthread_spin_trylock; # introduced=24
1277 pthread_spin_trylock; # introduced=24