Searched refs:exitValue (Results 1 - 11 of 11) sorted by relevance

/haiku/src/servers/app/drawing/
H A DUpdateQueue.cpp94 status_t exitValue; local
95 wait_for_thread(fUpdateExecutor, &exitValue);
/haiku/src/apps/midiplayer/
H A DScopeView.cpp81 status_t exitValue; local
82 wait_for_thread(fScopeThreadID, &exitValue);
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.h33 status_t WaitForThread(status_t* exitValue);
H A DGenericThread.cpp272 GenericThread::WaitForThread(status_t* exitValue) argument
274 return wait_for_thread(fThreadId, exitValue);
/haiku/src/apps/expander/
H A DGenericThread.h36 status_t WaitForThread(status_t* exitValue);
H A DGenericThread.cpp264 GenericThread::WaitForThread(status_t* exitValue) argument
266 return (wait_for_thread(fThreadId, exitValue));
/haiku/src/apps/text_search/
H A DGrepper.cpp150 int32 exitValue; local
151 wait_for_thread(fRunnerThreadId, &exitValue);
484 int32 exitValue; local
485 wait_for_thread(xargsThread, &exitValue);
486 wait_for_thread(writerThread, &exitValue);
/haiku/src/apps/musiccollection/
H A DFileMonitor.cpp224 status_t exitValue; local
225 return wait_for_thread(fThreadId, &exitValue);
/haiku/src/apps/installer/
H A DCopyEngine.cpp85 int32 exitValue; local
86 wait_for_thread(fWriterThread, &exitValue);
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp54 status_t exitValue; local
55 wait_for_thread(fConvertThreadID, &exitValue);
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp412 status_t exitValue; local
413 wait_for_thread(controllerThread, &exitValue);

Completed in 137 milliseconds