Searched refs:fMonitorThreadID (Results 1 – 2 of 2) sorted by relevance
57 fMonitorThreadID(-1), in ServerApp()99 wait_for_thread(fMonitorThreadID, &dummyStatus); in ~ServerApp()113 fMonitorThreadID = spawn_thread(MonitorApp, fSignature.String(), B_NORMAL_PRIORITY, this); in Run()114 if (fMonitorThreadID < B_OK) in Run()117 return resume_thread(fMonitorThreadID) == B_OK; in Run()140 link.Attach(&fMonitorThreadID, sizeof(thread_id)); in PingTarget()216 link.Attach(&app->fMonitorThreadID, sizeof(thread_id)); in MonitorApp()245 sender.Attach(&app->fMonitorThreadID, sizeof(thread_id)); in MonitorApp()332 return fMonitorThreadID; in MonitorThreadID()
85 thread_id fMonitorThreadID; variable