Searched refs:LOS_TaskDetach (Results 1 – 12 of 12) sorted by relevance
36 UINT32 ret = LOS_TaskDetach(LOS_CurTaskIDGet()); in TaskDeatchf01()
59 ret = LOS_TaskDetach(taskID); in TestCase()
36 int ret = LOS_TaskDetach(LOS_CurTaskIDGet()); in TaskDeatchf01()
1130 extern UINT32 LOS_TaskDetach(UINT32 taskID);
1183 extern UINT32 LOS_TaskDetach(UINT32 taskID);
497 ret = LOS_TaskDetach((UINT32)thread); in pthread_detach()
1054 LITE_OS_SEC_TEXT_INIT UINT32 LOS_TaskDetach(UINT32 taskID) in LOS_TaskDetach() function
1550 UINT32 LOS_TaskDetach(UINT32 taskID) in LOS_TaskDetach() function
555 ret = LOS_TaskDetach(taskCB->taskID); in osThreadDetach()
95 * 调用LOS_TaskDetach操作已退出的joinable的任务时,未正确回收该任务 ([49c93b3](https://gitee.com/openharmony/kernel_liteo…
92 * 支持LOS_TaskJoin 和 LOS_TaskDetach ([37bc11f](https://gitee.com/openharmony/kernel_liteos_a/commits/…