Searched refs:pthread_sigmask (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | posix_signal_sigmask_test.c | 306 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()
|
| D | signal.h | 112 int pthread_sigmask(int how, const sigset_t *newmask, sigset_t *oldmask);
|
| D | px_sig_wait.c | 128 pthread_sigmask(SIG_UNBLOCK, set, &original_set); in sigwait()
|
| D | px_pth_sigmask.c | 78 int pthread_sigmask(int how, const sigset_t *newmask, sigset_t *oldmask) in pthread_sigmask() function
|
| D | readme_threadx_posix.txt | 177 INT pthread_sigmask(int how, const sigset_t *newmask, sigset_t *oldmask)
|