Home
last modified time | relevance | path

Searched refs:gettimeofday (Results 1 – 13 of 13) sorted by relevance

/Zephyr-Core-2.7.6/samples/posix/gettimeofday/
DREADME.rst1 .. _posix-gettimeofday-sample:
3 POSIX gettimeofday() with clock initialization over SNTP
9 This sample application demonstrates using the POSIX gettimeofday()
31 :zephyr-app: samples/posix/gettimeofday
DMakefile.posix3 gettimeofday: src/main.c
DCMakeLists.txt6 project(gettimeofday) project
/Zephyr-Core-2.7.6/include/posix/sys/
Dtime.h32 int gettimeofday(struct timeval *tv, const void *tz);
/Zephyr-Core-2.7.6/samples/posix/gettimeofday/src/
Dmain.c18 int res = gettimeofday(&tv, NULL); in main()
/Zephyr-Core-2.7.6/lib/posix/
Dclock.c114 int gettimeofday(struct timeval *tv, const void *tz) in gettimeofday() function
/Zephyr-Core-2.7.6/tests/posix/common/src/
Dclock.c110 ret = gettimeofday(&tv, NULL); in test_posix_realtime()
/Zephyr-Core-2.7.6/arch/posix/include/
Dposix_cheats.h167 #define gettimeofday(...) zap_clock_gettimeofday(__VA_ARGS__) macro
/Zephyr-Core-2.7.6/lib/libc/newlib/
Dlibc-hooks.c556 return gettimeofday(__tp, __tzp); in _gettimeofday()
/Zephyr-Core-2.7.6/subsys/net/lib/config/
DKconfig196 functions like time(), gettimeofday(), etc. returned the
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-2.7.rst85 * :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
Drelease-notes-2.4.rst1379 * :github:`26427` - Linker problems with zephyr-sdk-0.11.2: undefined reference to 'gettimeofday'
Drelease-notes-1.14.rst1560 * :github:`13384` - linking error of gettimeofday with zephyr-sdk-0.10.0-rc2