Searched refs:g_crashObjKey (Results 1 – 1 of 1) sorted by relevance
112 static pthread_key_t g_crashObjKey; variable291 g_request.crashObj = (uintptr_t)pthread_getspecific(g_crashObjKey); in FillDumpRequest()979 if (pthread_key_create(&g_crashObjKey, NULL) == 0) { in DFX_InstallSignalHandler()1002 uintptr_t origin = (uintptr_t)pthread_getspecific(g_crashObjKey); in DFX_SetCrashObj()1006 pthread_setspecific(g_crashObjKey, (void*)(crashObj)); in DFX_SetCrashObj()1018 pthread_setspecific(g_crashObjKey, (void*)(crashObj)); in DFX_ResetCrashObj()