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

Function BfpThreadInfo_Create

BeefySysLib/platform/win/Platform.cpp:2535–2542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2533};
2534
2535BFP_EXPORT BfpThreadInfo* BFP_CALLTYPE BfpThreadInfo_Create()
2536{
2537 BfpThreadInfo* threadInfo = new BfpThreadInfo();
2538 threadInfo->mStackBase = 0;
2539 threadInfo->mStackLimit = 0;
2540 threadInfo->mTeb = (NT_TIB*)NtCurrentTeb();
2541 return threadInfo;
2542}
2543
2544BFP_EXPORT void BFP_CALLTYPE BfpThreadInfo_Release(BfpThreadInfo* threadInfo)
2545{

Callers 2

ThreadStartedMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected