Searched defs:ForkServer (Results 1 – 9 of 9) sorted by relevance
51 struct ForkServer { struct52 static void run(const std::string& serviceName) { in run()
40 explicit ForkServer(Comms* comms) : comms_(comms) { in ForkServer() function
76 friend class ForkServer; variable
32 class ForkServer(object): class