Home
last modified time | relevance | path

Searched refs:exit_buf (Results 1 – 8 of 8) sorted by relevance

/dports/lang/ocaml/ocaml-4.05.0/otherlibs/systhreads/
H A Dst_stubs.c80 struct longjmp_buffer * exit_buf; /* For thread exit */ member
349 th->exit_buf = NULL; in caml_thread_new_info()
481 curr_thread->exit_buf = &caml_termination_jmpbuf; in caml_thread_initialize()
560 th->exit_buf = &termination_buf; in caml_thread_start()
703 struct longjmp_buffer * exit_buf = NULL; in caml_thread_exit() local
716 exit_buf = curr_thread->exit_buf; in caml_thread_exit()
719 if (exit_buf != NULL) { in caml_thread_exit()
721 siglongjmp(exit_buf->buf, 1); in caml_thread_exit()
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/systhreads/
H A Dst_stubs.c80 struct longjmp_buffer * exit_buf; /* For thread exit */ member
349 th->exit_buf = NULL; in caml_thread_new_info()
481 curr_thread->exit_buf = &caml_termination_jmpbuf; in caml_thread_initialize()
560 th->exit_buf = &termination_buf; in caml_thread_start()
703 struct longjmp_buffer * exit_buf = NULL; in caml_thread_exit() local
716 exit_buf = curr_thread->exit_buf; in caml_thread_exit()
719 if (exit_buf != NULL) { in caml_thread_exit()
721 siglongjmp(exit_buf->buf, 1); in caml_thread_exit()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/server/
H A Dsys_amiga.c46 static jmp_buf exit_buf; variable
456 longjmp(exit_buf, 1); in Sys_Error()
477 longjmp(exit_buf, 1); in Sys_Quit()
643 if (setjmp(exit_buf)) in main()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/server/
H A Dsys_amiga.c47 static jmp_buf exit_buf; variable
461 longjmp(exit_buf, 1); in Sys_Error()
484 longjmp(exit_buf, 1); in Sys_Quit()
687 if (setjmp(exit_buf)) in main()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dsys_amiga.c55 static jmp_buf exit_buf; variable
542 longjmp(exit_buf, 1); in Sys_Error()
565 longjmp(exit_buf, 1); in Sys_Quit()
806 if (setjmp(exit_buf)) in main()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dsys_amiga.c55 static jmp_buf exit_buf; variable
558 longjmp(exit_buf, 1); in Sys_Error()
581 longjmp(exit_buf, 1); in Sys_Quit()
883 if (setjmp(exit_buf)) in main()
/dports/devel/generate/generate-2.8/
H A Dgenerate.c1567 static jmp_buf exit_buf; variable
1575 longjmp(exit_buf, status); in pyexit()
1669 if ((rc = setjmp(exit_buf))) { in Generate()
/dports/lang/algol68g/algol68g-2.8.4/source/
H A Dgenie.c3307 longjmp (*exit_buf, 1); in genie_serial_units()
3321 genie_serial_units (SUB (p), jump_to, exit_buf, pop_sp); in genie_serial_units()
3335 genie_serial_clause (NODE_T * p, jmp_buf * exit_buf) in genie_serial_clause() argument
3832 if (!setjmp (exit_buf)) {\
3833 genie_serial_clause ((NODE_T *) p, (jmp_buf *) exit_buf);\
3842 if (!setjmp (exit_buf)) {\
3865 jmp_buf exit_buf; in genie_int_case() local
3927 jmp_buf exit_buf; in genie_united_case() local
3991 jmp_buf exit_buf; in genie_conditional() local
4072 jmp_buf exit_buf; in genie_loop() local
[all …]