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:DefaultJobState
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/libplatform/
H
A
D
default-job.cc
19
DefaultJobState
::JobDelegate::~JobDelegate() {
in ~JobDelegate()
26
uint8_t
DefaultJobState
::JobDelegate::GetTaskId() {
in GetTaskId()
31
DefaultJobState
::
DefaultJobState
(Platform* platform,
in DefaultJobState()
function in v8::platform::DefaultJobState
40
DefaultJobState
::~
DefaultJobState
() { DCHECK_EQ(0U, active_workers_); }
in ~DefaultJobState()
42
void
DefaultJobState
::NotifyConcurrencyIncrease() {
in NotifyConcurrencyIncrease()
64
uint8_t
DefaultJobState
::AcquireTaskId() {
in AcquireTaskId()
87
void
DefaultJobState
::ReleaseTaskId(uint8_t task_id) {
in ReleaseTaskId()
95
void
DefaultJobState
[all...]
H
A
D
default-job.h
19
class V8_PLATFORM_EXPORT
DefaultJobState
class
20
: public std::enable_shared_from_this<
DefaultJobState
> {
24
explicit JobDelegate(
DefaultJobState
* outer, bool is_joining_thread = false)
in JobDelegate()
42
DefaultJobState
* outer_;
47
DefaultJobState
(Platform* platform, std::unique_ptr<JobTask> job_task,
49
virtual ~
DefaultJobState
();
106
explicit DefaultJobHandle(std::shared_ptr<
DefaultJobState
> state);
127
std::shared_ptr<
DefaultJobState
> state_;
132
DefaultJobWorker(std::weak_ptr<
DefaultJobState
> state, JobTask* job_task)
in DefaultJobWorker()
146
DefaultJobState
[all...]
H
A
D
default-platform.cc
74
return std::make_unique<DefaultJobHandle>(std::make_shared<
DefaultJobState
>(
in NewDefaultJobHandle()
Completed in 2 milliseconds