Searched refs:activeThreadStorage (Results 1 – 1 of 1) sorted by relevance
20 static mt_thread_local Brofiler::EventStorage* activeThreadStorage; member in ProfilerEventListener151 activeThreadStorage = currentFiberStorage; in OnTaskExecuteStateChanged()169 MT_ASSERT(activeThreadStorage == currentFiberStorage, "Sanity check failed"); in OnTaskExecuteStateChanged()188 mt_thread_local Brofiler::EventStorage* ProfilerEventListener::activeThreadStorage = 0; member in ProfilerEventListener