Home
last modified time | relevance | path

Searched refs:fInUse (Results 1 – 7 of 7) sorted by relevance

/haiku/src/tools/cppunit/
H A DThreadedTestCase.cpp14 , fInUse(false) in BThreadedTestCase()
118 if (!fInUse) { in RegisterForUse()
119 fInUse = true; in RegisterForUse()
129 fInUse = false; in UnregisterForUse()
/haiku/src/system/kernel/
H A DUserEvent.cpp31 fInUse(0) in EventSignal()
37 return atomic_get_and_set(&fInUse, 1) != 0; in MarkUsed()
43 atomic_set(&fInUse, 0); in SetUnused()
54 int32 fInUse; member
/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.h45 { return fInUse; } in IsUsed()
51 bool fInUse; variable
H A DWindowLayer.cpp888 fInUse(false) in UpdateSession()
922 fInUse = used; in SetUsed()
923 if (!fInUse) { in SetUsed()
933 fInUse = other.fInUse; in operator =()
/haiku/headers/tools/cppunit/
H A DThreadedTestCase.h43 bool fInUse;
/haiku/src/servers/app/
H A DWindow.h406 { return fInUse; } in IsUsed()
410 bool fInUse; variable
H A DWindow.cpp2070 fInUse(false) in UpdateSession()
2099 fInUse = used; in SetUsed()
2100 if (!fInUse) in SetUsed()