Searched refs:fIsWatching (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterfaceListener.h34 { return fIsWatching; }
59 bool fIsWatching; member in class:PPPInterfaceListener
/haiku/src/apps/powerstatus/
H A DDriverInterface.cpp54 fIsWatching(0),
84 atomic_set(&fIsWatching, 1);
90 atomic_set(&fIsWatching, 0);
133 atomic_set(&fIsWatching, 0);
H A DDriverInterface.h72 int32 fIsWatching; member in class:PowerStatusDriverInterface
H A DAPMDriverInterface.cpp82 while (atomic_get(&fIsWatching) > 0) {
H A DACPIDriverInterface.cpp224 while (atomic_get(&fIsWatching) > 0) {
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp81 fIsWatching(false),
91 fIsWatching(false),
166 fIsWatching = true;
188 if (!fIsWatching)
194 fIsWatching = false;
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp514 fIsWatching(false)
539 if (fIsWatching)
591 fIsWatching = true;
780 bool fIsWatching; member in struct:Test

Completed in 46 milliseconds