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

/haiku/src/tests/apps/miniterminal/
H A DMiniView.h32 thread_id fShellExecutor; member in class:MiniView
H A DMiniView.cpp81 kill_thread(fShellExecutor);
272 fShellExecutor = spawn_thread(&MiniView::ExecuteShell, "shell process", B_URGENT_DISPLAY_PRIORITY, this);
273 if (fShellExecutor < 0)
275 TRACE(("shell executor thread is: %ld\n", fShellExecutor));
278 resume_thread(fShellExecutor);

Completed in 92 milliseconds