Searched refs:gettimeofday (Results 1 – 13 of 13) sorted by relevance
1 .. _posix-gettimeofday-sample:3 POSIX gettimeofday() with clock initialization over SNTP9 This sample application demonstrates using the POSIX gettimeofday()31 :zephyr-app: samples/posix/gettimeofday
3 gettimeofday: src/main.c
6 project(gettimeofday) project
32 int gettimeofday(struct timeval *tv, const void *tz);
18 int res = gettimeofday(&tv, NULL); in main()
114 int gettimeofday(struct timeval *tv, const void *tz) in gettimeofday() function
110 ret = gettimeofday(&tv, NULL); in test_posix_realtime()
167 #define gettimeofday(...) zap_clock_gettimeofday(__VA_ARGS__) macro
556 return gettimeofday(__tp, __tzp); in _gettimeofday()
196 functions like time(), gettimeofday(), etc. returned the
85 * :github:`41111` - utils: tmcvt: fix integer overflow after 6.4 days with ``gettimeofday()`` and `…359 * :github:`41095` - libc: newlib: 'gettimeofday' causes stack overflow on non-POSIX builds
1379 * :github:`26427` - Linker problems with zephyr-sdk-0.11.2: undefined reference to 'gettimeofday'
1560 * :github:`13384` - linking error of gettimeofday with zephyr-sdk-0.10.0-rc2