OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_spin_destroy
(Results
1 - 25
of
49
) sorted by null
1
2
/external/valgrind/drd/tests/
pth_spinlock.c
49
pthread_spin_destroy
(&s_spinlock);
tsan_thread_wrappers_pthread.h
118
CHECK(0 ==
pthread_spin_destroy
(&mu_));
/external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc
74
INTERCEPTOR(int,
pthread_spin_destroy
, pthread_spinlock_t *m) {
76
int res = REAL(
pthread_spin_destroy
)(m);
304
INTERCEPT_FUNCTION(
pthread_spin_destroy
);
/bionic/libc/bionic/
pthread_spinlock.cpp
56
int
pthread_spin_destroy
(pthread_spinlock_t* lock_interface) {
function
/ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.h
316
inline void _M_destroy() {
pthread_spin_destroy
( &_M_lock ); }
326
// {
pthread_spin_destroy
( &_M_lock ); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libpthread-2.11.1.so
libpthread.so.0
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpthread-2.15.so
libpthread.so.0
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_threads.h
316
inline void _M_destroy() {
pthread_spin_destroy
( &_M_lock ); }
326
// {
pthread_spin_destroy
( &_M_lock ); }
/bionic/libc/include/
pthread.h
240
int
pthread_spin_destroy
(pthread_spinlock_t*) __nonnull((1));
/bionic/libc/
libc.arm64.map
1179
pthread_spin_destroy
;
libc.mips64.map
1179
pthread_spin_destroy
;
libc.x86_64.map
1179
pthread_spin_destroy
;
libc.mips.brillo.map
1241
pthread_spin_destroy
;
libc.x86.brillo.map
1239
pthread_spin_destroy
;
libc.arm.brillo.map
1257
pthread_spin_destroy
;
libc.arm.map
1257
pthread_spin_destroy
;
libc.map.txt
1282
pthread_spin_destroy
;
libc.mips.map
1241
pthread_spin_destroy
;
libc.x86.map
1239
pthread_spin_destroy
;
/bionic/libc/tools/
posix-2013.txt
811
pthread_spin_destroy
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/lib/linux/
libclang_rt.tsan-x86_64.a.syms
[
all
...]
/external/valgrind/helgrind/
hg_intercepts.c
[
all
...]
/external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc
176
CHECK_EQ(
pthread_spin_destroy
((pthread_spinlock_t*)mtx_), 0);
Completed in 1184 milliseconds
1
2