Searched refs:task1_entry (Results 1 – 5 of 5) sorted by relevance
18 static void task1_entry(void) in task1_entry() function31 thread thread1(task1_entry); in atomic_test()
19 static void task1_entry(void) in task1_entry() function35 thread thread1(task1_entry); in thread_test()
41 static void task1_entry(void) in task1_entry() function60 thread thread1(task1_entry); in conditon_varialbe_test()
26 static void task1_entry(void) in task1_entry() function42 thread thread1(task1_entry); in timed_mutex_test()
36 void task1_entry() in task1_entry() function109 …status = aos_task_create(&task1_handle, "task1", task1_entry, NULL, NULL, 4096, 50, AOS_TASK_AUTOR… in aos_task_example()
Completed in 7 milliseconds