Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ IsProcessRunning
Function
IsProcessRunning
Win32Lib/Win32Lib.cpp:327–330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
}
326
327
bool IsProcessRunning(HANDLE handle)
328
{
329
return (::WaitForSingleObject(handle, 0) == WAIT_TIMEOUT);
330
}
331
332
MutexLock::MutexLock(HANDLE hMutex) :
333
m_hMutex(hMutex)
Callers
nothing calls this directly
Calls
1
WaitForSingleObject
Function · 0.85
Tested by
no test coverage detected