Searched refs:fOutputWorker (Results 1 – 2 of 2) sorted by relevance
58 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()
51 thread_id fOutputWorker; variable