11 xtd::concurrent::hash_map<void*,std::string> _FunctionNames;
12 thread_local std::stack<std::string> _ThreadStack;
13 thread_local
bool _InTrace =
false;
17 void __xtd_EventEnter(
void * ){
25 void __xtd_EventLeave(
void * ){
concurrently insert, query and delete items in an unordered hash map