Home
last modified time | relevance | path

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

/dports/lang/ocaml/ocaml-4.05.0/otherlibs/threads/
H A Dscheduler.c73 #define Thread_timeout 50000 macro
214 timer.it_interval.tv_usec = Thread_timeout; in thread_initialize_preemption()
388 if (need_wait && delay > Thread_timeout * 1e-6) { in schedule_thread()
389 delay = Thread_timeout * 1e-6; in schedule_thread()
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/threads/
H A Dscheduler.c73 #define Thread_timeout 50000 macro
214 timer.it_interval.tv_usec = Thread_timeout; in thread_initialize_preemption()
388 if (need_wait && delay > Thread_timeout * 1e-6) { in schedule_thread()
389 delay = Thread_timeout * 1e-6; in schedule_thread()
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/systhreads/
H A Dst_win32.h396 Sleep(Thread_timeout); in caml_thread_tick()
H A Dst_posix.h335 timeout.tv_usec = Thread_timeout * 1000; in caml_thread_tick()
H A Dst_stubs.c46 #define Thread_timeout 50 macro
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/systhreads/
H A Dst_win32.h396 Sleep(Thread_timeout); in caml_thread_tick()
H A Dst_posix.h335 timeout.tv_usec = Thread_timeout * 1000; in caml_thread_tick()
H A Dst_stubs.c46 #define Thread_timeout 50 macro