Home
last modified time | relevance | path

Searched refs:MonitorApp (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/apps/fake_app_server/
H A DServerApp.cpp113 fMonitorThreadID = spawn_thread(MonitorApp, fSignature.String(), B_NORMAL_PRIORITY, this); in Run()
197 ServerApp::MonitorApp(void *data) in MonitorApp() function in ServerApp
H A DServerApp.h71 static int32 MonitorApp(void *data);
/haiku/docs/develop/servers/app_server/
H A DServerApp.rst15 - static int32 MonitorApp(void \*data)
49 1. Spawn the monitoring thread (which utilizes MonitorApp()) 2) If any
55 static int32 MonitorApp(void \*data)