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:stopped
(Results
1 - 16
of
16
) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/
H
A
D
ssl_init.c
20
static int
stopped
;
variable
73
if (
stopped
)
in ssl_library_stop()
75
stopped
= 1;
in ssl_library_stop()
95
if (
stopped
) {
in OPENSSL_init_ssl()
/third_party/openssl/ssl/
H
A
D
ssl_init.c
20
static int
stopped
;
variable
73
if (
stopped
)
in ssl_library_stop()
75
stopped
= 1;
in ssl_library_stop()
95
if (
stopped
) {
in OPENSSL_init_ssl()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H
A
D
trace.cpp
76
stopped
= true;
in Trace()
89
if (
stopped
) {
in nameThread()
103
if (
stopped
) {
in beginEvent()
118
if (
stopped
) {
in endEvent()
127
if (
stopped
) {
in beginAsyncEvent()
143
if (
stopped
) {
in endAsyncEvent()
/third_party/libuv/test/
H
A
D
benchmark-async-pummel.c
36
static const char
stopped
[] = "
stopped
";
variable
45
while (ACCESS_ONCE(const char*, handle->data) !=
stopped
)
in async_cb()
60
ACCESS_ONCE(const char*, handle->data) =
stopped
;
in pummel()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H
A
D
2-5.c
72
int
stopped
; /* # of threads which are terminated */
member
142
data.
stopped
++;
in threaded()
296
data.
stopped
= 0;
in main()
332
loc_stopped = data.
stopped
;
in main()
/third_party/node/benchmark/misc/
H
A
D
startup.js
26
throw new Error(`Child process
stopped
with exit code ${child.status}`);
44
throw new Error(`Worker
stopped
with exit code ${code}`);
/third_party/rust/crates/rustix/src/process/
H
A
D
wait.rs
10
/// Return if a child has
stopped
(but not traced via `ptrace(2)`)
12
/// Return if a
stopped
child has been resumed by delivery of `SIGCONT`
34
/// Returns whether the process is currently
stopped
.
36
pub fn
stopped
(self) -> bool {
in stopped()
functions
46
/// Returns the number of the signal that
stopped
the process,
47
/// if the process was
stopped
by a signal.
50
if self.
stopped
() {
in stopping_signal()
/third_party/node/deps/openssl/openssl/crypto/
H
A
D
init.c
37
static int
stopped
= 0;
variable
358
if (
stopped
)
in OPENSSL_cleanup()
360
stopped
= 1;
in OPENSSL_cleanup()
468
if (
stopped
) {
in OPENSSL_init_crypto()
/third_party/openssl/crypto/
H
A
D
init.c
37
static int
stopped
= 0;
variable
358
if (
stopped
)
in OPENSSL_cleanup()
360
stopped
= 1;
in OPENSSL_cleanup()
468
if (
stopped
) {
in OPENSSL_init_crypto()
/third_party/python/Modules/
H
A
D
itertoolsmodule.c
2222
int
stopped
; /* set to 1 when the iterator is exhausted */
member
2299
lz->
stopped
= 0;
in product_new()
2352
if (lz->
stopped
)
in product_next()
2424
lz->
stopped
= 1;
in product_next()
2431
if (lz->
stopped
) {
in product_reduce()
2480
lz->
stopped
= 1;
in product_setstate()
2581
int
stopped
; /* set to 1 when the iterator is exhausted */
member
2633
co->
stopped
= r > n ? 1 : 0;
in itertools_combinations_impl()
2685
if (co->
stopped
)
in combinations_next()
2755
co->
stopped
in combinations_next()
2918
int
stopped
; /* set to 1 when the cwr iterator is exhausted */
global()
member
3246
int
stopped
; /* set to 1 when the iterator is exhausted */
global()
member
[all...]
/third_party/rust/crates/rustix/tests/process/
H
A
D
wait.rs
24
assert!(status.
stopped
());
in test_waitpid()
/third_party/python/Lib/test/
H
A
D
test_with.py
40
self.
stopped
= False
50
mock.
stopped
= True
210
self.assertFalse(mock_generator.
stopped
)
214
self.assertTrue(mock_generator.
stopped
)
233
self.assertTrue(mock_generator.
stopped
)
/third_party/curl/docs/examples/
H
A
D
hiperfifo.c
89
int
stopped
;
member
189
if(g->still_running == 0 && g->
stopped
)
in check_multi_info()
381
g->
stopped
= 1;
in fifo_cb()
/third_party/rust/crates/nix/src/sys/
H
A
D
wait.rs
20
/// Report the status of selected processes which are
stopped
due to a
98
/// The process is alive, but was
stopped
by the given signal. This
103
/// The traced process was
stopped
by a `PTRACE_EVENT_*` event. See
113
/// The traced process was
stopped
by execution of a system call,
121
/// The process was previously
stopped
but has resumed execution
168
fn
stopped
(status: i32) -> bool {
in stopped()
functions
217
} else if
stopped
(status) {
in from_raw()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H
A
D
trace.h
171
std::atomic<bool>
stopped
= {false};
member in marl::Trace
/third_party/python/Lib/unittest/test/testmock/
H
A
D
testpatch.py
738
# bpo-36366: calling stop on an already
stopped
patch will return None.
1833
stopped
= []
1840
stopped
.append(attribute)
1847
self.assertEqual(
stopped
, ["three", "two", "one"])
Completed in 14 milliseconds