Home
last modified time | relevance | path

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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp58 fOutputWorker(-1) in ConsoleOutputView()
69 if (fOutputWorker > 0) in ~ConsoleOutputView()
70 wait_for_thread(fOutputWorker, NULL); in ~ConsoleOutputView()
183 fOutputWorker = spawn_thread(_OutputWorker, "output worker", B_LOW_PRIORITY, this); in _Init()
184 if (fOutputWorker < 0) in _Init()
187 resume_thread(fOutputWorker); in _Init()
H A DConsoleOutputView.h51 thread_id fOutputWorker; variable