Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ Wait
Method
Wait
bwapi/BWAPI_PluginInjector/remotethread.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
bool RemoteThread::Wait() const
14
{
15
return WaitForSingleObject(this->hThread, INFINITE) != WAIT_FAILED;
16
}
17
DWORD RemoteThread::GetExitCode() const
18
{
19
DWORD dwExitCode = NULL;
Callers
1
ApplyPatchSuspended
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected