CHAR __stdcall TtmpInitializeWatchdogTimeouts(INT64 a1){
_DWORD *v1;
__int64 v2;
int v4;
int v5;
v5 = 0;
v1 = &unk_140C0EDE0;
v4 = 0;
v2 = 6i64;
do
{
if( TtmpGetConfigOverride(a1, *((const WCHAR **)v1 - 1), &v4) == 1 )
*v1 = v4;
v1 += 6;
--v2;
}
while( v2 );
if( TtmpGetConfigOverride(a1, L"TtmDeviceCalloutCrashEnabled", &v5) == 1 && v5 )
TtmpDeviceCalloutCrashDumpEnabled = 1;
return 1;
}