Home
last modified time | relevance | path

Searched defs:from_raw (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dmod.rs91 pub(crate) unsafe fn from_raw(ptr: NonNull<Header>) -> Task { in from_raw() method
Dtask_handle.rs39 pub(crate) unsafe fn from_raw(ptr: NonNull<Header>) -> Self { in from_raw() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/
Dmod.rs58 pub const fn from_raw(signal_num: c_int) -> SignalKind { in from_raw() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dx509.rs180 pub(crate) fn from_raw(err: c_int) -> X509VerifyResult { in from_raw() method