OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rwlock_wrlock
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/upstream-netbsd/
reentrant.h
36
#define
rwlock_wrlock
pthread_rwlock_wrlock
macro
/external/valgrind/main/drd/tests/
annotate_rwlock.c
79
static void
rwlock_wrlock
(rwlock_t* p)
function
133
rwlock_wrlock
(&s_rwlock);
/external/valgrind/main/helgrind/tests/
annotate_rwlock.c
90
static void
rwlock_wrlock
(rwlock_t* p)
function
147
rwlock_wrlock
(&s_rwlock);
/external/elfutils/lib/
eu-config.h
64
# define
rwlock_wrlock
(lock) RWLOCK_CALL (wrlock (&lock))
macro
75
# define
rwlock_wrlock
(lock) ((void) (lock))
macro
/bionic/libc/netbsd/net/
reentrant.h
187
#define
rwlock_wrlock
(l) __libc_rwlock_wrlock((l))
macro
250
#define
rwlock_wrlock
(l)
Completed in 623 milliseconds