Searched refs:g_jni_ptr (Results 1 – 1 of 1) sorted by relevance
44 static pthread_key_t g_jni_ptr; variable80 RTC_CHECK(!pthread_key_create(&g_jni_ptr, &ThreadDestructor)) in CreateJNIPtrKey()121 RTC_CHECK(!pthread_getspecific(g_jni_ptr)) in AttachCurrentThreadIfNeeded()139 RTC_CHECK(!pthread_setspecific(g_jni_ptr, jni)) << "pthread_setspecific"; in AttachCurrentThreadIfNeeded()