Home
last modified time | relevance | path

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

/Zephyr-latest/samples/posix/gettimeofday/
DREADME.rst1 .. zephyr:code-sample:: posix-gettimeofday
2 :name: gettimeofday() with clock initialization
4 Use ``gettimeofday()`` with clock initialization over SNTP.
9 This sample application demonstrates using the POSIX `gettimeofday()`_ function to display the
29 :zephyr-app: samples/posix/gettimeofday
39 cd samples/posix/gettimeofday
42 The make output file will be located in samples/posix/gettimeofday/build.
44 .. _gettimeofday(): https://pubs.opengroup.org/onlinepubs/009604599/functions/gettimeofday.html
DMakefile.host3 gettimeofday: src/main.c
DCMakeLists.txt6 project(gettimeofday) project
/Zephyr-latest/include/zephyr/posix/sys/
Dtime.h33 int gettimeofday(struct timeval *tv, void *tz);
/Zephyr-latest/tests/posix/headers/src/
Dsys_time_h.c34 zassert_not_null(gettimeofday); in ZTEST()
/Zephyr-latest/samples/posix/gettimeofday/src/
Dmain.c21 int res = gettimeofday(&tv, NULL); in main()
/Zephyr-latest/tests/posix/common/src/
Dclock.c101 zassert_equal(gettimeofday(NULL, NULL), -1); in ZTEST()
106 zassert_ok(gettimeofday(&tv, NULL)); in ZTEST()
/Zephyr-latest/lib/posix/options/
DKconfig.xsi13 gethostid(), gettimeofday(), and putenv().
Dclock.c272 int gettimeofday(struct timeval *tv, void *tz) in gettimeofday() function
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h164 #define gettimeofday(...) zap_clock_gettimeofday(__VA_ARGS__) macro
/Zephyr-latest/lib/libc/newlib/
Dlibc-hooks.c584 return gettimeofday(__tp, __tzp); in _gettimeofday()
/Zephyr-latest/subsys/net/lib/config/
DKconfig213 functions like time(), gettimeofday(), etc. returned the
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst1063 * :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-3.2.rst1492 * Made ``tz`` non-const in ``gettimeofday()`` for conformance to spec.
Drelease-notes-1.14.rst1560 * :github:`13384` - linking error of gettimeofday with zephyr-sdk-0.10.0-rc2
Drelease-notes-3.3.rst3028 * :github:`53673` - samples: posix: gettimeofday does not build on native_posix