Home
last modified time | relevance | path

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

/haiku/src/servers/debug/
H A DDebugServer.cpp242 thread_id fHandlerThread; member in TeamDebugHandler
395 fHandlerThread(-1) in TeamDebugHandler()
410 if (fHandlerThread >= 0 && find_thread(NULL) != fHandlerThread) { in ~TeamDebugHandler()
412 wait_for_thread(fHandlerThread, &result); in ~TeamDebugHandler()
476 fHandlerThread = spawn_thread(&_HandlerThreadEntry, name, B_NORMAL_PRIORITY, in Init()
478 if (fHandlerThread < 0) { in Init()
480 "handler thread: %s\n", strerror(fHandlerThread)); in Init()
481 return fHandlerThread; in Init()
484 resume_thread(fHandlerThread); in Init()