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

/haiku/src/kits/interface/
H A DPopUpMenu.cpp45 fTrackThread(-1)
60 fTrackThread(-1)
67 if (fTrackThread >= 0) {
69 while (wait_for_thread(fTrackThread, &status) == B_INTERRUPTED)
329 if (fTrackThread >= B_OK) {
333 while (wait_for_thread(fTrackThread, &unused) == B_INTERRUPTED)
369 fTrackThread = spawn_thread(_thread_entry, "popup", B_DISPLAY_PRIORITY,
371 if (fTrackThread < B_OK) {
380 resume_thread(fTrackThread);
411 menu->fTrackThread
[all...]
/haiku/headers/os/interface/
H A DPopUpMenu.h85 thread_id fTrackThread; member in class:BPopUpMenu
/haiku/headers/private/tracker/
H A DNavMenu.h171 thread_id fTrackThread; member in class:BPrivate::BPopUpNavMenu
/haiku/src/kits/tracker/
H A DNavMenu.cpp911 fTrackThread(-1)
925 if (fTrackThread >= 0) {
927 while (wait_for_thread(fTrackThread, &status) == B_INTERRUPTED)
949 fTrackThread = spawn_thread(_TrackThread, "popup", B_DISPLAY_PRIORITY, this);

Completed in 80 milliseconds