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:poll_queue
(Results
1 - 4
of
4
) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
wait.h
49
* 2.The lock and
poll_queue
are only used for poll operation:
poll_queue
is used to link poll_wait_node,
50
* and lock is used to protect this
poll_queue
.
55
LOS_DL_LIST
poll_queue
;
member
63
{ &wq.
poll_queue
, &wq.
poll_queue
} }
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_semaphore.c
137
LOS_ListInit(&wait->
poll_queue
);
in __init_waitqueue_head()
/third_party/NuttX/fs/vfs/
H
A
D
fs_poll.c
193
LOS_ListAdd(&queue->
poll_queue
, &new_node->queue_node);
in add_pollwait_queue()
326
LOS_DL_LIST_FOR_EACH_ENTRY(curr, &(wait_address->
poll_queue
), poll_wait_node, queue_node)
in notify_poll_with_key()
/third_party/NuttX/drivers/pipes/
H
A
D
pipe_common.c
142
LOS_ListInit(&dev->wq.
poll_queue
);
in pipecommon_allocdev()
Completed in 3 milliseconds