Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dasync_stack.cpp27 static pthread_key_t g_stackidKey; variable
44 if (pthread_key_create(&g_stackidKey, nullptr) == 0) { in InitAsyncStackInner()
88 pthread_setspecific(g_stackidKey, reinterpret_cast<void *>(stackId)); in SetStackId()
100 return reinterpret_cast<uint64_t>(pthread_getspecific(g_stackidKey)); in GetStackId()