OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_spin_lock
(Results
1 - 25
of
38
) sorted by null
1
2
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_spin_lock.c
2
*
pthread_spin_lock
.c
42
pthread_spin_lock
(pthread_spinlock_t * lock)
function
spin.c
44
#include "
pthread_spin_lock
.c"
ptw32_getprocessors.c
47
* If the available number of CPUs is 1 then
pthread_spin_lock
()
Makefile
207
pthread_spin_lock
.obj \
367
pthread_spin_lock
.c \
/external/valgrind/main/drd/tests/
pth_spinlock.c
27
pthread_spin_lock
(&s_spinlock);
tsan_thread_wrappers_pthread.h
121
CHECK(0 ==
pthread_spin_lock
(&mu_));
/external/valgrind/main/auxprogs/
posixtestsuite-1.5.1-diff.txt
1
Only in posixtestsuite/conformance/interfaces/
pthread_spin_lock
: 1-1
2
diff -U3 -r posixtestsuite.orig/conformance/interfaces/
pthread_spin_lock
/1-1.c posixtestsuite/conformance/interfaces/
pthread_spin_lock
/1-1.c
3
--- posixtestsuite.orig/conformance/interfaces/
pthread_spin_lock
/1-1.c 2003-07-10 02:19:34.000000000 +0100
4
+++ posixtestsuite/conformance/interfaces/
pthread_spin_lock
/1-1.c 2006-07-05 15:38:27.000000000 +0100
/external/compiler-rt/lib/tsan/lit_tests/
mutexset6.cc
22
pthread_spin_lock
(&mtx2);
/external/chromium_org/native_client_sdk/src/libraries/pthread/
library.dsc
102
'
pthread_spin_lock
.c',
/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
/external/valgrind/main/
config.h
202
/* Define to 1 if you have the `
pthread_spin_lock
' function. */
/external/valgrind/unittest/
thread_wrappers_pthread.h
300
CHECK(0 ==
pthread_spin_lock
(&mu_));
/external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc
948
TSAN_INTERCEPTOR(int,
pthread_spin_lock
, void *m) {
949
SCOPED_TSAN_INTERCEPTOR(
pthread_spin_lock
, m);
950
int res = REAL(
pthread_spin_lock
)(m);
[
all
...]
tsan_stat.cc
158
name[StatInt_pthread_spin_lock] = "
pthread_spin_lock
";
/external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc
141
CHECK_EQ(
pthread_spin_lock
((pthread_spinlock_t*)mtx_), 0);
/external/stlport/stlport/stl/
_threads.h
328
inline void _M_acquire_lock() {
pthread_spin_lock
( &_M_lock ); }
/ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.h
328
inline void _M_acquire_lock() {
pthread_spin_lock
( &_M_lock ); }
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_threads.h
328
inline void _M_acquire_lock() {
pthread_spin_lock
( &_M_lock ); }
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_threads.h
328
inline void _M_acquire_lock() {
pthread_spin_lock
( &_M_lock ); }
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_threads.h
328
inline void _M_acquire_lock() {
pthread_spin_lock
( &_M_lock ); }
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_threads.h
328
inline void _M_acquire_lock() {
pthread_spin_lock
( &_M_lock ); }
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_threads.h
328
inline void _M_acquire_lock() {
pthread_spin_lock
( &_M_lock ); }
Completed in 2191 milliseconds
1
2