Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_spinlock.cpp56 int pthread_spin_destroy(pthread_spinlock_t* lock_interface) { in pthread_spin_destroy() function
/bionic/tests/headers/posix/
Dpthread_h.c203 FUNCTION(pthread_spin_destroy, int (*f)(pthread_spinlock_t*)); in pthread_h()
/bionic/libc/include/
Dpthread.h254 int pthread_spin_destroy(pthread_spinlock_t* _Nonnull __spinlock) __INTRODUCED_IN(24);
/bionic/libc/tools/
Dposix-2013.txt811 pthread_spin_destroy
/bionic/libc/
Dlibc.map.txt1274 pthread_spin_destroy; # introduced=24
/bionic/tools/versioner/platforms/
Dlibc.map.txt1274 pthread_spin_destroy; # introduced=24
/bionic/tests/
Dpthread_test.cpp2845 ASSERT_EQ(0, pthread_spin_destroy(&lock)); in TEST()