Searched refs:thread_entry (Results 1 – 9 of 9) sorted by relevance
| /bsp/hpmicro/hpm6200evk/applications/ |
| A D | main.c | 15 void thread_entry(void *arg); 21 rt_thread_t led_thread = rt_thread_create("led_th", thread_entry, &led_thread_arg, 1024, 1, 10); in main() 28 void thread_entry(void *arg) in thread_entry() function
|
| /bsp/hpmicro/hpm6300evk/applications/ |
| A D | main.c | 15 void thread_entry(void *arg); 21 rt_thread_t led_thread = rt_thread_create("led_th", thread_entry, &led_thread_arg, 1024, 1, 10); in main() 28 void thread_entry(void *arg) in thread_entry() function
|
| /bsp/hpmicro/hpm5300evk/applications/ |
| A D | main.c | 15 void thread_entry(void *arg); 21 rt_thread_t led_thread = rt_thread_create("led_th", thread_entry, &led_thread_arg, 1024, 1, 10); in main() 28 void thread_entry(void *arg) in thread_entry() function
|
| /bsp/hpmicro/hpm5301evklite/applications/ |
| A D | main.c | 15 void thread_entry(void *arg); 21 rt_thread_t led_thread = rt_thread_create("led_th", thread_entry, &led_thread_arg, 1024, 1, 10); in main() 28 void thread_entry(void *arg) in thread_entry() function
|
| /bsp/hpmicro/hpm6750evk/applications/ |
| A D | main.c | 14 void thread_entry(void *arg); 24 rt_thread_t led_thread = rt_thread_create("led_th", thread_entry, &led_thread_arg, 1024, 1, 10); in main() 31 void thread_entry(void *arg) in thread_entry() function
|
| /bsp/hpmicro/hpm6750evk2/applications/ |
| A D | main.c | 14 void thread_entry(void *arg); 24 rt_thread_t led_thread = rt_thread_create("led_th", thread_entry, &led_thread_arg, 1024, 1, 10); in main() 31 void thread_entry(void *arg) in thread_entry() function
|
| /bsp/hpmicro/hpm6750evkmini/applications/ |
| A D | main.c | 14 void thread_entry(void *arg); 21 rt_thread_t led_thread = rt_thread_create("led_th", thread_entry, &led_thread_arg, 1024, 1, 10); in main() 27 void thread_entry(void *arg) in thread_entry() function
|
| /bsp/hpmicro/hpm6800evk/applications/ |
| A D | main.c | 14 void thread_entry(void *arg); 21 rt_thread_t led_thread = rt_thread_create("led_th", thread_entry, &led_thread_arg, 1024, 1, 10); in main() 27 void thread_entry(void *arg) in thread_entry() function
|
| /bsp/hpmicro/hpm6e00evk/applications/ |
| A D | main.c | 14 void thread_entry(void *arg); 21 rt_thread_t led_thread = rt_thread_create("led_th", thread_entry, &led_thread_arg, 1024, 1, 10); in main() 27 void thread_entry(void *arg) in thread_entry() function
|
Completed in 6 milliseconds