Home
last modified time | relevance | path

Searched refs:task1_entry (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/cplusplus/example/cpp_standard/
A Datomic_test.cpp18 static void task1_entry(void) in task1_entry() function
31 thread thread1(task1_entry); in atomic_test()
A Dthread_test.cpp19 static void task1_entry(void) in task1_entry() function
35 thread thread1(task1_entry); in thread_test()
A Dcondition_variable_test.cpp41 static void task1_entry(void) in task1_entry() function
60 thread thread1(task1_entry); in conditon_varialbe_test()
A Dtimed_mutex.cpp26 static void task1_entry(void) in task1_entry() function
42 thread thread1(task1_entry); in timed_mutex_test()
/AliOS-Things-master/components/osal_aos/example/
A Dtask_example.c36 void task1_entry() in task1_entry() function
109 …status = aos_task_create(&task1_handle, "task1", task1_entry, NULL, NULL, 4096, 50, AOS_TASK_AUTOR… in aos_task_example()

Completed in 7 milliseconds