OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rwlock_destroy
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/drd/tests/
annotate_rwlock.c
47
static void
rwlock_destroy
(rwlock_t* p)
function
157
rwlock_destroy
(&s_rwlock);
/external/valgrind/main/helgrind/tests/
annotate_rwlock.c
57
static void
rwlock_destroy
(rwlock_t* p)
function
171
rwlock_destroy
(&s_rwlock);
/bionic/libc/netbsd/net/
reentrant.h
190
#define
rwlock_destroy
(l) __libc_rwlock_destroy((l))
macro
253
#define
rwlock_destroy
(l)
/external/openssl/crypto/threads/
th-lock.c
196
rwlock_destroy
(&(lock_cs[i]));
mttest.c
848
/*
rwlock_destroy
(&(lock_cs[i])); */
/external/valgrind/main/drd/
drd_rwlock.c
254
DRD_(trace_msg)("[%d]
rwlock_destroy
0x%lx",
Completed in 223 milliseconds