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
defs:wq
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/uv/include/uv/
H
A
D
threadpool.h
34
void*
wq
[2];
member
/third_party/libuv/include/uv/
H
A
D
threadpool.h
53
struct uv__queue
wq
;
member
61
struct uv__queue
wq
;
member
69
struct uv__queue
wq
;
member
/third_party/NuttX/drivers/pipes/
H
A
D
pipe_common.h
123
wait_queue_head_t
wq
; /* It is a list if poll structures of threads waiting for driver events */
member
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
workqueue.h
127
struct workqueue_struct *
wq
; /**< Workqueue that contains the delayed_work structure. */
member
139
struct workqueue_struct *
wq
; /**< Workqueue that contains the workqueue control structure. */
member
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_workqueue.c
99
struct workqueue_struct *
wq
= NULL;
in __create_workqueue_key()
local
150
InitCpuWorkqueue(struct workqueue_struct *
wq
, INT32 cpu)
InitCpuWorkqueue()
argument
163
struct workqueue_struct *
wq
= c
wq
->
wq
;
CreateWorkqueueThread()
local
273
QueueWorkOn(struct workqueue_struct *
wq
, struct work_struct *work, UINT32 *intSave)
QueueWorkOn()
argument
293
linux_queue_work(struct workqueue_struct *
wq
, struct work_struct *work)
linux_queue_work()
argument
365
queue_delayed_work(struct workqueue_struct *
wq
, struct delayed_work *dwork, unsigned int delayTime)
queue_delayed_work()
argument
530
drain_workqueue(struct workqueue_struct *
wq
)
drain_workqueue()
argument
545
linux_destroy_workqueue(struct workqueue_struct *
wq
)
linux_destroy_workqueue()
argument
[all...]
/third_party/node/deps/uv/src/
H
A
D
threadpool.c
41
static QUEUE
wq
;
variable
304
QUEUE
wq
;
uv__work_done()
local
[all...]
/third_party/libuv/src/
H
A
D
threadpool.c
54
static struct uv__queue
wq
;
variable
657
struct uv__queue
wq
;
uv__work_done()
local
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
rndis.c
134
struct workqueue_struct *
wq
; /* Workqueue for TX and RX */
member
/third_party/vk-gl-cts/framework/opengl/
H
A
D
gluTextureTestUtil.cpp
871
tcu::Vec4
wq
= rq * (float)src.getDepth();
in sampleTextureProjected()
local
Completed in 13 milliseconds