Searched refs:pthread_sigmask (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.7.0/include/zephyr/posix/ |
D | signal.h | 103 int pthread_sigmask(int how, const sigset_t *ZRESTRICT set, sigset_t *ZRESTRICT oset);
|
/Zephyr-Core-3.7.0/tests/posix/headers/src/ |
D | signal_h.c | 168 zassert_not_null(pthread_sigmask); in ZTEST()
|
/Zephyr-Core-3.7.0/lib/posix/options/ |
D | signal.c | 107 return pthread_sigmask(how, set, oset); in sigprocmask()
|
D | pthread.c | 1415 int pthread_sigmask(int how, const sigset_t *ZRESTRICT set, sigset_t *ZRESTRICT oset) in pthread_sigmask() function
|
/Zephyr-Core-3.7.0/tests/posix/common/src/ |
D | signal.c | 304 zassert_ok(pthread_create(&th, NULL, test_sigmask_entry, pthread_sigmask)); in ZTEST()
|
/Zephyr-Core-3.7.0/doc/services/portability/posix/option_groups/ |
D | index.rst | 582 pthread_sigmask(),yes
|