Lines Matching defs:time
14 #define UVWASI__WIN_TIME_AND_RETURN(handle, time) \ argument
50 #define UVWASI__CLOCK_GETTIME_AND_RETURN(clk, time) \ argument
60 #define UVWASI__GETRUSAGE_AND_RETURN(who, time) \ argument
73 #define UVWASI__OSX_THREADTIME_AND_RETURN(time) \ argument
94 #define UVWASI__WIN_GETRES_AND_RETURN(time) \ argument
102 #define UVWASI__CLOCK_GETRES_AND_RETURN(clk, time) \ argument
117 #define UVWASI__SLOW_GETRES_AND_RETURN(time) \ argument
125 uvwasi_errno_t uvwasi__clock_gettime_realtime(uvwasi_timestamp_t* time) { in uvwasi__clock_gettime_realtime()
138 uvwasi_errno_t uvwasi__clock_gettime_process_cputime(uvwasi_timestamp_t* time) { in uvwasi__clock_gettime_process_cputime()
151 uvwasi_errno_t uvwasi__clock_gettime_thread_cputime(uvwasi_timestamp_t* time) { in uvwasi__clock_gettime_thread_cputime()
170 uvwasi_errno_t uvwasi__clock_getres_process_cputime(uvwasi_timestamp_t* time) { in uvwasi__clock_getres_process_cputime()
183 uvwasi_errno_t uvwasi__clock_getres_thread_cputime(uvwasi_timestamp_t* time) { in uvwasi__clock_getres_thread_cputime()