Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
BOOL PipeServer::StartAndWaitForClient(BOOL allow_all) {
34
if (!Start(allow_all)) {
35
return FALSE;
36
}
37
return WaitForClient();
38
}
39
40
41
BOOL PipeServer::Start(BOOL allow_all) {
Callers
3
DllReaderThread
Function · 0.80
PplReaderThread
Function · 0.80
ServiceControlPipeThread
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected