Home
last modified time | relevance | path

Searched refs:SIG_SETMASK (Results 1 – 3 of 3) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dsignal.h65 #define SIG_SETMASK 2 macro
Dpx_pth_sigmask.c92 if ((how != SIG_BLOCK) && (how != SIG_SETMASK) & (how != SIG_UNBLOCK)) in pthread_sigmask()
Dposix_signal_sigmask_test.c322 pt0_status = pthread_sigmask(SIG_SETMASK, &old_mask, &old_mask); in pthread_0_entry()