HomeSort by relevance Sort by last modified time
    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 64 static void wrlock(void) { function in class:LogTimeEntry
110 wrlock();
LogTimes.cpp 81 wrlock();
137 wrlock();
163 wrlock();
194 LogTimeEntry::wrlock();
222 LogTimeEntry::wrlock();
FlushCommand.cpp 47 // global LogTimeEntry::wrlock() is used to protect access,
54 LogTimeEntry::wrlock();
LogBuffer.cpp 104 LogTimeEntry::wrlock();
223 wrlock();
231 wrlock();
379 // assumes LogBuffer::wrlock() held, owns elem, look after garbage collection
442 // LogBuffer::wrlock() must be held when this function is called.
693 // 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 280 logbuf->wrlock();
325 logbuf->wrlock();
LogKlog.cpp 582 logbuf->wrlock();
  /external/elfutils/lib/
eu-config.h 41 # define rwlock_wrlock(lock) RWLOCK_CALL (wrlock (&lock))

Completed in 131 milliseconds