Home
last modified time | relevance | path

Searched defs:ASYNC (Results 1 – 17 of 17) sorted by relevance

/third_party/node/src/
Dnode_blob.h107 ASYNC enumerator
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
Dtypes.rs119 const ASYNC = linux_raw_sys::general::MS_ASYNC; constant
/third_party/rust/crates/rustix/src/backend/libc/mm/
Dtypes.rs268 const ASYNC = c::MS_ASYNC; constant
/third_party/python/Lib/lib2to3/pgen2/
Dtoken.py66 ASYNC = 57 variable
/third_party/python/Include/
Dtoken.h69 #define ASYNC 56 macro
/third_party/python/Lib/
Dtoken.py62 ASYNC = 56 variable
/third_party/node/deps/npm/node_modules/minipass-json-stream/node_modules/minipass/
Dindex.js32 const ASYNC = Symbol('async') constant
/third_party/node/deps/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/
Dindex.js32 const ASYNC = Symbol('async') constant
/third_party/node/deps/npm/node_modules/minizlib/node_modules/minipass/
Dindex.js32 const ASYNC = Symbol('async') constant
/third_party/node/deps/npm/node_modules/minipass-sized/node_modules/minipass/
Dindex.js32 const ASYNC = Symbol('async') constant
/third_party/node/deps/npm/node_modules/minipass-collect/node_modules/minipass/
Dindex.js32 const ASYNC = Symbol('async') constant
/third_party/node/deps/npm/node_modules/minipass-flush/node_modules/minipass/
Dindex.js32 const ASYNC = Symbol('async') constant
/third_party/node/deps/npm/node_modules/minipass-pipeline/node_modules/minipass/
Dindex.js32 const ASYNC = Symbol('async') constant
/third_party/node/deps/npm/node_modules/minipass/
Dindex.js41 const ASYNC = Symbol('async') constant
Dindex.mjs41 const ASYNC = Symbol('async') constant
/third_party/rust/crates/rustix/src/process/
Dprctl.rs262 const ASYNC = 2; constant
/third_party/rust/crates/rustix/src/
Dio_uring.rs373 const ASYNC = 1 << sys::IOSQE_ASYNC_BIT as u8; constant