Searched refs:gettimeofday (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/samples/posix/gettimeofday/ |
D | README.rst | 1 .. 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
|
D | Makefile.host | 3 gettimeofday: src/main.c
|
D | CMakeLists.txt | 6 project(gettimeofday) project
|
/Zephyr-latest/include/zephyr/posix/sys/ |
D | time.h | 33 int gettimeofday(struct timeval *tv, void *tz);
|
/Zephyr-latest/tests/posix/headers/src/ |
D | sys_time_h.c | 34 zassert_not_null(gettimeofday); in ZTEST()
|
/Zephyr-latest/samples/posix/gettimeofday/src/ |
D | main.c | 21 int res = gettimeofday(&tv, NULL); in main()
|
/Zephyr-latest/tests/posix/common/src/ |
D | clock.c | 101 zassert_equal(gettimeofday(NULL, NULL), -1); in ZTEST() 106 zassert_ok(gettimeofday(&tv, NULL)); in ZTEST()
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.xsi | 13 gethostid(), gettimeofday(), and putenv().
|
D | clock.c | 272 int gettimeofday(struct timeval *tv, void *tz) in gettimeofday() function
|
/Zephyr-latest/arch/posix/include/ |
D | posix_cheats.h | 164 #define gettimeofday(...) zap_clock_gettimeofday(__VA_ARGS__) macro
|
/Zephyr-latest/lib/libc/newlib/ |
D | libc-hooks.c | 584 return gettimeofday(__tp, __tzp); in _gettimeofday()
|
/Zephyr-latest/subsys/net/lib/config/ |
D | Kconfig | 213 functions like time(), gettimeofday(), etc. returned the
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.0.rst | 1063 * :github:`41095` - libc: newlib: 'gettimeofday' causes stack overflow on non-POSIX builds
|
D | release-notes-2.4.rst | 1379 * :github:`26427` - Linker problems with zephyr-sdk-0.11.2: undefined reference to 'gettimeofday'
|
D | release-notes-3.2.rst | 1492 * Made ``tz`` non-const in ``gettimeofday()`` for conformance to spec.
|
D | release-notes-1.14.rst | 1560 * :github:`13384` - linking error of gettimeofday with zephyr-sdk-0.10.0-rc2
|
D | release-notes-3.3.rst | 3028 * :github:`53673` - samples: posix: gettimeofday does not build on native_posix
|