OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_rwlock_rdlock
(Results
1 - 25
of
281
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/test/tsan/
bench_rwmutex.cc
10
pthread_rwlock_rdlock
(&mtx);
19
pthread_rwlock_rdlock
(&mtx);
write_in_reader_lock.cc
10
pthread_rwlock_rdlock
(&rwlock);
20
pthread_rwlock_rdlock
(&rwlock);
mutexset6.cc
23
pthread_rwlock_rdlock
(&mtx3);
/ndk/tests/build/pthread-rwlock-initializer/jni/
test_pthread_rwlock_initializer.c
15
pthread_rwlock_rdlock
(&lock);
/external/valgrind/main/drd/tests/
hold_lock.c
69
pthread_rwlock_rdlock
(&rwlock);
71
pthread_rwlock_rdlock
(&rwlock);
rwlock_race.c
28
pthread_rwlock_rdlock
(&s_rwlock);
trylock.c
42
fprintf(stderr, "Locking rwlock via
pthread_rwlock_rdlock
().\n");
43
r =
pthread_rwlock_rdlock
(&rwlock); assert(r == 0);
44
r =
pthread_rwlock_rdlock
(&rwlock); assert(r == 0);
45
r =
pthread_rwlock_rdlock
(&rwlock); assert(r == 0);
hold_lock_2.stderr.exp
6
at 0x........:
pthread_rwlock_rdlock
(drd_pthread_intercepts.c:?)
trylock.stderr.exp
5
Locking rwlock via
pthread_rwlock_rdlock
().
rwlock_test.c
33
r =
pthread_rwlock_rdlock
(&s_rwlock);
/external/valgrind/main/helgrind/tests/
tc12_rwl_trivial.c
29
r =
pthread_rwlock_rdlock
( &rwl ); assert(r == 0);
30
r =
pthread_rwlock_rdlock
( &rwl ); assert(r == 0);
tc20_verifywrap.c
182
/* We can infer the presence of wrapping for
pthread_rwlock_rdlock
,
202
r=
pthread_rwlock_rdlock
( &rwl2 ); assert(!r);
204
r=
pthread_rwlock_rdlock
( &rwl2 ); assert(!r);
217
r=
pthread_rwlock_rdlock
( &rwl3 ); assert(!r);
/bionic/libc/upstream-netbsd/android/include/
reentrant.h
36
#define rwlock_rdlock
pthread_rwlock_rdlock
/external/chromium_org/third_party/webrtc/system_wrappers/source/
rw_lock_posix.cc
44
pthread_rwlock_rdlock
(&lock_);
/external/webrtc/src/system_wrappers/source/
rw_lock_posix.cc
40
pthread_rwlock_rdlock
(&_lock);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_rwlock_rdlock.c
2
*
pthread_rwlock_rdlock
.c
43
pthread_rwlock_rdlock
(pthread_rwlock_t * rwlock)
function
rwlock.c
45
#include "
pthread_rwlock_rdlock
.c"
/external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc
109
INTERCEPTOR(int,
pthread_rwlock_rdlock
, pthread_rwlock_t *m) {
112
int res = REAL(
pthread_rwlock_rdlock
)(m);
310
INTERCEPT_FUNCTION(
pthread_rwlock_rdlock
);
/external/chromium_org/native_client_sdk/src/libraries/pthread/
library.dsc
83
'
pthread_rwlock_rdlock
.c',
/external/valgrind/main/drd/
drd_clientreq.h
210
/* To notify the drd tool of a
pthread_rwlock_rdlock
call. */
213
/* To notify the drd tool of a
pthread_rwlock_rdlock
call. */
/system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c
116
TZERO(
pthread_rwlock_rdlock
(lock));
306
TZERO(
pthread_rwlock_rdlock
(s->rwlock));
/bionic/tests/
pthread_test.cpp
630
ASSERT_EQ(0,
pthread_rwlock_rdlock
(&l));
634
ASSERT_EQ(0,
pthread_rwlock_rdlock
(&l));
635
ASSERT_EQ(0,
pthread_rwlock_rdlock
(&l));
663
ASSERT_EQ(EDEADLK,
pthread_rwlock_rdlock
(&l));
/development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt
636
pthread_rwlock_rdlock
/development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt
630
pthread_rwlock_rdlock
/development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt
633
pthread_rwlock_rdlock
Completed in 2165 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>