Searched refs:task_entry (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/osal_aos/example/ |
A D | mutex_example.c | 53 static void task_entry(void *arg) in task_entry() function 105 status = aos_task_new(TASKA_NAME, task_entry, NULL, TASKA_STACKSIZE); in aos_mutex_example() 112 status = aos_task_new(TASKB_NAME, task_entry, NULL, TASKB_STACKSIZE); in aos_mutex_example()
|
A D | sem_example.c | 54 static void task_entry(void *arg) in task_entry() function 108 …status = aos_task_create(&taskA_handle, TASKA_NAME, task_entry, NULL, NULL, TASKA_STACKSIZE, TASKA… in aos_sem_example() 115 …status = aos_task_create(&taskB_handle, TASKB_NAME, task_entry, NULL, NULL, TASKB_STACKSIZE, TASKB… in aos_sem_example()
|
Completed in 3 milliseconds