Searched refs:from (Results 1 – 6 of 6) sorted by relevance
1 from building import *
57 … These specifiers, like %I64d for 64-bit integers, deviate slightly from the standard
61 static void (*rt_scheduler_hook)(struct rt_thread *from, struct rt_thread *to);76 void rt_scheduler_sethook(void (*hook)(struct rt_thread *from, struct rt_thread *to)) in rt_scheduler_sethook() argument
144 static void (*rt_scheduler_hook)(struct rt_thread *from, struct rt_thread *to);159 void rt_scheduler_sethook(void (*hook)(struct rt_thread *from, struct rt_thread *to)) in rt_scheduler_sethook() argument
Completed in 9 milliseconds