Searched refs:TlsDestructor (Results 1 – 3 of 3) sorted by relevance
53 static void TlsDestructor(void *args) in TlsDestructor() function119 pthread_key_create(&g_localKey, TlsDestructor); in InitThreadPool()
53 void IPCThreadSkeleton::TlsDestructor(void *args) in TlsDestructor() function in OHOS::IPC_SINGLE::IPCThreadSkeleton78 auto ret = pthread_key_create(&TLSKey_, IPCThreadSkeleton::TlsDestructor); in MakeTlsKey()
41 static void TlsDestructor(void *args);