Home
last modified time | relevance | path

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

/external/aws-crt-java/src/native/
Dcrt.c281 bool exception_pending = (*env)->ExceptionCheck(env); in aws_jni_check_and_clear_exception() local
282 if (exception_pending) { in aws_jni_check_and_clear_exception()
286 return exception_pending; in aws_jni_check_and_clear_exception()
290 bool exception_pending = (*env)->ExceptionCheck(env); in aws_jni_get_and_clear_exception() local
291 if (exception_pending) { in aws_jni_get_and_clear_exception()
296 return exception_pending; in aws_jni_get_and_clear_exception()