search for: __gettimeofday

Displaying 3 results from an estimated 3 matches for "__gettimeofday".

Did you mean: i_gettimeofday
2023 Jan 26
0
[klibc:time64] time: Use clock_* system calls for time-of-day and sleep
...* Time-related system calls */ -<?> time_t time(time_t *); clock_t times(struct tms *); -int gettimeofday(struct timeval *, struct timezone *); -int settimeofday(const struct timeval *, const struct timezone *); -int nanosleep(const struct timespec *, struct timespec *); +int gettimeofday::__gettimeofday(void *, struct timezone *); +int settimeofday::__settimeofday(const void *, const struct timezone *); +int clock_gettime(clockid_t, struct timespec *); +int clock_settime(clockid_t, const struct timespec *); +int clock_nanosleep::__clock_nanosleep(clockid_t, int, const struct timespec *, struct tim...
2012 Feb 03
2
Hanging -- please help decipher event report
...1dc1e] 1 Re_ProcessEvents + 29 (in R) [0x10000f46d] 1 gettimeofday + 43 (in libSystem.B.dylib) [0x7fff82a0814f] 1 __gettimeofday + 80 (in commpage [libSystem.B.dylib]) [0x7fffffe00330] 1 pa + 1262 (polio_3A.c:165 in polio_3A.so) [0x1017074ce] 1 pa + 2975 (polio_3A.c:260 in polio_3A.so) [0x101707b7f] -- View this...
2023 Jan 14
1
[klibc:time64] time: Use 64-bit time types on all architectures
...pollfd *, nfds_t, struct timespec *, const sigset_t *, size_t); int fsync(int); int fdatasync,fsync::fdatasync(int); int readv(int, const struct iovec *, int); @@ -204,9 +207,12 @@ int setitimer(int, const struct itimerval *, struct itimerval *); clock_t times(struct tms *); int gettimeofday::__gettimeofday(void *, struct timezone *); int settimeofday::__settimeofday(const void *, const struct timezone *); -int clock_gettime(clockid_t, struct timespec *); -int clock_settime(clockid_t, const struct timespec *); -int clock_nanosleep::__clock_nanosleep(clockid_t, int, const struct timespec *, struct tim...