Home
last modified time | relevance | path

Searched refs:async_ (Results 1 - 18 of 18) sorted by relevance

/third_party/node/src/
H A Dinspector_io.cc101 int err = uv_async_init(loop, &async_, [](uv_async_t* async) { in RequestQueueData()
103 node::ContainerOf(&RequestQueueData::async_, async); in RequestQueueData()
118 CHECK_EQ(0, uv_async_send(&async_)); in Post()
157 uv_async_t async_; member in node::inspector::__anon15355::RequestQueueData
375 uv_close(reinterpret_cast<uv_handle_t*>(&queue->async_), in CloseAndFree()
379 node::ContainerOf(&RequestQueueData::async_, async); in CloseAndFree()
H A Dnode_watchdog.cc51 rc = uv_async_init(&loop_, &async_, [](uv_async_t* signal) { in Watchdog()
52 Watchdog* w = ContainerOf(&Watchdog::async_, signal); in Watchdog()
70 uv_async_send(&async_); in ~Watchdog()
73 uv_close(reinterpret_cast<uv_handle_t*>(&async_), nullptr); in ~Watchdog()
90 // Close the timer handle on this side and let ~Watchdog() close async_ in Run()
H A Djs_native_api_v8_inspector.cc517 int err = uv_async_init(loop, &async_, [](uv_async_t* async) { in RequestQueueData()
519 node::ContainerOf(&RequestQueueData::async_, async); in RequestQueueData()
534 CHECK_EQ(0, uv_async_send(&async_)); in Post()
573 uv_async_t async_; member in v8impl::__anon15372::RequestQueueData
700 uv_close(reinterpret_cast<uv_handle_t*>(&queue->async_), in CloseAndFree()
704 node::ContainerOf(&RequestQueueData::async_, async); in CloseAndFree()
H A Dnode_watchdog.h60 uv_async_t async_; member in node::Watchdog
H A Dnode_messaging.cc614 reinterpret_cast<uv_handle_t*>(&async_), in MessagePort()
619 MessagePort* channel = ContainerOf(&MessagePort::async_, handle); in MessagePort()
624 &async_, in MessagePort()
655 CHECK_EQ(uv_async_send(&async_), 0); in TriggerAsync()
H A Dnode_messaging.h312 uv_async_t async_; member in node::worker::MessagePort
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUDevice.cpp79 : env_(env), device_(device), async_(std::make_shared<AsyncRunner>(env, device)) { in GPUDevice()
138 return interop::GPUQueue::Create<GPUQueue>(env, device_.GetQueue(), async_); in getQueue()
162 device_, async_); in createBuffer()
267 env, device_.CreateShaderModule(&sm_desc), async_); in createShaderModule()
317 auto ctx = new Context{env, Promise(env, PROMISE_INFO), async_}; in createComputePipelineAsync()
360 auto ctx = new Context{env, Promise(env, PROMISE_INFO), async_}; in createRenderPipelineAsync()
457 auto* ctx = new Context{env, Promise(env, PROMISE_INFO), async_}; in popErrorScope()
H A DGPUShaderModule.cpp27 : shader_(std::move(shader)), async_(std::move(async)) { in GPUShaderModule()
94 auto ctx = new Context{env, Promise(env, PROMISE_INFO), async_}; in compilationInfo()
H A DGPUBuffer.cpp37 async_(std::move(async)) { in GPUBuffer()
69 auto ctx = new Context{env, interop::Promise<void>(env, PROMISE_INFO), async_, state_}; in mapAsync()
H A DGPUQueue.cpp30 : queue_(std::move(queue)), async_(std::move(async)) { in GPUQueue()
54 auto ctx = new Context{env, interop::Promise<void>(env, PROMISE_INFO), async_}; in onSubmittedWorkDone()
H A DGPUShaderModule.h45 std::shared_ptr<AsyncRunner> async_; member in wgpu::binding::final
H A DGPUBuffer.h79 std::shared_ptr<AsyncRunner> async_; member in wgpu::binding::final
H A DGPUQueue.h56 std::shared_ptr<AsyncRunner> async_; member in wgpu::binding::final
H A DGPUDevice.h106 std::shared_ptr<AsyncRunner> async_; member in wgpu::binding::final
/third_party/python/Lib/test/
H A Dtest_compile.py1427 def check_stack_size(self, snippet, async_=False):
1431 if async_:
1703 self.check_stack_size(snippet, async_=True)
1710 self.check_stack_size(snippet, async_=True)
1719 self.check_stack_size(snippet, async_=True)
1734 self.check_stack_size(snippet, async_=True)
1744 self.check_stack_size(snippet, async_=True)
H A Dtest_minidom.py65 self.assertFalse(doc.async_)
66 self.assertFalse(Document.async_)
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dkeywords.rs74 pub static mut async_: ::std::os::raw::c_int; consts
/third_party/python/Lib/xml/dom/
H A Dxmlbuilder.py337 async_ = False variable in DocumentLS

Completed in 17 milliseconds