OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_rwlock_wrlock
(Results
1 - 25
of
151
) sorted by null
1
2
3
4
5
6
7
/external/valgrind/main/drd/tests/
trylock.stderr.exp
2
Locking rwlock via
pthread_rwlock_wrlock
().
10
at 0x........:
pthread_rwlock_wrlock
(drd_pthread_intercepts.c:?)
trylock.c
31
fprintf(stderr, "Locking rwlock via
pthread_rwlock_wrlock
().\n");
32
r =
pthread_rwlock_wrlock
(&rwlock); assert(r == 0);
58
r =
pthread_rwlock_wrlock
(&rwlock); assert(r == 0);
59
r =
pthread_rwlock_wrlock
(&rwlock); assert(r != 0);
hold_lock.c
61
pthread_rwlock_wrlock
(&rwlock);
hold_lock_1.stderr.exp
15
at 0x........:
pthread_rwlock_wrlock
(drd_pthread_intercepts.c:?)
rwlock_test.c
38
r =
pthread_rwlock_wrlock
(&s_rwlock);
/bionic/libc/upstream-netbsd/
reentrant.h
36
#define rwlock_wrlock
pthread_rwlock_wrlock
/external/webrtc/src/system_wrappers/source/
rw_lock_posix.cc
30
pthread_rwlock_wrlock
(&_lock);
/external/valgrind/main/helgrind/tests/
tc12_rwl_trivial.c
26
r =
pthread_rwlock_wrlock
( &rwl ); assert(r == 0);
tc20_verifywrap.c
183
pthread_rwlock_wrlock
and pthread_rwlock_unlock by making
190
r=
pthread_rwlock_wrlock
( &rwl2 ); assert(!r);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_rwlock_wrlock.c
2
*
pthread_rwlock_wrlock
.c
43
pthread_rwlock_wrlock
(pthread_rwlock_t * rwlock)
function
rwlock.c
47
#include "
pthread_rwlock_wrlock
.c"
/hardware/ti/omap4xxx/
heaptracker.c
188
pthread_rwlock_wrlock
(&lock);
203
pthread_rwlock_wrlock
(&lock);
315
pthread_rwlock_wrlock
(&backlog_lock);
323
pthread_rwlock_wrlock
(&lock);
333
pthread_rwlock_wrlock
(&backlog_lock);
/external/chromium_org/native_client_sdk/src/libraries/pthread/
library.dsc
89
'
pthread_rwlock_wrlock
.c',
/external/valgrind/main/
darwin9.supp
286
# by 0x2300B8:
pthread_rwlock_wrlock
$UNIX2003 (in /usr/lib/libSystem.B.dylib)
287
# by 0x18F41:
pthread_rwlock_wrlock
* (hg_intercepts.c:1177)
/external/valgrind/main/drd/
drd_clientreq.h
210
/* To notify the drd tool of a
pthread_rwlock_wrlock
call. */
213
/* To notify the drd tool of a
pthread_rwlock_wrlock
call. */
/system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c
127
TZERO(
pthread_rwlock_wrlock
(lock));
266
TZERO(
pthread_rwlock_wrlock
(s->rwlock));
/development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt
657
pthread_rwlock_wrlock
/development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt
651
pthread_rwlock_wrlock
/external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp
62
FName == "
pthread_rwlock_wrlock
")
/external/llvm/lib/Support/
RWMutex.cpp
102
int errorcode =
pthread_rwlock_wrlock
(rwlock);
/frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.cpp
81
pthread_rwlock_wrlock
(lock);
/system/core/include/utils/
RWLock.h
111
return -
pthread_rwlock_wrlock
(&mRWLock);
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/
libc.so
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libc.so
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libc.so
Completed in 404 milliseconds
1
2
3
4
5
6
7