Searched defs:global_run_test_env (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c239 static CMOCKA_THREAD jmp_buf global_run_test_env; variable
348 longjmp(global_run_test_env, 1);
2303 if (setjmp(global_run_test_env) == 0) {
2634 if (setjmp(global_run_test_env) == 0) {

Completed in 41 milliseconds