Searched refs:taskB_handle (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/osal_aos/example/ |
A D | sem_example.c | 95 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 D | queue_example.c | 110 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 D | event_example.c | 128 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