HomeSort by: relevance | last modified time | path
    Searched defs:jmp_en (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/kernel/
t_time_arith.c 55 static sig_atomic_t jmp_en; variable in typeref:typename:sig_atomic_t
70 if (jmp_en) {
72 jmp_en = 0;
421 jmp_en = 1;
424 jmp_en = 0;
427 ATF_CHECK(!jmp_en);
428 jmp_en = 0; /* paranoia */
t_time_arith.c 55 static sig_atomic_t jmp_en; variable in typeref:typename:sig_atomic_t
70 if (jmp_en) {
72 jmp_en = 0;
421 jmp_en = 1;
424 jmp_en = 0;
427 ATF_CHECK(!jmp_en);
428 jmp_en = 0; /* paranoia */

Completed in 24 milliseconds