Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dposix_signal_sigmask_test.c306 pt0_status = pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask); in pthread_0_entry()
315 pt0_status = pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask); in pthread_0_entry()
322 pt0_status = pthread_sigmask(SIG_SETMASK, &old_mask, &old_mask); in pthread_0_entry()
329 pt0_status = pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask); in pthread_0_entry()
343 pt0_status = pthread_sigmask(SIG_UNBLOCK, &new_mask, &old_mask); in pthread_0_entry()
350 pt0_status = pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask); in pthread_0_entry()
375 pt0_status = pthread_sigmask(SIG_UNBLOCK, &new_mask, &old_mask); in pthread_0_entry()
Dsignal.h112 int pthread_sigmask(int how, const sigset_t *newmask, sigset_t *oldmask);
Dpx_sig_wait.c128 pthread_sigmask(SIG_UNBLOCK, set, &original_set); in sigwait()
Dpx_pth_sigmask.c78 int pthread_sigmask(int how, const sigset_t *newmask, sigset_t *oldmask) in pthread_sigmask() function
Dreadme_threadx_posix.txt177 INT pthread_sigmask(int how, const sigset_t *newmask, sigset_t *oldmask)