Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_sigmask.c91 if ((how != SIG_BLOCK) && (how != SIG_SETMASK) & (how != SIG_UNBLOCK)) in pthread_sigmask()
146 if (how == SIG_UNBLOCK) in pthread_sigmask()
Dsignal.h65 #define SIG_UNBLOCK 3 macro
Dposix_signal_sigmask_test.c343 pt0_status = pthread_sigmask(SIG_UNBLOCK, &new_mask, &old_mask); in pthread_0_entry()
375 pt0_status = pthread_sigmask(SIG_UNBLOCK, &new_mask, &old_mask); in pthread_0_entry()
Dpx_sig_wait.c127 pthread_sigmask(SIG_UNBLOCK, set, &original_set); in sigwait()