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_lock
(Results
1 - 9
of
9
) sorted by relevance
/third_party/gn/src/util/
H
A
D
msg_loop.cc
34
std::unique_lock<std::mutex>
queue_lock
(queue_mutex_);
in Run()
35
notifier_.wait(
queue_lock
, [this]() {
in Run()
56
std::unique_lock<std::mutex>
queue_lock
(queue_mutex_);
in PostTask()
67
std::unique_lock<std::mutex>
queue_lock
(queue_mutex_);
in RunUntilIdleForTesting()
H
A
D
worker_pool.cc
56
std::unique_lock<std::mutex>
queue_lock
(queue_mutex_);
in ~WorkerPool()
69
std::unique_lock<std::mutex>
queue_lock
(queue_mutex_);
in PostTask()
82
std::unique_lock<std::mutex>
queue_lock
(queue_mutex_);
in Worker()
84
pool_notifier_.wait(
queue_lock
, [this]() {
in Worker()
/third_party/ltp/testcases/kernel/device-drivers/nls/
H
A
D
nlsTest.c
75
spinlock_t
queue_lock
;
member
167
spin_lock_init(&dev->
queue_lock
);
in test_init_module()
178
queue = blk_init_queue(test_request, &dev->
queue_lock
);
in test_init_module()
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
H
A
D
ltp_tbio.c
471
spin_unlock_irq(q->
queue_lock
);
in tbio_request()
473
spin_lock_irq(q->
queue_lock
);
in tbio_request()
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_kopper.c
641
simple_mtx_lock(&screen->
queue_lock
);
in kopper_present()
658
simple_mtx_unlock(&screen->
queue_lock
);
in kopper_present()
664
simple_mtx_unlock(&screen->
queue_lock
);
in kopper_present()
672
simple_mtx_unlock(&screen->
queue_lock
);
in kopper_present()
H
A
D
zink_screen.h
174
simple_mtx_t
queue_lock
;
member
H
A
D
zink_batch.c
440
simple_mtx_lock(&screen->
queue_lock
);
in submit_queue()
446
simple_mtx_unlock(&screen->
queue_lock
);
in submit_queue()
H
A
D
zink_bo.c
941
simple_mtx_lock(&screen->
queue_lock
);
in zink_bo_commit()
1119
simple_mtx_unlock(&screen->
queue_lock
);
in zink_bo_commit()
H
A
D
zink_screen.c
1294
simple_mtx_destroy(&screen->
queue_lock
);
in zink_destroy_screen()
1421
simple_mtx_init(&screen->
queue_lock
, mtx_plain);
in init_queue()
Completed in 9 milliseconds