/third_party/node/deps/v8/src/tasks/ |
H A D | cancelable-task.cc | 39 task->Cancel(); in Register() 65 if (value->Cancel()) { in TryAbort() 92 if (current->second->Cancel()) { in CancelAndWait() 111 if (it->second->Cancel()) { in TryAbortAll()
|
H A D | cancelable-task.h | 127 bool Cancel() { return CompareExchangeStatus(kWaiting, kCanceled); } in Cancel() function in v8::internal::Cancelable
|
/third_party/typescript/tests/baselines/reference/ |
H A D | exportImportCanSubstituteConstEnumForValue.js | 6 Cancel, 52 const value1 = ReExportedEnum.Cancel; 80 var value1 = 1 /* ReExportedEnum.Cancel */;
96 Cancel = 1,
|
/third_party/node/src/ |
H A D | req_wrap.h | 20 virtual void Cancel() = 0; 43 inline void Cancel() final;
|
H A D | req_wrap-inl.h | 47 void ReqWrap<T>::Cancel() { in Cancel() function in node::ReqWrap
|
/third_party/skia/third_party/externals/abseil-cpp/absl/cleanup/ |
H A D | cleanup_test.cc | 214 TYPED_TEST(CleanupTest, Cancel) { in TYPED_TEST() 222 std::move(cleanup).Cancel(); in TYPED_TEST() 223 EXPECT_FALSE(called); // Cancel shouldn't invoke the callback in TYPED_TEST() 291 std::move(cleanup).Cancel(); in TYPED_TEST() 292 EXPECT_EQ(DestructionCount, 1); // Cancel destroys in TYPED_TEST()
|
H A D | cleanup.h | 57 // `std::move(cleanup).Cancel()` will prevent the callback from executing. 93 void Cancel() && { in Cancel() function in absl::final
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | handler.go | 33 // Cancel is invoked for cancelled outgoing requests. 37 // If Cancel returns true all subsequent handlers will be invoked with 39 Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool 99 func (EmptyHandler) Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool {
|
H A D | jsonrpc2.go | 92 // Cancel cancels a pending Call on the server side. 97 func (c *Conn) Cancel(id ID) { 205 if h.Cancel(ctx, c, id, cancelled) {
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | protocol.go | 50 conn.Cancel(params.ID) 56 func (canceller) Cancel(ctx context.Context, conn *jsonrpc2.Conn, id jsonrpc2.ID, cancelled bool) bool {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | handler.go | 33 // Cancel is invoked for cancelled outgoing requests. 37 // If Cancel returns true all subsequent handlers will be invoked with 39 Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool 99 func (EmptyHandler) Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool {
|
H A D | jsonrpc2.go | 92 // Cancel cancels a pending Call on the server side. 97 func (c *Conn) Cancel(id ID) { 205 if h.Cancel(ctx, c, id, cancelled) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | protocol.go | 50 conn.Cancel(params.ID) 56 func (canceller) Cancel(ctx context.Context, conn *jsonrpc2.Conn, id jsonrpc2.ID, cancelled bool) bool {
|
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | handler.go | 33 // Cancel is invoked for cancelled outgoing requests. 37 // If Cancel returns true all subsequent handlers will be invoked with 39 Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool 99 func (EmptyHandler) Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool {
|
H A D | jsonrpc2.go | 92 // Cancel cancels a pending Call on the server side. 97 func (c *Conn) Cancel(id ID) { 205 if h.Cancel(ctx, c, id, cancelled) {
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | protocol.go | 50 conn.Cancel(params.ID) 56 func (canceller) Cancel(ctx context.Context, conn *jsonrpc2.Conn, id jsonrpc2.ID, cancelled bool) bool {
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | gc-invoker.cc | 60 handle_.Cancel(); 86 gc_task_handle_.Cancel(); in ~GCInvokerImpl()
|
H A D | task-handle.h | 25 void Cancel() { in Cancel() function
|
H A D | concurrent-marker.cc | 214 bool ConcurrentMarkerBase::Cancel() { in Cancel() function in cppgc::ConcurrentMarkerBase 218 concurrent_marking_handle_->Cancel(); in Cancel()
|
H A D | concurrent-marker.h | 30 bool Cancel();
|
H A D | marker.cc | 261 // Cancel remaining incremental tasks. Concurrent marking jobs are left to in EnterAtomicPause() 264 incremental_marking_handle_.Cancel(); in EnterAtomicPause() 645 : marker_(marker), resume_on_exit_(marker_.concurrent_marker_->Cancel()) {} in PauseConcurrentMarkingScope()
|
H A D | sweeper.cc | 1010 if (incremental_sweeper_handle_) incremental_sweeper_handle_.Cancel(); in CancelSweepers() 1012 concurrent_sweeper_handle_->Cancel(); in CancelSweepers()
|
/third_party/node/deps/v8/src/libplatform/ |
H A D | default-job.h | 117 void Cancel() override;
|
H A D | default-job.cc | 227 void DefaultJobHandle::Cancel() { in Cancel() function in v8::platform::DefaultJobHandle
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-concurrent-dispatcher.cc | 175 job_handle_->Cancel(); in ~MaglevConcurrentDispatcher()
|