Searched refs:g_updateThreadNameCount (Results 1 – 1 of 1) sorted by relevance
47 static pthread_key_t g_updateThreadNameCount; variable189 long updateCount = reinterpret_cast<long>(pthread_getspecific(g_updateThreadNameCount)); in UpdateThreadName()202 pthread_setspecific(g_updateThreadNameCount, in UpdateThreadName()268 pthread_key_create(&g_updateThreadNameCount, nullptr); in ohos_malloc_hook_on_start()269 pthread_setspecific(g_updateThreadNameCount, reinterpret_cast<void *>(0)); in ohos_malloc_hook_on_start()293 pthread_key_delete(g_updateThreadNameCount); in ohos_release_on_end()