Searched refs:fClosing (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/events/
H A Devent_queue.cpp122 bool fClosing; member in class:EventQueue
156 fClosing(false),
168 ASSERT(fClosing && !fDequeueing);
203 fClosing = true;
390 while ((fDequeueing || fEventList.IsEmpty()) && !fClosing) {
397 if (fClosing)
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp105 bool IsClosing() const { return fClosing; }
137 bool fClosing; member in class:Session
377 fClosing(false),
410 fClosing(false),
588 fClosing = true;

Completed in 86 milliseconds