Searched refs:TASKA_NAME (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/osal_aos/example/ |
A D | event_example.c | 27 #define TASKA_NAME "taskA" macro 77 …printf("[%s][%s]field1=%ld, field2=%ld, field3=%ld, field4=%ld\n", MODULE_NAME, TASKA_NAME, record… in taskA_entry() 141 …status = aos_task_create(&taskA_handle, TASKA_NAME, taskA_entry, NULL, NULL, TASKA_STACKSIZE, TASK… in aos_event_example() 144 printf("[%s]create %s error\n", MODULE_NAME, TASKA_NAME); in aos_event_example()
|
A D | mutex_example.c | 28 #define TASKA_NAME "taskA" macro 105 status = aos_task_new(TASKA_NAME, task_entry, NULL, TASKA_STACKSIZE); in aos_mutex_example() 108 printf("[%s]create %s error\n", MODULE_NAME, TASKA_NAME); in aos_mutex_example()
|
A D | sem_example.c | 29 #define TASKA_NAME "taskA" macro 108 …status = aos_task_create(&taskA_handle, TASKA_NAME, task_entry, NULL, NULL, TASKA_STACKSIZE, TASKA… in aos_sem_example() 111 printf("[%s]create %s error\n", MODULE_NAME, TASKA_NAME); in aos_sem_example()
|
A D | queue_example.c | 30 #define TASKA_NAME "taskA" macro 127 …status = aos_task_create(&taskA_handle, TASKA_NAME, taskA_entry, NULL, NULL, TASKA_STACKSIZE, TASK… in aos_queue_example() 130 printf("[%s]create %s error\n", MODULE_NAME, TASKA_NAME); in aos_queue_example()
|
Completed in 7 milliseconds