Searched refs:to (Results 1 – 4 of 4) sorted by relevance
4 bool "Enable rt_vsnprintf to use libc vsnprintf"88 … According to the C languages standard, printf() and related functions must be able to print any107 bool "Enable rt_vsscanf to use libc vsscanf"118 bool "Enable rt_memset to use libc memset"122 bool "Enable rt_memset to use tiny version"135 bool "Enable rt_memcpy to use libc memcpy"164 bool "Enable rt_memcmp to use libc memcmp"176 bool "Enable rt_strstr to use libc strstr"206 bool "Enable rt_strcpy to use libc strcpy"230 bool "Enable rt_strcmp to use libc strcmp"[all …]
76 The only effect of this option is to make the SMP-related77 options available to the user for configuration.145 plug in to the system on run-time.202 bool "Enable kservice to use tiny finding first bit set method"280 A signal is an asynchronous notification sent to a specific thread281 in order to notify it of an event that occurred.375 to dump memory block information.377 to check memory block to avoid memory overwritten.380 to check memory block to find which thread has wrongly modified
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 12 milliseconds