Home
last modified time | relevance | path

Searched refs:pthread_spin_lock (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/bionic/
Dpthread_spinlock.cpp66 int pthread_spin_lock(pthread_spinlock_t* lock_interface) { in pthread_spin_lock() function
/bionic/tests/headers/posix/
Dpthread_h.c205 FUNCTION(pthread_spin_lock, int (*f)(pthread_spinlock_t*)); in pthread_h()
/bionic/libc/include/
Dpthread.h273 int pthread_spin_lock(pthread_spinlock_t* __spinlock) __INTRODUCED_IN(24);
/bionic/libc/tools/
Dposix-2013.txt813 pthread_spin_lock
/bionic/tools/versioner/platforms/
Dlibc.map.txt1278 pthread_spin_lock; # introduced=24
/bionic/libc/
Dlibc.map.txt1278 pthread_spin_lock; # introduced=24
/bionic/tests/
Dpthread_test.cpp2798 ASSERT_EQ(0, pthread_spin_lock(&lock)); in TEST()