Searched refs:gBgKey (Results 1 – 1 of 1) sorted by relevance
86 static pthread_key_t gBgKey = -1; variable494 if (gBgKey == -1) { in android_os_Process_setCanSelfBackground()495 pthread_key_create(&gBgKey, NULL); in android_os_Process_setCanSelfBackground()500 pthread_setspecific(gBgKey, (void*)(bgOk ? 0 : 0xbaad)); in android_os_Process_setCanSelfBackground()545 void* bgOk = pthread_getspecific(gBgKey); in android_os_Process_setThreadPriority()