Home
last modified time | relevance | path

Searched refs:caml_scan_roots_hook (Results 1 – 13 of 13) sorted by relevance

/dports/lang/ocaml/ocaml-4.05.0/byterun/
H A Droots.c32 CAMLexport void (*caml_scan_roots_hook) (scanning_action f) = NULL; variable
62 if (caml_scan_roots_hook != NULL) (*caml_scan_roots_hook)(&caml_oldify_one); in caml_oldify_local_roots()
97 if (caml_scan_roots_hook != NULL) (*caml_scan_roots_hook)(f); in caml_do_roots()
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/
H A Droots.c32 CAMLexport void (*caml_scan_roots_hook) (scanning_action f) = NULL; variable
62 if (caml_scan_roots_hook != NULL) (*caml_scan_roots_hook)(&caml_oldify_one); in caml_oldify_local_roots()
97 if (caml_scan_roots_hook != NULL) (*caml_scan_roots_hook)(f); in caml_do_roots()
/dports/lang/ocaml/ocaml-4.05.0/asmrun/
H A Droots.c36 void (*caml_scan_roots_hook) (scanning_action) = NULL; variable
339 if (caml_scan_roots_hook != NULL) (*caml_scan_roots_hook)(&caml_oldify_one); in caml_oldify_local_roots()
434 if (caml_scan_roots_hook != NULL) (*caml_scan_roots_hook)(f); in caml_do_roots()
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmrun/
H A Droots.c36 void (*caml_scan_roots_hook) (scanning_action) = NULL; variable
339 if (caml_scan_roots_hook != NULL) (*caml_scan_roots_hook)(&caml_oldify_one); in caml_oldify_local_roots()
434 if (caml_scan_roots_hook != NULL) (*caml_scan_roots_hook)(f); in caml_do_roots()
/dports/lang/ocaml/ocaml-4.05.0/byterun/caml/
H A Droots.h40 CAMLextern void (*caml_scan_roots_hook) (scanning_action); variable
H A Dcompatibility.h259 #define scan_roots_hook caml_scan_roots_hook
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/caml/
H A Droots.h40 CAMLextern void (*caml_scan_roots_hook) (scanning_action); variable
H A Dcompatibility.h259 #define scan_roots_hook caml_scan_roots_hook
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/front/caml/
H A Dcompatibility.h258 #define scan_roots_hook caml_scan_roots_hook
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/systhreads/
H A Dst_stubs.c488 prev_scan_roots_hook = caml_scan_roots_hook; in caml_thread_initialize()
489 caml_scan_roots_hook = caml_thread_scan_roots; in caml_thread_initialize()
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/systhreads/
H A Dst_stubs.c488 prev_scan_roots_hook = caml_scan_roots_hook; in caml_thread_initialize()
489 caml_scan_roots_hook = caml_thread_scan_roots; in caml_thread_initialize()
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/threads/
H A Dscheduler.c190 prev_scan_roots_hook = caml_scan_roots_hook; in thread_initialize()
191 caml_scan_roots_hook = thread_scan_roots; in thread_initialize()
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/threads/
H A Dscheduler.c190 prev_scan_roots_hook = caml_scan_roots_hook; in thread_initialize()
191 caml_scan_roots_hook = thread_scan_roots; in thread_initialize()