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:canceled
(Results
1 - 25
of
27
) sorted by relevance
1
2
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H
A
D
stress2.c
25
* -> At the same time (using a barrier) one thread is
canceled
and the condition is signaled.
186
long
canceled
;
member
310
cd->
canceled
= 0;
in cellmanager()
393
cd->
canceled
+= 1;
in cellmanager()
417
long
canceled
= 0;
in main()
local
625
canceled
+= cells[i].
canceled
;
in main()
652
output(" Canceled threads : %8li\n",
canceled
);
in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
H
A
D
stress.c
89
static long long
canceled
, ended;
variable
91
/* The
canceled
thread */
136
canceled
++;
in threaded()
217
output(" - %llu threads
canceled
\n",
canceled
);
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
H
A
D
1-2.c
91
static int
canceled
= 0;
variable
97
canceled
= 1;
in cleanup_deadlk()
302
canceled
= 0;
in main()
311
output("Thread
canceled
...\n");
in main()
323
tab_res[i][0] =
canceled
;
in main()
H
A
D
3-2.c
97
static int
canceled
= 0;
variable
103
canceled
= 1;
in cleanup_deadlk()
295
canceled
= 0;
in main()
304
output("Thread
canceled
...\n");
in main()
316
tab_res[i][0] =
canceled
;
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
H
A
D
3-1.c
51
static volatile int
canceled
;
variable
59
canceled
++;
in sig_handler()
152
if (!
canceled
)
in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
H
A
D
stress2.c
25
* -> At the same time (using a barrier) one thread is
canceled
and the condition is signaled.
195
long
canceled
;
member
319
cd->
canceled
= 0;
in cellmanager()
402
cd->
canceled
+= 1;
in cellmanager()
426
long
canceled
= 0;
in main()
local
634
canceled
+= cells[i].
canceled
;
in main()
661
output(" Canceled threads : %8li\n",
canceled
);
in main()
H
A
D
stress.c
25
* -> At the same time (using a barrier) one thread is
canceled
and the condition is signaled.
195
long
canceled
;
member
319
cd->
canceled
= 0;
in cellmanager()
402
cd->
canceled
+= 1;
in cellmanager()
426
long
canceled
= 0;
in main()
local
634
canceled
+= cells[i].
canceled
;
in main()
661
output(" Canceled threads : %8li\n",
canceled
);
in main()
/third_party/nghttp2/src/
H
A
D
shrpx_memcached_request.h
54
bool
canceled
;
member
H
A
D
shrpx_memcached_connection.cc
561
if (!req->
canceled
&& req->cb) {
in parse_packet()
595
if (req->
canceled
) {
in fill_request_buffer()
639
if (req->
canceled
) {
in drain_send_queue()
H
A
D
shrpx_connection.cc
112
tls.cached_session_lookup_req->
canceled
= true;
in disconnect()
H
A
D
shrpx_tls.cc
441
assert(!req->
canceled
);
in tls_session_new_cb()
/third_party/python/Lib/idlelib/
H
A
D
pyshell.py
801
if self.tkconsole.
canceled
:
802
self.tkconsole.
canceled
= False
1028
canceled
= False
variable in PyShell
1098
self.
canceled
= False
1112
self.
canceled
= True
1188
if self.
canceled
:
1189
self.
canceled
= False
1212
self.
canceled
= True
1232
self.
canceled
= False
1428
if self.
canceled
[all...]
/third_party/nghttp2/lib/
H
A
D
nghttp2_outbound_item.h
40
/* error code when request HEADERS is
canceled
by RST_STREAM while
43
/* nonzero if request HEADERS is
canceled
. The error code is stored
45
uint8_t
canceled
;
member
H
A
D
nghttp2_session.c
1259
if (item->frame.hd.stream_id > stream_id || aux_data->
canceled
) {
in nghttp2_session_add_rst_stream()
1264
aux_data->
canceled
= 1;
in nghttp2_session_add_rst_stream()
1810
* request HEADERS was
canceled
by RST_STREAM while it is in queue.
1814
if (item->aux_data.headers.
canceled
) {
in session_predicate_request_headers_send()
3282
if (item->aux_data.headers.
canceled
) {
in nghttp2_session_mem_send_internal()
3351
/* We have to close stream opened by
canceled
request
in nghttp2_session_mem_send_internal()
3358
item->aux_data.headers.
canceled
since it has already
in nghttp2_session_mem_send_internal()
3560
/* Transmission
canceled
. Rewind the offset */
in nghttp2_session_send()
/third_party/node/deps/nghttp2/lib/
H
A
D
nghttp2_outbound_item.h
40
/* error code when request HEADERS is
canceled
by RST_STREAM while
43
/* nonzero if request HEADERS is
canceled
. The error code is stored
45
uint8_t
canceled
;
member
H
A
D
nghttp2_session.c
1254
if (item->frame.hd.stream_id > stream_id || aux_data->
canceled
) {
in nghttp2_session_add_rst_stream()
1259
aux_data->
canceled
= 1;
in nghttp2_session_add_rst_stream()
1805
* request HEADERS was
canceled
by RST_STREAM while it is in queue.
1809
if (item->aux_data.headers.
canceled
) {
in session_predicate_request_headers_send()
3277
if (item->aux_data.headers.
canceled
) {
in nghttp2_session_mem_send_internal()
3346
/* We have to close stream opened by
canceled
request
in nghttp2_session_mem_send_internal()
3353
item->aux_data.headers.
canceled
since it has already
in nghttp2_session_mem_send_internal()
3555
/* Transmission
canceled
. Rewind the offset */
in nghttp2_session_send()
/third_party/node/deps/v8/src/tasks/
H
A
D
cancelable-task.h
23
// (1) The task is already finished running or was
canceled
before and
25
// (2) The task is currently running and cannot be
canceled
anymore.
26
// (3) The task is not yet running (or finished) so it is
canceled
and
71
bool
canceled
() const { return canceled_; }
in canceled()
function in v8::internal::CancelableTaskManager
114
// |kCanceled|: The task has been
canceled
. {TryRun} will fail.
115
// |kRunning|: The task is currently running and cannot be
canceled
anymore.
/third_party/node/test/fixtures/wpt/streams/resources/
H
A
D
rs-test-templates.js
719
}, `${label}: erroring a teed stream should properly handle
canceled
branches`);
/third_party/node/lib/
H
A
D
net.js
1108
function internalConnectMultiple(context,
canceled
) {
1113
if (
canceled
|| context.current === context.addresses.length) {
/third_party/node/test/parallel/
H
A
D
test-whatwg-readablestream.js
740
async function read(stream,
canceled
= false) {
742
if (!
canceled
) {
/third_party/nghttp2/tests/
H
A
D
nghttp2_session_test.c
5779
/* The transimission will be
canceled
because the stream 1 is not
in test_nghttp2_submit_headers_reply()
5875
/* The transimission will be
canceled
because the stream 1 is not
in test_nghttp2_submit_headers()
7039
CU_ASSERT(0 == item->aux_data.headers.
canceled
);
in test_nghttp2_submit_rst_stream()
7050
CU_ASSERT(1 == item->aux_data.headers.
canceled
);
in test_nghttp2_submit_rst_stream()
7397
/* With RST_STREAM, stream is
canceled
and further DATA on that
in test_nghttp2_session_stop_data_with_rst_stream()
/third_party/skia/third_party/externals/microhttpd/doc/
H
A
D
texinfo.tex
10020
% This is
canceled
by @fixbackslash.
/third_party/typescript/lib/
H
A
D
tsserverlibrary.js
[all...]
H
A
D
tsserver.js
[all...]
/third_party/node/test/fixtures/snapshot/
H
A
D
typescript.js
[all...]
Completed in 133 milliseconds
1
2