Searched refs:pthread_spin_init (Results 1 – 7 of 7) sorted by relevance
50 int pthread_spin_init(pthread_spinlock_t* lock_interface, int pshared) { in pthread_spin_init() function
204 FUNCTION(pthread_spin_init, int (*f)(pthread_spinlock_t*, int)); in pthread_h()
272 int pthread_spin_init(pthread_spinlock_t* __spinlock, int __shared) __INTRODUCED_IN(24);
812 pthread_spin_init
1277 pthread_spin_init; # introduced=24
2796 ASSERT_EQ(0, pthread_spin_init(&lock, 0)); in TEST()