Home
last modified time | relevance | path

Searched refs:SIG_BLOCK (Results 1 – 3 of 3) 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()
329 pt0_status = pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask); in pthread_0_entry()
350 pt0_status = pthread_sigmask(SIG_BLOCK, &new_mask, &old_mask); in pthread_0_entry()
Dpx_pth_sigmask.c92 if ((how != SIG_BLOCK) && (how != SIG_SETMASK) & (how != SIG_UNBLOCK)) in pthread_sigmask()
134 if (how == SIG_BLOCK) in pthread_sigmask()
Dsignal.h64 #define SIG_BLOCK 1 macro