OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wrlock
(Results
1 - 11
of
11
) sorted by null
/external/elfutils/libelf/
elf32_getehdr.c
45
getehdr_impl (Elf *elf, int
wrlock
)
59
if (!
wrlock
)
63
wrlock
= 1;
/system/core/logd/
LogTimes.h
66
static void
wrlock
(void) {
function in class:LogTimeEntry
112
wrlock
();
LogTimes.cpp
80
wrlock
();
136
wrlock
();
162
wrlock
();
193
LogTimeEntry::
wrlock
();
221
LogTimeEntry::
wrlock
();
FlushCommand.cpp
35
// global LogTimeEntry::
wrlock
() is used to protect access,
42
LogTimeEntry::
wrlock
();
LogBuffer.cpp
104
LogTimeEntry::
wrlock
();
231
wrlock
();
239
wrlock
();
387
// assumes LogBuffer::
wrlock
() held, owns elem, look after garbage collection
450
// LogBuffer::
wrlock
() must be held when this function is called.
701
// LogBuffer::
wrlock
() must be held when this function is called.
[
all
...]
LogBufferElement.cpp
148
parent->
wrlock
();
156
parent->
wrlock
();
LogReader.cpp
114
LogTimeEntry::
wrlock
();
215
LogTimeEntry::
wrlock
();
LogBuffer.h
158
// helper must be protected directly or implicitly by
wrlock
()/unlock()
171
void
wrlock
() {
function in class:LogBuffer
LogAudit.cpp
309
logbuf->
wrlock
();
362
logbuf->
wrlock
();
LogKlog.cpp
582
logbuf->
wrlock
();
/external/elfutils/lib/
eu-config.h
41
# define rwlock_wrlock(lock) RWLOCK_CALL (
wrlock
(&lock))
Completed in 129 milliseconds