Home
last modified time | relevance | path

Searched refs:_MessageLoopEntry (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/private/debug/
H A DDebugLooper.h47 static status_t _MessageLoopEntry(void* data);
/haiku/src/kits/debug/
H A DDebugLooper.cpp187 fThread = spawn_thread(&_MessageLoopEntry, "debug looper", in Run()
251 BDebugLooper::_MessageLoopEntry(void* data) in _MessageLoopEntry() function in BDebugLooper