Searched refs:TSP_OS_TaskCreate (Results 1 – 5 of 5) sorted by relevance
145 MS_S32 TSP_OS_TaskCreate(TSP_OS_Proc Proc, MS_U8* pu8Name);
142 MS_S32 TSP_OS_TaskCreate(TSP_OS_Proc Proc, MS_U8* pu8Name);
287 MS_S32 TSP_OS_TaskCreate(TSP_OS_Proc Proc, MS_U8* pu8Name) in TSP_OS_TaskCreate() function
243 MS_S32 TSP_OS_TaskCreate(TSP_OS_Proc Proc, MS_U8* pu8Name) in TSP_OS_TaskCreate() function
2565 _ptsp_res->_s32TaskId = TSP_OS_TaskCreate(_TSP_ISR_Task, (MS_U8*)"TSP_ISR_Task"); in _TSP_Init()