Home
last modified time | relevance | path

Searched refs:canceled (Results 1 - 25 of 27) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Dstress2.c25 * -> 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 Dstress.c89 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 D1-2.c91 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 D3-2.c97 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 D3-1.c51 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 Dstress2.c25 * -> 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 Dstress.c25 * -> 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 Dshrpx_memcached_request.h54 bool canceled; member
H A Dshrpx_memcached_connection.cc561 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 Dshrpx_connection.cc112 tls.cached_session_lookup_req->canceled = true; in disconnect()
H A Dshrpx_tls.cc441 assert(!req->canceled); in tls_session_new_cb()
/third_party/python/Lib/idlelib/
H A Dpyshell.py801 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 Dnghttp2_outbound_item.h40 /* 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 Dnghttp2_session.c1259 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 Dnghttp2_outbound_item.h40 /* 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 Dnghttp2_session.c1254 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 Dcancelable-task.h23 // (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 Drs-test-templates.js719 }, `${label}: erroring a teed stream should properly handle canceled branches`);
/third_party/node/lib/
H A Dnet.js1108 function internalConnectMultiple(context, canceled) {
1113 if (canceled || context.current === context.addresses.length) {
/third_party/node/test/parallel/
H A Dtest-whatwg-readablestream.js740 async function read(stream, canceled = false) {
742 if (!canceled) {
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c5779 /* 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 Dtexinfo.tex10020 % This is canceled by @fixbackslash.
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 121 milliseconds

12