Home
last modified time | relevance | path

Searched refs:aos_task_ptcb_set (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/osal_aos/include/aos/
A Drhino.h34 aos_status_t aos_task_ptcb_set(aos_task_t *task, void *ptcb);
/AliOS-Things-master/components/posix/src/
A Dpthread.c98 aos_task_ptcb_set(&(ptcb->task), NULL); in pthread_exit()
190 ret = aos_task_ptcb_set(&(ptcb->task), ptcb); in pthread_create()
445 ret = aos_task_ptcb_set(&(ptcb->task), ptcb); in pthread_self()
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_task.c248 aos_status_t aos_task_ptcb_set(aos_task_t *task, void *ptcb) in aos_task_ptcb_set() function

Completed in 10 milliseconds