MCPcopy Create free account
hub / github.com/OpenSteam001/OpenSteamTool / CurrentNativeThreadHandle

Function CurrentNativeThreadHandle

src/OSTPlatform/Windows/Thread.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace OSTPlatform::Thread {
10
11NativeThreadHandle CurrentNativeThreadHandle() {
12 return GetCurrentThread();
13}
14
15bool StartDetached(std::function<uint32_t()> entry) {
16 if (!entry) {

Callers 1

BeginTransactionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected