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

Function BfpThread_GetCurrentId

BeefySysLib/platform/win/Platform.cpp:2256–2259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2254}
2255
2256BFP_EXPORT BfpThreadId BFP_CALLTYPE BfpThread_GetCurrentId()
2257{
2258 return (BfpThreadId)::GetCurrentThreadId();
2259}
2260
2261BFP_EXPORT bool BFP_CALLTYPE BfpThread_WaitFor(BfpThread* thread, int waitMS)
2262{

Callers 13

AddJobMethod · 0.50
SlowGetCurThreadInfoMethod · 0.50
ZoneStartMethod · 0.50
StartRecordingMethod · 0.50
StopRecordingMethod · 0.50
DbgPrintMethod · 0.50
ProcessMethod · 0.50
CheckLockYieldMethod · 0.50
LockMethod · 0.50
ManualThreadInitMethod · 0.50
DoCollectMethod · 0.50
ThreadStartedMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected