Searched refs:prev_jni_ptr (Results 1 – 1 of 1) sorted by relevance
50 static void ThreadDestructor(void* prev_jni_ptr) { in ThreadDestructor() argument61 RTC_CHECK(GetEnv() == prev_jni_ptr) in ThreadDestructor()62 << "Detaching from another thread: " << prev_jni_ptr << ":" << GetEnv(); in ThreadDestructor()