MCPcopy Create free account
hub / github.com/dobin/RedEdr / StartAndWaitForClient

Method StartAndWaitForClient

RedEdrShared/piping.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33BOOL PipeServer::StartAndWaitForClient(BOOL allow_all) {
34 if (!Start(allow_all)) {
35 return FALSE;
36 }
37 return WaitForClient();
38}
39
40
41BOOL PipeServer::Start(BOOL allow_all) {

Callers 3

DllReaderThreadFunction · 0.80
PplReaderThreadFunction · 0.80
ServiceControlPipeThreadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected