Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ListEmpty
(Results
1 - 6
of
6
) sorted by relevance
/base/startup/init/ueventd/standard/
H
A
D
ueventd_parameter.c
54
if (!
ListEmpty
(parameterCtrl->parameterList)) {
in GetFristParameter()
107
if (
ListEmpty
(config->paramNode)) {
in AddParameter()
/base/startup/init/interfaces/innerkits/include/
H
A
D
list.h
76
#define
ListEmpty
(node) ((node).next == &(node) && (node).prev == &(node))
macro
/base/startup/appspawn/test/moduletest/threadpool/
H
A
D
thread_manager.c
168
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
D
ueventd_read_cfg.c
347
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
D
le_task.c
89
int ret =
ListEmpty
(task->buffHead);
in IsBufferEmpty()
/base/startup/appspawn/modules/sandbox/
H
A
D
sandbox_manager.c
155
if (section == NULL ||
ListEmpty
(section->front)) {
in GetFirstSandboxMountNode()
320
if (
ListEmpty
(node->sandboxNode.node)) {
in AddSandboxSection()
Completed in 6 milliseconds