Searched refs:gPopupThreadID (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/processcontroller/
H A DProcessController.h75 extern thread_id gPopupThreadID;
H A DProcessController.cpp86 thread_id gPopupThreadID = 0; variable
217 if (gPopupThreadID) {
219 wait_for_thread (gPopupThreadID, &return_value);
588 gPopupThreadID = spawn_thread(thread_popup, "Popup holder thread",
590 resume_thread(gPopupThreadID);
927 gPopupThreadID = 0;

Completed in 37 milliseconds