Searched refs:g_currentTaskId (Results 1 – 1 of 1) sorted by relevance
78 static std::atomic<int32_t> g_currentTaskId = std::numeric_limits<int32_t>::min(); variable87 taskId_ = g_currentTaskId++; in RequestContext()