OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_spin_init
(Results
1 - 25
of
48
) sorted by null
1
2
/external/valgrind/drd/tests/
pth_spinlock.c
44
pthread_spin_init
(&s_spinlock, 0);
tsan_thread_wrappers_pthread.h
113
CHECK(0 ==
pthread_spin_init
(&mu_, 0));
/bionic/libc/bionic/
pthread_spinlock.cpp
50
int
pthread_spin_init
(pthread_spinlock_t* lock_interface, int pshared) {
function
/external/valgrind/drd/
drd_clientreq.h
109
/* to notify the drd tool of a
pthread_spin_init
/pthread_spin_unlock call */
112
/* to notify the drd tool of a
pthread_spin_init
/pthread_spin_unlock call */
/ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.h
315
inline void _M_initialize() {
pthread_spin_init
( &_M_lock, 0 ); }
323
// {
pthread_spin_init
( &_M_lock, 0 ); }
/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
315
inline void _M_initialize() {
pthread_spin_init
( &_M_lock, 0 ); }
323
// {
pthread_spin_init
( &_M_lock, 0 ); }
/bionic/libc/include/
pthread.h
241
int
pthread_spin_init
(pthread_spinlock_t*, int) __nonnull((1));
/bionic/libc/
libc.arm64.map
1180
pthread_spin_init
;
libc.mips64.map
1180
pthread_spin_init
;
libc.x86_64.map
1180
pthread_spin_init
;
libc.mips.brillo.map
1242
pthread_spin_init
;
libc.x86.brillo.map
1240
pthread_spin_init
;
libc.arm.brillo.map
1258
pthread_spin_init
;
libc.arm.map
1258
pthread_spin_init
;
libc.map.txt
1283
pthread_spin_init
;
libc.mips.map
1242
pthread_spin_init
;
libc.x86.map
1240
pthread_spin_init
;
/bionic/libc/tools/
posix-2013.txt
812
pthread_spin_init
/external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc
153
CHECK_EQ(
pthread_spin_init
((pthread_spinlock_t*)mtx_, 0), 0);
/external/valgrind/helgrind/
hg_intercepts.c
[
all
...]
/external/autotest/client/tests/posixtest/
posixtestsuite-1.5.2.tar.gz
Completed in 1129 milliseconds
1
2