Searched refs:HasQuitted (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/kits/app/common/
H A DPipedAppRunner.h18 bool HasQuitted();
H A DPipedAppRunner.cpp38 status_t error = (HasQuitted() ? B_OK : B_ERROR);
86 // HasQuitted
88 PipedAppRunner::HasQuitted() function in class:PipedAppRunner
98 while (!HasQuitted())
H A DAppRunner.cpp48 status_t error = (HasQuitted() ? B_OK : B_ERROR);
109 // HasQuitted
111 AppRunner::HasQuitted() function in class:AppRunner
121 if (!HasQuitted() && requestQuit)
123 while (!HasQuitted())
H A DAppRunner.h19 bool HasQuitted();

Completed in 71 milliseconds