Searched refs:g_jni_ptr (Results 1 – 1 of 1) sorted by relevance
33 static pthread_key_t g_jni_ptr; variable69 RTC_CHECK(!pthread_key_create(&g_jni_ptr, &ThreadDestructor)) in CreateJNIPtrKey()110 RTC_CHECK(!pthread_getspecific(g_jni_ptr)) in AttachCurrentThreadIfNeeded()128 RTC_CHECK(!pthread_setspecific(g_jni_ptr, jni)) << "pthread_setspecific"; in AttachCurrentThreadIfNeeded()