Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
namespace OSTPlatform::Thread {
10
11
NativeThreadHandle CurrentNativeThreadHandle() {
12
return GetCurrentThread();
13
}
14
15
bool StartDetached(std::function<uint32_t()> entry) {
16
if (!entry) {
Callers
1
BeginTransaction
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected