Home
last modified time | relevance | path

Searched refs:g_currentTaskId (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp78 static std::atomic<int32_t> g_currentTaskId = std::numeric_limits<int32_t>::min(); variable
87 taskId_ = g_currentTaskId++; in RequestContext()