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:util_queue
(Results
1 - 15
of
15
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
u_queue.h
206
struct
util_queue
{
struct
227
bool util_queue_init(struct
util_queue
*queue,
233
void util_queue_destroy(struct
util_queue
*queue);
236
void util_queue_add_job(struct
util_queue
*queue,
242
void util_queue_drop_job(struct
util_queue
*queue,
245
void util_queue_finish(struct
util_queue
*queue);
252
util_queue_adjust_num_threads(struct
util_queue
*queue, unsigned num_threads);
254
int64_t util_queue_get_thread_time_nano(struct
util_queue
*queue,
257
/*
util_queue
needs to be cleared to zeroes for this to work */
259
util_queue_is_initialized(struct
util_queue
*queu
[all...]
H
A
D
u_queue.c
47
util_queue_kill_threads(struct
util_queue
*queue, unsigned keep_num_threads,
64
struct
util_queue
*iter;
in atexit_handler()
82
add_to_atexit_list(struct
util_queue
*queue)
in add_to_atexit_list()
92
remove_from_atexit_list(struct
util_queue
*queue)
in remove_from_atexit_list()
94
struct
util_queue
*iter, *tmp;
in remove_from_atexit_list()
238
*
util_queue
implementation
242
struct
util_queue
*queue;
249
struct
util_queue
*queue = ((struct thread_input*)input)->queue;
in util_queue_thread_func()
333
util_queue_create_thread(struct
util_queue
*queue, unsigned index)
in util_queue_create_thread()
363
util_queue_adjust_num_threads(struct
util_queue
*queu
[all...]
H
A
D
disk_cache_os.h
52
struct
util_queue
cache_queue;
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_screen.h
112
struct
util_queue
flush_queue;
129
struct
util_queue
cache_put_thread;
130
struct
util_queue
cache_get_thread;
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H
A
D
radeon_drm_winsys.h
104
struct
util_queue
cs_queue;
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H
A
D
amdgpu_winsys.h
93
struct
util_queue
cs_queue;
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H
A
D
etnaviv_screen.h
96
struct
util_queue
shader_compiler_queue;
/third_party/mesa3d/src/freedreno/drm/virtio/
H
A
D
virtio_priv.h
154
struct
util_queue
retire_queue;
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_screen.h
113
struct
util_queue
compile_queue; /* currently unused for a2xx */
/third_party/mesa3d/src/util/perf/
H
A
D
u_trace.h
153
struct
util_queue
queue;
/third_party/mesa3d/src/mesa/main/
H
A
D
glthread.h
150
struct
util_queue
queue;
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_screen.h
221
struct
util_queue
shader_compiler_queue;
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_threaded_context.h
490
struct
util_queue
queue;
/third_party/mesa3d/src/freedreno/drm/
H
A
D
freedreno_priv.h
176
struct
util_queue
submit_queue;
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_pipe.h
689
struct
util_queue
shader_compiler_queue;
695
struct
util_queue
shader_compiler_queue_low_priority;
Completed in 13 milliseconds