Home
last modified time | relevance | path

Searched refs:ListEmpty (Results 1 - 6 of 6) sorted by relevance

/base/startup/init/ueventd/standard/
H A Dueventd_parameter.c54 if (!ListEmpty(parameterCtrl->parameterList)) { in GetFristParameter()
107 if (ListEmpty(config->paramNode)) { in AddParameter()
/base/startup/init/interfaces/innerkits/include/
H A Dlist.h76 #define ListEmpty(node) ((node).next == &(node) && (node).prev == &(node)) macro
/base/startup/appspawn/test/moduletest/threadpool/
H A Dthread_manager.c168 if (!ListEmpty(task->node)) { in DeleteTask()
212 if (!ListEmpty(executor->executeNode)) { in SafeRemoveTask()
498 if (!ListEmpty(mgr->waitingTaskQueue)) { in ManagerThreadProc()
501 if (!ListEmpty(mgr->executingTaskQueue)) { in ManagerThreadProc()
506 if (!ListEmpty(mgr->executingTaskQueue) || ret == ETIMEDOUT) { in ManagerThreadProc()
533 while (ListEmpty(mgr->executorQueue) && !threadNode->threadExit) { in ThreadExecute()
/base/startup/init/ueventd/
H A Dueventd_read_cfg.c347 if (!ListEmpty(g_devices)) { in GetDeviceUdevConfByDevNode()
366 if (!ListEmpty(g_devices)) { in GetDeviceNodePermissions()
389 if (!ListEmpty(g_sysDevices)) { in ChangeSysAttributePermissions()
/base/startup/init/services/loopevent/task/
H A Dle_task.c89 int ret = ListEmpty(task->buffHead); in IsBufferEmpty()
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_manager.c155 if (section == NULL || ListEmpty(section->front)) { in GetFirstSandboxMountNode()
320 if (ListEmpty(node->sandboxNode.node)) { in AddSandboxSection()

Completed in 6 milliseconds