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

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

Completed in 109 milliseconds