MCPcopy Create free account
hub / github.com/beefytech/Beef / BfpThread_WaitFor

Function BfpThread_WaitFor

BeefySysLib/platform/win/Platform.cpp:2261–2264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2259}
2260
2261BFP_EXPORT bool BFP_CALLTYPE BfpThread_WaitFor(BfpThread* thread, int waitMS)
2262{
2263 return ::WaitForSingleObject((HANDLE)thread, waitMS) == WAIT_OBJECT_0;
2264}
2265
2266BFP_EXPORT BfpThreadPriority BFP_CALLTYPE BfpThread_GetPriority(BfpThread* thread, BfpThreadResult* outResult)
2267{

Callers 9

~WinBFAppMethod · 0.70
WaitForFinishMethod · 0.50
ShutdownMethod · 0.50
ShutdownMethod · 0.50
QueueRunMethod · 0.50
ExecuteMethod · 0.50
GetIsAliveMethod · 0.50
JoinInternalMethod · 0.50
StopCollectingMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected