HomeSort by relevance Sort by last modified time
    Searched refs:jmpenv (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/os/jni/
android_os_cts_CpuInstructions.cpp 23 static sigjmp_buf jmpenv; variable
27 siglongjmp(jmpenv, 1);
32 return sigsetjmp(jmpenv, 1);
android_os_cts_TaggedPointer.cpp 29 static sigjmp_buf jmpenv; variable
32 siglongjmp(jmpenv, 1);
58 if (sigsetjmp(jmpenv, 1)) {

Completed in 1477 milliseconds