Home
last modified time | relevance | path

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

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