Home
last modified time | relevance | path

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

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