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:waitList
(Results
1 - 6
of
6
) sorted by relevance
/kernel/liteos_a/kernel/base/ipc/
H
A
D
los_signal.c
128
if (!LOS_ListEmpty(&sigcb->
waitList
) && OsSigIsMember(&sigcb->sigwaitmask, signo)) {
in OsSigWaitTaskWake()
188
if (LOS_ListEmpty(&sigcb->
waitList
) ||
in OsTcbDispatch()
189
(!LOS_ListEmpty(&sigcb->
waitList
) && !OsSigIsMember(&sigcb->sigwaitmask, info->si_signo))) {
in OsTcbDispatch()
591
if (sigcb->
waitList
.pstNext == NULL) {
in OsSigTimedWaitNoLock()
592
LOS_ListInit(&sigcb->
waitList
);
in OsSigTimedWaitNoLock()
606
ret = task->ops->wait(task, &sigcb->
waitList
, timeout);
in OsSigTimedWaitNoLock()
/kernel/liteos_a/kernel/base/include/
H
A
D
los_signal.h
145
LOS_DL_LIST
waitList
;
member
H
A
D
los_process_pri.h
104
LOS_DL_LIST
waitList
; /**< The process holds the waitLits to support wait/waitpid */
member
H
A
D
los_sched_pri.h
107
LOS_DL_LIST
waitList
;
member
/kernel/liteos_a/kernel/base/sched/
H
A
D
los_deadline.c
178
LOS_ListTailInsert(&erq->
waitList
, &taskCB->pendList);
in EDFEnqueue()
401
LOS_ListInit(&erq->
waitList
);
in EDFSchedPolicyInit()
/kernel/liteos_a/kernel/base/core/
H
A
D
los_process.c
339
LOS_DL_LIST *head = &parentCB->
waitList
;
in OsWaitCheckAndWakeParentProcess()
344
if (LOS_ListEmpty(&parentCB->
waitList
)) {
in OsWaitCheckAndWakeParentProcess()
351
if (LOS_ListEmpty(&parentCB->
waitList
)) {
in OsWaitCheckAndWakeParentProcess()
750
LOS_ListInit(&(processCB->
waitList
));
in OsInitPCB()
1179
LOS_DL_LIST *head = &processCB->
waitList
;
in OsWaitInsertWaitListInOrder()
1203
* this node is inserted directly into the header of the
waitList
in OsWaitInsertWaitListInOrder()
Completed in 8 milliseconds