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

  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 567 jmp_buf gotcha; member in struct:__anon60763
1012 gotcha(int sig) function
1016 signal(sig, gotcha);
1032 longjmp(state.gotcha, ret);
1147 else if (!(eret = setjmp(state.gotcha)))
1445 signal(SIGALRM, gotcha);
1446 signal(SIGBUS, gotcha);
1447 signal(SIGSEGV, gotcha);
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 567 jmp_buf gotcha; member in struct:__anon60773
1012 gotcha(int sig) function
1016 signal(sig, gotcha);
1032 longjmp(state.gotcha, ret);
1147 else if (!(eret = setjmp(state.gotcha)))
1445 signal(SIGALRM, gotcha);
1446 signal(SIGBUS, gotcha);
1447 signal(SIGSEGV, gotcha);
    [all...]

Completed in 54 milliseconds