Home
last modified time | relevance | path

Searched refs:WaitForQuit (Results 1 – 3 of 3) sorted by relevance

/haiku/src/servers/app/
H A DMessageLooper.h35 static status_t WaitForQuit(sem_id semaphore,
H A DMessageLooper.cpp102 MessageLooper::WaitForQuit(sem_id semaphore, bigtime_t timeout) in WaitForQuit() function in MessageLooper
H A DServerApp.cpp189 if (MessageLooper::WaitForQuit(deathSemaphore, 3000000) != B_OK) { in ~ServerApp()