Home
last modified time | relevance | path

Searched defs:async_ (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUQueue.h56 std::shared_ptr<AsyncRunner> async_; variable
DGPUShaderModule.h45 std::shared_ptr<AsyncRunner> async_; variable
DGPUDevice.h106 std::shared_ptr<AsyncRunner> async_; variable
DGPUBuffer.h79 std::shared_ptr<AsyncRunner> async_; variable
/third_party/node/src/
Dnode_messaging.h243 uv_async_t async_; variable
Dnode_watchdog.h60 uv_async_t async_; variable
Dinspector_io.cc159 uv_async_t async_; member in node::inspector::__anonb7bacb4f0111::RequestQueueData
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dkeywords.rs74 pub static mut async_: ::std::os::raw::c_int; constant
/third_party/python/Lib/xml/dom/
Dxmlbuilder.py337 async_ = False variable in DocumentLS
/third_party/python/Lib/test/
Dtest_compile.py1056 def check_stack_size(self, snippet, async_=False): argument