Home
last modified time | relevance | path

Searched refs:st (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/bin/
H A Dylong_tokio_tcp_perf.rs109 let st = Instant::now(); in main()
143 st.elapsed().as_secs_f64() * 1000f64 / 1000.0 in main()
153 let st = Instant::now(); in main()
187 st.elapsed().as_secs_f64() * 1000f64 / 1000.0 in main()
H A Dylong_runtime_async_benchmark.rs59 let st = Instant::now(); in main()
112 let time = st.elapsed().as_secs_f64(); in main()
/commonlibrary/c_utils/base/src/
H A Dashmem.cpp74 struct stat st; in AshmemOpenLocked() local
75 int ret = TEMP_FAILURE_RETRY(fstat(fd, &st)); in AshmemOpenLocked()
82 if (!S_ISCHR(st.st_mode) || !st.st_rdev) { in AshmemOpenLocked()
83 UTILS_LOGE("%{public}s: stat status is invalid, st_mode = %{public}u", __func__, st.st_mode); in AshmemOpenLocked()
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dhttp_body.rs312 let st = ptr as usize - start as usize; in merge_chunks()
313 let ed = st + len; in merge_chunks()
314 buf.copy_within(st..ed, idx); in merge_chunks()

Completed in 2 milliseconds