Searched refs:task_context_t (Results 1 – 2 of 2) sorted by relevance
162 } task_context_t; typedef166 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()
76 } task_context_t; typedef80 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