Searched refs:gBgKey (Results 1 – 1 of 1) sorted by relevance
85 static pthread_key_t gBgKey = -1; variable527 if (gBgKey == -1) { in android_os_Process_setCanSelfBackground()528 pthread_key_create(&gBgKey, NULL); in android_os_Process_setCanSelfBackground()533 pthread_setspecific(gBgKey, (void*)(bgOk ? 0 : 0xbaad)); in android_os_Process_setCanSelfBackground()578 void* bgOk = pthread_getspecific(gBgKey); in android_os_Process_setThreadPriority()