Home
last modified time | relevance | path

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

/AliOS-Things-master/components/osal_aos/include/aos/
A Dkernel.h175 typedef uint32_t aos_task_key_t; /**< AOS任务私有数据对象句柄类型 */ typedef
378 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);
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_task.c179 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()
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_system.c104 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()
/AliOS-Things-master/hardware/chip/rtl872xd/test/
A Daos_test.c290 aos_task_key_t task_key; in task2()
306 aos_task_key_t task_key; in task3()

Completed in 7 milliseconds