Home
last modified time | relevance | path

Searched refs:process_time_skips (Results 1 – 4 of 4) sorted by relevance

/dports/lang/racket/racket-8.3/src/bc/include/
H A Dschthread.h633 #define process_time_skips XOA (scheme_get_thread_local_variables()->process_time_skips_) macro
/dports/lang/racket-minimal/racket-8.3/src/bc/include/
H A Dschthread.h633 #define process_time_skips XOA (scheme_get_thread_local_variables()->process_time_skips_) macro
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dthread.c106 THREAD_LOCAL_DECL(static intptr_t process_time_skips);
3030 if ((!scheme_fuel_counter) || (++process_time_skips >= 100)) { in do_swap_thread()
3035 process_time_skips = 0; in do_swap_thread()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dthread.c106 THREAD_LOCAL_DECL(static intptr_t process_time_skips);
3030 if ((!scheme_fuel_counter) || (++process_time_skips >= 100)) { in do_swap_thread()
3035 process_time_skips = 0; in do_swap_thread()