Home
last modified time | relevance | path

Searched refs:t_ft (Results 1 – 3 of 3) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/ecore/
H A Decore_anim.c139 unsigned int t_ft; in _timer_tick_core() local
221 t_ft = ft * 1000000000.0; in _timer_tick_core()
224 tspec_new.it_interval.tv_sec = t_ft / 1000000000; in _timer_tick_core()
225 tspec_new.it_interval.tv_nsec = t_ft % 1000000000; in _timer_tick_core()
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dfuture.c1807 static void direct_future_to_future_touch(Scheme_Future_State *fs, future_t *ft, future_t *t_ft) in direct_future_to_future_touch() argument
1814 t_ft->retval_s = retval; in direct_future_to_future_touch()
1815 send_special_result(t_ft, retval); in direct_future_to_future_touch()
1817 t_ft->arg_S1 = NULL; in direct_future_to_future_touch()
1818 t_ft->status = HANDLING_PRIM; /* handled as if by runtime thread */ in direct_future_to_future_touch()
1820 complete_rtcall(fs, t_ft); in direct_future_to_future_touch()
1846 future_t *t_ft = (future_t *)SCHEME_WEAK_BOX_VAL(wb); in trigger_added_touches() local
1848 if (t_ft && (get_future_for_touch(t_ft) == ft)) { in trigger_added_touches()
1849 direct_future_to_future_touch(fs, ft, t_ft); in trigger_added_touches()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dfuture.c1807 static void direct_future_to_future_touch(Scheme_Future_State *fs, future_t *ft, future_t *t_ft) in direct_future_to_future_touch() argument
1814 t_ft->retval_s = retval; in direct_future_to_future_touch()
1815 send_special_result(t_ft, retval); in direct_future_to_future_touch()
1817 t_ft->arg_S1 = NULL; in direct_future_to_future_touch()
1818 t_ft->status = HANDLING_PRIM; /* handled as if by runtime thread */ in direct_future_to_future_touch()
1820 complete_rtcall(fs, t_ft); in direct_future_to_future_touch()
1846 future_t *t_ft = (future_t *)SCHEME_WEAK_BOX_VAL(wb); in trigger_added_touches() local
1848 if (t_ft && (get_future_for_touch(t_ft) == ft)) { in trigger_added_touches()
1849 direct_future_to_future_touch(fs, ft, t_ft); in trigger_added_touches()