Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/signals/src/
Dmain.c223 static void *test_sigmask_entry(void *arg) in test_sigmask_entry() function
304 zassert_ok(pthread_create(&th, NULL, test_sigmask_entry, pthread_sigmask)); in ZTEST()
318 zassert_ok(pthread_create(&th, NULL, test_sigmask_entry, sigprocmask)); in ZTEST()