Home
last modified time | relevance | path

Searched refs:taskA_handle (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/osal_aos/example/
A Dsem_example.c94 aos_task_t taskA_handle; in aos_sem_example() local
108 …status = aos_task_create(&taskA_handle, TASKA_NAME, task_entry, NULL, NULL, TASKA_STACKSIZE, TASKA… in aos_sem_example()
A Dqueue_example.c109 aos_task_t taskA_handle; in aos_queue_example() local
127 …status = aos_task_create(&taskA_handle, TASKA_NAME, taskA_entry, NULL, NULL, TASKA_STACKSIZE, TASK… in aos_queue_example()
A Devent_example.c127 aos_task_t taskA_handle; in aos_event_example() local
141 …status = aos_task_create(&taskA_handle, TASKA_NAME, taskA_entry, NULL, NULL, TASKA_STACKSIZE, TASK… in aos_event_example()

Completed in 3 milliseconds