Searched refs:sigprocmask (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/include/zephyr/posix/ |
D | signal.h | 138 int sigprocmask(int how, const sigset_t *ZRESTRICT set, sigset_t *ZRESTRICT oset);
|
/Zephyr-latest/lib/posix/options/ |
D | signal.c | 104 int sigprocmask(int how, const sigset_t *ZRESTRICT set, sigset_t *ZRESTRICT oset) in sigprocmask() function
|
/Zephyr-latest/tests/posix/headers/src/ |
D | signal_h.c | 183 zassert_not_null(sigprocmask); in ZTEST()
|
/Zephyr-latest/tests/posix/signals/src/ |
D | main.c | 312 zassert_not_ok(sigprocmask(SIG_SETMASK, NULL, NULL)); in ZTEST() 318 zassert_ok(pthread_create(&th, NULL, test_sigmask_entry, sigprocmask)); in ZTEST()
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 497 sigprocmask(),yes
|