Home
last modified time | relevance | path

Searched refs:task_context_t (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_OS_rhino.c162 } task_context_t; typedef
166 task_context_t *task = arg; in task_wrapper()
216 task_context_t *task = aos_malloc(sizeof(task_context_t)); in HAL_ThreadCreate()
220 memset(task, 0, sizeof(task_context_t)); in HAL_ThreadCreate()
/AliOS-Things-master/components/linkkit/wrappers/platform/os/
A DHAL_OS_yoc.c76 } task_context_t; typedef
80 task_context_t *task = arg; in task_wrapper()
128 task_context_t *task = aos_malloc(sizeof(task_context_t)); in HAL_ThreadCreate()
132 memset(task, 0, sizeof(task_context_t)); in HAL_ThreadCreate()

Completed in 5 milliseconds