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:MsgLoop
(Results
1 - 9
of
9
) sorted by relevance
/third_party/gn/src/util/
H
A
D
msg_loop.cc
12
thread_local
MsgLoop
* g_current;
15
__tlssim<
MsgLoop
*> __g_current_impl(nullptr);
20
MsgLoop
::
MsgLoop
() {
in MsgLoop()
function in MsgLoop
25
MsgLoop
::~
MsgLoop
() {
in ~MsgLoop()
30
void
MsgLoop
::Run() {
in Run()
50
void
MsgLoop
::PostQuit() {
in PostQuit()
54
void
MsgLoop
::PostTask(std::function<void()> work) {
in PostTask()
63
void
MsgLoop
[all...]
H
A
D
msg_loop.h
13
class
MsgLoop
{
class
15
MsgLoop
();
16
~
MsgLoop
();
32
// Gets the
MsgLoop
for the thread from which it's called, or nullptr if
33
// there's no
MsgLoop
for the current thread.
34
static
MsgLoop
* Current();
42
MsgLoop
(const
MsgLoop
&) = delete;
43
MsgLoop
& operator=(const
MsgLoop
[all...]
/third_party/gn/src/gn/
H
A
D
loader_unittest.cc
203
MsgLoop
::Current()->RunUntilIdleForTesting();
208
MsgLoop
::Current()->RunUntilIdleForTesting();
219
MsgLoop
::Current()->RunUntilIdleForTesting();
236
MsgLoop
::Current()->RunUntilIdleForTesting();
270
MsgLoop
::Current()->RunUntilIdleForTesting();
276
MsgLoop
::Current()->RunUntilIdleForTesting();
321
MsgLoop
::Current()->RunUntilIdleForTesting();
327
MsgLoop
::Current()->RunUntilIdleForTesting();
361
MsgLoop
::Current()->RunUntilIdleForTesting();
366
MsgLoop
[all...]
H
A
D
scheduler.h
32
MsgLoop
* task_runner() {
in task_runner()
113
MsgLoop
* main_thread_run_loop_;
H
A
D
loader.h
95
void set_task_runner(
MsgLoop
* task_runner) { task_runner_ = task_runner; }
in set_task_runner()
165
MsgLoop
* task_runner_;
H
A
D
scheduler.cc
17
: main_thread_run_loop_(
MsgLoop
::Current()),
in Scheduler()
175
DCHECK(task_runner() ==
MsgLoop
::Current());
in OnComplete()
H
A
D
test_with_scheduler.h
20
MsgLoop
run_loop_;
H
A
D
gn_main.cc
75
MsgLoop
msg_loop;
in main()
H
A
D
loader.cc
94
task_runner_ =
MsgLoop
::Current();
in LoaderImpl()
Completed in 6 milliseconds