Home
last modified time | relevance | path

Searched refs:g_jni_ptr (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/java/jni/
Djni_helpers.cc44 static pthread_key_t g_jni_ptr; variable
80 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()