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

/haiku/src/tests/apps/miniterminal/
H A DMiniView.h33 thread_id fShellProcess; member in class:MiniView
H A DMiniView.cpp82 kill_thread(fShellProcess);
318 view->fShellProcess = load_image(argc, (const char **)argv,
320 setpgid(view->fShellProcess, 0);
321 tcsetpgrp(view->fSlaveFD, view->fShellProcess);
331 wait_for_thread(view->fShellProcess, &return_code);

Completed in 85 milliseconds