Home
last modified time | relevance | path

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

/AliOS-Things-master/components/osal_aos/example/
A Dsem_example.c95 aos_task_t taskB_handle; in aos_sem_example() local
115 …status = aos_task_create(&taskB_handle, TASKB_NAME, task_entry, NULL, NULL, TASKB_STACKSIZE, TASKB… in aos_sem_example()
A Dqueue_example.c110 aos_task_t taskB_handle; in aos_queue_example() local
135 …status = aos_task_create(&taskB_handle, TASKB_NAME, taskB_entry, NULL, NULL, TASKB_STACKSIZE, TASK… in aos_queue_example()
A Devent_example.c128 aos_task_t taskB_handle; in aos_event_example() local
148 …status = aos_task_create(&taskB_handle, TASKB_NAME, taskB_entry, NULL, NULL, TASKB_STACKSIZE, TASK… in aos_event_example()

Completed in 4 milliseconds