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

  /src/tests/lib/libc/setjmp/
t_sigstack.c 55 void (*compat13_siglongjmp)(sigjmp_buf, int) __dead; variable in typeref:typename:void (*)(sigjmp_buf,int)
81 (compat13_siglongjmp = dlsym(RTLD_SELF, "siglongjmp")) == NULL ||
340 (*compat13_siglongjmp)(sigjmp, 1);
368 * signal handler does (*compat13_siglongjmp)(sigjmp, 1), it
375 * Run the test with compat13_siglongjmp.
t_setjmp.c 105 void (*compat13_siglongjmp)(sigjmp_buf, int); variable in typeref:typename:void (*)(sigjmp_buf,int)
131 (compat13_siglongjmp = dlsym(RTLD_SELF, "siglongjmp")) == NULL ||
275 (*compat13_siglongjmp)(sjb, i);

Completed in 11 milliseconds