Searched refs:aos_task_key_t (Results 1 – 4 of 4) sorted by relevance
175 typedef uint32_t aos_task_key_t; /**< AOS任务私有数据对象句柄类型 */ typedef378 aos_status_t aos_task_key_create(aos_task_key_t *key);387 void aos_task_key_delete(aos_task_key_t key);397 aos_status_t aos_task_setspecific(aos_task_key_t key, void *vp);406 void *aos_task_getspecific(aos_task_key_t key);
179 aos_status_t aos_task_key_create(aos_task_key_t *key) in aos_task_key_create()197 void aos_task_key_delete(aos_task_key_t key) in aos_task_key_delete()207 aos_status_t aos_task_setspecific(aos_task_key_t key, void *vp) in aos_task_setspecific()214 void *aos_task_getspecific(aos_task_key_t key) in aos_task_getspecific()
104 int aos_task_key_create(aos_task_key_t *key) in aos_task_key_create()109 void aos_task_key_delete(aos_task_key_t key) in aos_task_key_delete()114 int aos_task_setspecific(aos_task_key_t key, void *vp) in aos_task_setspecific()119 void *aos_task_getspecific(aos_task_key_t key) in aos_task_getspecific()
290 aos_task_key_t task_key; in task2()306 aos_task_key_t task_key; in task3()
Completed in 9 milliseconds