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_submit
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_bo_sync.c
184
ret = pthread_cond_timedwait(&device->
queue_submit
,
in anv_bo_sync_wait()
H
A
D
anv_device.c
3314
if (pthread_cond_init(&device->
queue_submit
, &condattr) != 0) {
in anv_CreateDevice()
3552
pthread_cond_destroy(&device->
queue_submit
);
in anv_CreateDevice()
3645
pthread_cond_destroy(&device->
queue_submit
);
in anv_DestroyDevice()
H
A
D
anv_batch_chain.c
2378
pthread_cond_broadcast(&queue->device->
queue_submit
);
in anv_queue_submit_locked()
H
A
D
anv_private.h
1254
pthread_cond_t
queue_submit
;
member
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_vX_device.c
200
panvk_per_arch(
queue_submit
)(struct vk_queue *vk_queue,
in queue_submit()
function
Completed in 18 milliseconds