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

/haiku/headers/os/interface/
H A DPopUpMenu.h75 static int32 _thread_entry(void* menuData);
H A DMenuField.h129 static int32 _thread_entry(void *arg);
/haiku/src/kits/interface/
H A DPopUpMenu.cpp369 fTrackThread = spawn_thread(_thread_entry, "popup", B_DISPLAY_PRIORITY,
391 BPopUpMenu::_thread_entry(void* menuData) function in class:BPopUpMenu
H A DMenuField.cpp472 fMenuTaskID = spawn_thread((thread_func)_thread_entry,
1130 BMenuField::_thread_entry(void* arg) function in class:BMenuField

Completed in 52 milliseconds