Searched refs:g_stackidKey (Results 1 – 1 of 1) sorted by relevance
27 static pthread_key_t g_stackidKey; variable44 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()