MCPcopy 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
13bool RemoteThread::Wait() const
14{
15 return WaitForSingleObject(this->hThread, INFINITE) != WAIT_FAILED;
16}
17DWORD RemoteThread::GetExitCode() const
18{
19 DWORD dwExitCode = NULL;

Callers 1

ApplyPatchSuspendedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected