Home
last modified time | relevance | path

Searched refs:nanosleep (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/tests/posix/common/src/
Dnanosleep.c21 return nanosleep(rqtp, rmtp); in select_nanosleep()
107 ZTEST(nanosleep, test_nanosleep_errors_errno) in ZTEST() argument
112 ZTEST(nanosleep, test_clock_nanosleep_errors_errno) in ZTEST() argument
203 ZTEST(nanosleep, test_nanosleep_execution) in ZTEST() argument
224 ZTEST(nanosleep, test_clock_nanosleep_execution) in ZTEST() argument
285 ZTEST_SUITE(nanosleep, NULL, NULL, NULL, NULL, NULL);
/Zephyr-latest/lib/libc/common/source/thrd/
Dthrd.c47 return nanosleep(duration, remaining); in thrd_sleep()
/Zephyr-latest/include/zephyr/posix/
Dtime.h105 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp);
/Zephyr-latest/doc/services/portability/posix/overview/
Dindex.rst83 leverages the ``nanosleep()`` and ``perror()`` POSIX functions.
105 if (nanosleep(&ts, NULL) == -1) {
106 perror("nanosleep");
/Zephyr-latest/lib/posix/options/
Dclock.c256 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep() function
DKconfig.timer10 clock_settime(), nanosleep(), timer_create(), timer_delete(), timer_getoverrun(),
/Zephyr-latest/boards/native/native_posix/
Dtimer_model.c216 (void) nanosleep(&requested_time, &remaining); in hwtimer_tick_timer_reached()
/Zephyr-latest/scripts/native_simulator/native/src/
Dtimer_model.c206 (void) nanosleep(&requested_time, &remaining); in hwtimer_tick_timer_reached()
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst637 nanosleep(),yes
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst931 …8413` - [Coverity CID :214280] Unintentional integer overflow in tests/posix/common/src/nanosleep.c
935 * :github:`28394` - nanosleep test failed on ARC series targets
1557 * :github:`25554` - lib: posix: nanosleep
Drelease-notes-2.5.rst1682 * :github:`28483` - Fix nanosleep(2) for sub-microsecond durations