Home
last modified time | relevance | path

Searched refs:sig_atomic_t (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/posix/headers/src/
Dsignal_h.c33 zassert_not_equal((sig_atomic_t)-1, (sig_atomic_t)0); in ZTEST()
/Zephyr-latest/scripts/native_simulator/common/src/
Dnsi_hw_scheduler.c36 static volatile sig_atomic_t signaled_end;
/Zephyr-latest/boards/native/native_posix/
Dhw_models_top.c52 static volatile sig_atomic_t signaled_end;
/Zephyr-latest/include/zephyr/posix/
Dsignal.h91 typedef int sig_atomic_t; /* Atomic entity type (ANSI) */ typedef