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
33
) sorted by null
1
2
/external/valgrind/main/drd/tests/
pth_spinlock.c
49
pthread_spin_destroy
(&s_spinlock);
tsan_thread_wrappers_pthread.h
118
CHECK(0 ==
pthread_spin_destroy
(&mu_));
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_spin_destroy.c
2
*
pthread_spin_destroy
.c
42
pthread_spin_destroy
(pthread_spinlock_t * lock)
function
spin.c
43
#include "
pthread_spin_destroy
.c"
Makefile
206
pthread_spin_destroy
.obj \
366
pthread_spin_destroy
.c \
pthread.h
1054
PTW32_DLLPORT int PTW32_CDECL
pthread_spin_destroy
(pthread_spinlock_t * lock);
[
all
...]
/external/compiler-rt/lib/tsan/lit_tests/
mutexset6.cc
51
pthread_spin_destroy
(&mtx2);
/external/chromium_org/native_client_sdk/src/libraries/pthread/
library.dsc
100
'
pthread_spin_destroy
.c',
/external/stlport/stlport/stl/
_threads.h
316
inline void _M_destroy() {
pthread_spin_destroy
( &_M_lock ); }
326
// {
pthread_spin_destroy
( &_M_lock ); }
/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/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread-2.7.so
libpthread.so.0
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread-2.7.so
libpthread.so.0
/prebuilts/ndk/5/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/ndk/6/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/ndk/7/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/ndk/8/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/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_threads.h
316
inline void _M_destroy() {
pthread_spin_destroy
( &_M_lock ); }
326
// {
pthread_spin_destroy
( &_M_lock ); }
/external/valgrind/unittest/
thread_wrappers_pthread.h
297
CHECK(0 ==
pthread_spin_destroy
(&mu_));
/external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc
939
TSAN_INTERCEPTOR(int,
pthread_spin_destroy
, void *m) {
940
SCOPED_TSAN_INTERCEPTOR(
pthread_spin_destroy
, m);
941
int res = REAL(
pthread_spin_destroy
)(m);
[
all
...]
tsan_stat.cc
157
name[StatInt_pthread_spin_destroy] = "
pthread_spin_destroy
";
/external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc
131
CHECK_EQ(
pthread_spin_destroy
((pthread_spinlock_t*)mtx_), 0);
/external/valgrind/main/helgrind/
hg_intercepts.c
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h
[
all
...]
Completed in 342 milliseconds
1
2