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

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

Completed in 65 milliseconds