Home | History | Annotate | Download | only in logd

Lines Matching refs:LogTimeEntry

35 // global LogTimeEntry::wrlock() is used to protect access,
37 // LogTimeEntry lifetime is managed when not protected.
39 LogTimeEntry* entry = NULL;
42 LogTimeEntry::wrlock();
48 LogTimeEntry::unlock();
53 LogTimeEntry::unlock();
61 LogTimeEntry::unlock();
67 LogTimeEntry::unlock();
77 // Create LogTimeEntry in notifyNewLog() ?
79 LogTimeEntry::unlock();
82 entry = new LogTimeEntry(mReader, client, mNonBlock, mTail, mLogMask,
91 LogTimeEntry::unlock();