Home
last modified time | relevance | path

Searched defs:ASYNC (Results 1 - 8 of 8) sorted by relevance

/third_party/rust/crates/rustix/src/backend/libc/mm/
H A Dtypes.rs268 const ASYNC = c::MS_ASYNC; consts
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
H A Dtypes.rs119 const ASYNC = linux_raw_sys::general::MS_ASYNC; consts
/third_party/python/Include/
H A Dtoken.h69 #define ASYNC 56 macro
/third_party/python/Lib/
H A Dtoken.py62 ASYNC = 56 variable
/third_party/python/Lib/lib2to3/pgen2/
H A Dtoken.py66 ASYNC = 57 variable
/third_party/rust/crates/rustix/src/
H A Dio_uring.rs373 const ASYNC = 1 << sys::IOSQE_ASYNC_BIT as u8; consts
/third_party/rust/crates/rustix/src/process/
H A Dprctl.rs262 const ASYNC = 2; consts
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h4296 DCHECK_EQ(scanner()->current_token(), Token::ASYNC); in ParseAsyncFunctionDeclaration() member in v8::internal::ParseFunctionFlag::Token
4860 DCHECK_EQ(scanner()->current_token(), Token::ASYNC); in ParseAsyncFunctionLiteral() member in v8::internal::ParseFunctionFlag::Token
[all...]

Completed in 14 milliseconds