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

/haiku/src/apps/terminal/
H A DTermApp.cpp63 fChildCleanupThread(-1),
113 fChildCleanupThread = spawn_thread(_ChildCleanupThreadEntry,
115 if (fChildCleanupThread >= 0) {
116 resume_thread(fChildCleanupThread);
119 strerror(fChildCleanupThread));
169 if (fChildCleanupThread >= 0) {
170 send_signal(fChildCleanupThread, SIGUSR1);
171 wait_for_thread(fChildCleanupThread, NULL);
H A DTermApp.h56 thread_id fChildCleanupThread; member in class:TermApp

Completed in 18 milliseconds