Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ get_cur_process_id
Function
get_cur_process_id
3rdparty/minitrace/minitrace.cpp:96–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
return (int)GetCurrentThreadId();
95
}
96
static int get_cur_process_id() {
97
return (int)GetCurrentProcessId();
98
}
99
100
static uint64_t _frequency = 0;
101
static uint64_t _starttime = 0;
Callers
2
internal_mtr_raw_event
Function · 0.85
internal_mtr_raw_event_arg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected