Home
last modified time | relevance | path

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

/haiku/src/servers/app/
H A DMessageLooper.cpp47 fThread = spawn_thread(_message_thread, name, B_DISPLAY_PRIORITY, this); in Run()
173 MessageLooper::_message_thread(void* _looper) in _message_thread() function in MessageLooper
H A DMessageLooper.h46 static int32 _message_thread(void*_looper);
H A DTestServerLoopAdapter.cpp51 _message_thread((void*)this); in Run()