Searched refs:thr_self (Results 1 – 1 of 1) sorted by relevance
38 static void _print_char(rt_thread_t thr_self, int character) in _print_char() argument43 rt_kprintf("%c%d", character, RT_SCHED_CTX(thr_self).oncpu); in _print_char()81 rt_thread_t thr_self = rt_thread_self(); in _thread_entry() local107 _print_char(thr_self, '*'); in _thread_entry()
Completed in 3 milliseconds