Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/test/moduletest/threadpool/
H A Dthread_manager.c258 static void TaskQueueDestroyProc(ListNode *node) in TaskQueueDestroyProc() function
327 OH_ListRemoveAll(&mgr->taskList, TaskQueueDestroyProc); in DestroyThreadMgr()
328 OH_ListRemoveAll(&mgr->waitingTaskQueue, TaskQueueDestroyProc); in DestroyThreadMgr()
329 OH_ListRemoveAll(&mgr->executingTaskQueue, TaskQueueDestroyProc); in DestroyThreadMgr()
330 OH_ListRemoveAll(&mgr->executorQueue, TaskQueueDestroyProc); in DestroyThreadMgr()