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:job_task_
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/libplatform/
H
A
D
default-job.cc
36
job_task_
(std::move(job_task)),
in DefaultJobState()
60
shared_from_this(),
job_task_
.get()));
in NotifyConcurrencyIncrease()
109
job_task_
->Run(&delegate);
in Join()
131
return
job_task_
->GetMaxConcurrency(active_workers_) != 0 ||
in IsActive()
139
if (active_workers_ >= std::min(
job_task_
->GetMaxConcurrency(active_workers_),
in CanRunFirstTask()
175
shared_from_this(),
job_task_
.get()));
in DidRunTask()
195
return std::min(
job_task_
->GetMaxConcurrency(worker_count),
in CappedMaxConcurrency()
H
A
D
default-job.h
60
// Must be called before running |
job_task_
| for the first time. If it returns
64
// Must be called after running |
job_task_
|. Returns true if the worker thread
85
std::unique_ptr<JobTask>
job_task_
;
member in v8::platform::DefaultJobState
133
: state_(std::move(state)),
job_task_
(job_task) {}
in DefaultJobWorker()
147
job_task_
->Run(&delegate);
155
JobTask*
job_task_
;
member in v8::platform::DefaultJobWorker
/third_party/node/deps/v8/src/d8/
H
A
D
d8-platforms.cc
289
:
job_task_
(std::move(job_task)), delay_ms_(delay_ms) {}
in DelayedJob()
297
job_task_
->Run(delegate);
301
return
job_task_
->GetMaxConcurrency(worker_count);
305
std::unique_ptr<JobTask>
job_task_
;
member in v8::final::final
Completed in 2 milliseconds