Home
last modified time | relevance | path

Searched refs:LOS_TaskDetach (Results 1 – 12 of 12) sorted by relevance

/kernel/liteos_m/testsuites/sample/kernel/task/
DIt_los_task_121.c36 UINT32 ret = LOS_TaskDetach(LOS_CurTaskIDGet()); in TaskDeatchf01()
DIt_los_task_123.c59 ret = LOS_TaskDetach(taskID); in TestCase()
DIt_los_task_120.c36 UINT32 ret = LOS_TaskDetach(LOS_CurTaskIDGet()); in TaskDeatchf01()
DIt_los_task_119.c36 int ret = LOS_TaskDetach(LOS_CurTaskIDGet()); in TaskDeatchf01()
/kernel/liteos_a/kernel/include/
Dlos_task.h1130 extern UINT32 LOS_TaskDetach(UINT32 taskID);
/kernel/liteos_m/kernel/include/
Dlos_task.h1183 extern UINT32 LOS_TaskDetach(UINT32 taskID);
/kernel/liteos_m/kal/posix/src/
Dpthread.c497 ret = LOS_TaskDetach((UINT32)thread); in pthread_detach()
/kernel/liteos_m/kernel/src/
Dlos_task.c1054 LITE_OS_SEC_TEXT_INIT UINT32 LOS_TaskDetach(UINT32 taskID) in LOS_TaskDetach() function
/kernel/liteos_a/kernel/base/core/
Dlos_task.c1550 UINT32 LOS_TaskDetach(UINT32 taskID) in LOS_TaskDetach() function
/kernel/liteos_m/kal/cmsis/
Dcmsis_liteos2.c555 ret = LOS_TaskDetach(taskCB->taskID); in osThreadDetach()
/kernel/liteos_m/
DCHANGELOG.md95 * 调用LOS_TaskDetach操作已退出的joinable的任务时,未正确回收该任务 ([49c93b3](https://gitee.com/openharmony/kernel_liteo…
/kernel/liteos_a/
DCHANGELOG.md92 * 支持LOS_TaskJoin 和 LOS_TaskDetach ([37bc11f](https://gitee.com/openharmony/kernel_liteos_a/commits/…