Home
last modified time | relevance | path

Searched refs:TASKB_STACKSIZE (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/osal_aos/example/
A Dmutex_example.c35 #define TASKB_STACKSIZE 1024 macro
112 status = aos_task_new(TASKB_NAME, task_entry, NULL, TASKB_STACKSIZE); in aos_mutex_example()
A Dsem_example.c35 #define TASKB_STACKSIZE 1024 macro
115 …status = aos_task_create(&taskB_handle, TASKB_NAME, task_entry, NULL, NULL, TASKB_STACKSIZE, TASKB… in aos_sem_example()
A Dqueue_example.c37 #define TASKB_STACKSIZE 1024 macro
135 …status = aos_task_create(&taskB_handle, TASKB_NAME, taskB_entry, NULL, NULL, TASKB_STACKSIZE, TASK… in aos_queue_example()
A Devent_example.c33 #define TASKB_STACKSIZE 1024 macro
148 …status = aos_task_create(&taskB_handle, TASKB_NAME, taskB_entry, NULL, NULL, TASKB_STACKSIZE, TASK… in aos_event_example()

Completed in 8 milliseconds