Home
last modified time | relevance | path

Searched defs:raw (Results 1 – 6 of 6) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dhandle.rs27 pub(crate) fn raw(&self) -> HANDLE { in raw() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Djoin_handle.rs48 pub(crate) raw: RawTask, field
141 raw: RawTask, field
Dmod.rs19 mod raw; module
108 let raw = Task::create_raw_task::<T, S>(builder, scheduler, task, virtual_table_type); in create_task() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
Dsys.rs31 let raw = syscall!(posix_openpt(libc::O_RDWR | libc::O_NOCTTY))?; in open() localVariable
58 let raw = self.0.as_raw_fd(); in set_size() localVariable
/commonlibrary/ets_utils/js_api_module/buffer/test/
Dtest_napi.cpp1253 uint8_t *raw = blob->GetRaw(); variable
/commonlibrary/ets_utils/js_util_module/util/test/
Dtest_util.cpp4951 int* raw = new int(1); variable