Home
last modified time | relevance | path

Searched refs:t (Results 1 – 2 of 2) sorted by relevance

/src/
A Dtimer.c431 struct rt_timer *t; in _timer_start() local
490 struct rt_timer *t; in _timer_check() local
515 RT_OBJECT_HOOK_CALL(rt_timer_enter_hook, (t)); in _timer_check()
518 _timer_remove(t); in _timer_check()
519 if (!(t->parent.flag & RT_TIMER_FLAG_PERIODIC)) in _timer_check()
521 t->parent.flag &= ~RT_TIMER_FLAG_ACTIVATED; in _timer_check()
530 t->timeout_func(t->parameter); in _timer_check()
532 RT_OBJECT_HOOK_CALL(rt_timer_exit_hook, (t)); in _timer_check()
543 (t->parent.flag & RT_TIMER_FLAG_ACTIVATED)) in _timer_check()
546 t->parent.flag &= ~RT_TIMER_FLAG_ACTIVATED; in _timer_check()
[all …]
/src/klibc/
A DKconfig12 … Support for the long long integral types (with the ll, z and t length modifiers for specifiers
49 Be extra-safe, and don't assume format specifiers are completed correctly

Completed in 5 milliseconds