| /wasmtime-44.0.1/crates/wiggle/tests/ |
| H A D | wasi.rs | 71 ) -> Result<types::Timestamp> { in clock_res_get() argument 79 _precision: types::Timestamp, in clock_time_get() argument 80 ) -> Result<types::Timestamp> { in clock_time_get() argument 161 _atim: types::Timestamp, in fd_filestat_set_times() argument 162 _mtim: types::Timestamp, in fd_filestat_set_times() argument 291 _atim: types::Timestamp, in path_filestat_set_times() argument 292 _mtim: types::Timestamp, in path_filestat_set_times() argument
|
| H A D | typenames.witx | 13 ;;; Timestamp in nanoseconds.
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | profiling.rs | 11 SymbolTable, Timestamp, 161 let process = profile.add_process(module_name, 0, Timestamp::from_nanos_since_reference(0)); in new() 162 let thread = profile.add_thread(process, 0, Timestamp::from_nanos_since_reference(0), true); in new() 204 let now = Timestamp::from_nanos_since_reference( in sample() 221 let now = Timestamp::from_nanos_since_reference( in call_hook() 253 let now = Timestamp::from_nanos_since_reference( in finish()
|
| /wasmtime-44.0.1/crates/wasi/src/ |
| H A D | p0.rs | 116 ) -> Result<types::Timestamp, Error> { in clock_res_get() argument 125 precision: types::Timestamp, in clock_time_get() argument 126 ) -> Result<types::Timestamp, Error> { in clock_time_get() argument 229 atim: types::Timestamp, in fd_filestat_set_times() argument 230 mtim: types::Timestamp, in fd_filestat_set_times() argument 377 atim: types::Timestamp, in path_filestat_set_times() argument 378 mtim: types::Timestamp, in path_filestat_set_times() argument
|
| H A D | p1.rs | 929 fn systimespec(set: bool, ts: types::Timestamp, now: bool) -> Result<filesystem::NewTimestamp> { in systimespec() argument 933 Ok(filesystem::NewTimestamp::Timestamp(filesystem::Datetime { in systimespec() 944 impl TryFrom<wall_clock::Datetime> for types::Timestamp { implementation 953 types::Timestamp::from(seconds) 1287 ) -> Result<types::Timestamp, types::Error> { in clock_res_get() argument 1308 _precision: types::Timestamp, in clock_time_get() argument 1309 ) -> Result<types::Timestamp, types::Error> { in clock_time_get() argument 1643 atim: types::Timestamp, in fd_filestat_set_times() argument 1644 mtim: types::Timestamp, in fd_filestat_set_times() argument 2112 atim: types::Timestamp, in path_filestat_set_times() argument [all …]
|
| /wasmtime-44.0.1/crates/wasi-common/src/snapshots/ |
| H A D | preview_0.rs | 427 ) -> Result<types::Timestamp, Error> { in clock_res_get() argument 436 precision: types::Timestamp, in clock_time_get() argument 437 ) -> Result<types::Timestamp, Error> { in clock_time_get() argument 541 atim: types::Timestamp, in fd_filestat_set_times() argument 542 mtim: types::Timestamp, in fd_filestat_set_times() argument 688 atim: types::Timestamp, in path_filestat_set_times() argument 689 mtim: types::Timestamp, in path_filestat_set_times() argument
|
| H A D | preview_1.rs | 81 ) -> Result<types::Timestamp, Error> { in clock_res_get() argument 96 precision: types::Timestamp, in clock_time_get() argument 97 ) -> Result<types::Timestamp, Error> { in clock_time_get() argument 291 atim: types::Timestamp, in fd_filestat_set_times() argument 292 mtim: types::Timestamp, in fd_filestat_set_times() argument 721 atim: types::Timestamp, in path_filestat_set_times() argument 722 mtim: types::Timestamp, in path_filestat_set_times() argument 1514 ts: types::Timestamp, in systimespec() argument
|
| /wasmtime-44.0.1/crates/wasi-preview1-component-adapter/src/ |
| H A D | lib.rs | 657 pub extern "C" fn clock_res_get(id: Clockid, resolution: &mut Timestamp) -> Errno { in clock_res_get() 665 *resolution = match Timestamp::from(res.seconds) in clock_res_get() 683 _precision: Timestamp, in clock_time_get() argument 684 time: &mut Timestamp, in clock_time_get() argument 693 *time = match Timestamp::from(res.seconds) in clock_time_get() 1029 Ok(filesystem::NewTimestamp::Timestamp(filesystem::Datetime { in systimespec() 1045 atim: Timestamp, in fd_filestat_set_times() argument 1046 mtim: Timestamp, in fd_filestat_set_times() argument 1802 atim: Timestamp, in path_filestat_set_times() argument 1803 mtim: Timestamp, in path_filestat_set_times() argument [all …]
|
| /wasmtime-44.0.1/crates/wasi/src/p2/host/filesystem/ |
| H A D | sync.rs | 463 NewTimestamp::Timestamp(datetime) => Self::Timestamp(datetime), in from()
|
| /wasmtime-44.0.1/crates/wasi/src/p2/host/ |
| H A D | filesystem.rs | 763 types::NewTimestamp::Timestamp(st) => { in systemtimespec_from()
|
| /wasmtime-44.0.1/crates/wasi/src/p3/filesystem/ |
| H A D | host.rs | 119 NewTimestamp::Timestamp(st) => { in systemtimespec_from()
|
| /wasmtime-44.0.1/crates/wasi/witx/p0/ |
| H A D | typenames.witx | 13 ;;; Timestamp in nanoseconds.
|
| /wasmtime-44.0.1/crates/wasi/witx/p1/ |
| H A D | typenames.witx | 13 ;;; Timestamp in nanoseconds.
|
| /wasmtime-44.0.1/crates/wasi-common/witx/preview1/ |
| H A D | typenames.witx | 13 ;;; Timestamp in nanoseconds.
|
| /wasmtime-44.0.1/crates/wasi-common/witx/preview0/ |
| H A D | typenames.witx | 13 ;;; Timestamp in nanoseconds.
|