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:queue_work
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libuv/test/
H
A
D
benchmark-queue-work.c
48
BENCHMARK_IMPL(
queue_work
) {
in BENCHMARK_IMPL()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_interrupt.c
110
if (!(
queue_work
(workQueue, work))) {
in irq_bottom_half()
H
A
D
linux_workqueue.c
376
return
queue_work
(dwork->wq, &dwork->work);
in queue_delayed_work()
474
(VOID)
queue_work
(dwork->wq, &dwork->work);
in linux_flush_delayed_work()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
workqueue.h
209
#define
queue_work
(wq, work) \
macro
346
* <li>The work will be queued on the workqueue immediately if delayTime is 0, it as same as
queue_work
(). </li>
522
* <li>flush_work() should be used after
queue_work
() has been called.</li>
545
* <li>cancel_work_sync() should be used after
queue_work
() has been called.</li>
555
* @see
queue_work
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
rndis.c
985
ret =
queue_work
(priv->wq, &priv->pollwork);
in rndis_txavail()
1114
ret =
queue_work
(priv->wq, &priv->rxwork);
in rndis_recvpacket()
Completed in 5 milliseconds