Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signal_handler.c112 static pthread_key_t g_crashObjKey; variable
291 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()