OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:threadenv
(Results
1 - 1
of
1
) sorted by null
/dalvik/vm/
CheckJni.c
322
JNIEnvExt*
threadEnv
;
327
threadEnv
= dvmGetJNIEnvForThread();
333
if (
threadEnv
== NULL) {
337
} else if ((JNIEnvExt*) env !=
threadEnv
) {
338
if (dvmThreadSelf()->threadId !=
threadEnv
->envThreadId) {
339
LOGE("JNI:
threadEnv
!= thread->env?\n");
344
threadEnv
->envThreadId, ((JNIEnvExt*)env)->envThreadId);
364
if (
threadEnv
->critical) {
366
threadEnv
->envThreadId);
372
threadEnv
->critical++
[
all
...]
Completed in 18 milliseconds