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:is_stopping
(Results
1 - 10
of
10
) sorted by relevance
/third_party/node/src/api/
H
A
D
embed_helpers.cc
29
if (env->
is_stopping
()) return Nothing<int>();
in SpinEventLoop()
37
if (env->
is_stopping
()) break;
in SpinEventLoop()
39
if (env->
is_stopping
()) break;
in SpinEventLoop()
44
if (more && !env->
is_stopping
()) continue;
in SpinEventLoop()
59
} while (more == true && !env->
is_stopping
());
in SpinEventLoop()
63
if (env->
is_stopping
()) return Nothing<int>();
in SpinEventLoop()
H
A
D
callback.cc
104
if (env_->
is_stopping
()) {
in Close()
111
if (env_->
is_stopping
()) return;
in Close()
H
A
D
environment.cc
55
(env->is_main_thread() || !env->
is_stopping
()) &&
in ShouldAbortOnUncaughtException()
/third_party/node/src/
H
A
D
node_watchdog.cc
233
bool
is_stopping
;
in RunSigintWatchdog()
local
237
is_stopping
= InformWatchdogsAboutSignal();
in RunSigintWatchdog()
238
} while (!
is_stopping
);
in RunSigintWatchdog()
270
bool
is_stopping
= false;
in InformWatchdogsAboutSignal()
local
272
is_stopping
= instance.stopping_;
in InformWatchdogsAboutSignal()
277
if (instance.watchdogs_.empty() && !
is_stopping
) {
in InformWatchdogsAboutSignal()
289
return
is_stopping
;
in InformWatchdogsAboutSignal()
H
A
D
env-inl.h
566
return can_call_into_js_ && !
is_stopping
();
in can_call_into_js()
670
inline bool Environment::
is_stopping
() const {
in is_stopping()
function in node::Environment
H
A
D
env.h
752
inline bool
is_stopping
() const;
H
A
D
module_wrap.cc
413
if (!env->is_main_thread() && env->
is_stopping
())
in Evaluate()
H
A
D
node_worker.cc
99
return env_->
is_stopping
();
in is_stopped()
H
A
D
env.cc
827
CHECK(
is_stopping
());
in ~Environment()
H
A
D
node_contextify.cc
1094
if (!env->is_main_thread() && env->
is_stopping
())
in EvalMachine()
Completed in 19 milliseconds