Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_sigmask.c92 if ((how != SIG_BLOCK) && (how != SIG_SETMASK) & (how != SIG_UNBLOCK)) in pthread_sigmask()
147 if (how == SIG_UNBLOCK) in pthread_sigmask()
Dsignal.h66 #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.c128 pthread_sigmask(SIG_UNBLOCK, set, &original_set); in sigwait()