Searched refs:VKI_SIG_BLOCK (Results 1 - 13 of 13) sorted by relevance

/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h139 #define VKI_SIG_BLOCK 0 /* for blocking signals */ macro
H A Dvki-arm64-linux.h147 #define VKI_SIG_BLOCK 0 /* for blocking signals */ macro
H A Dvki-arm-linux.h82 #define VKI_SIG_BLOCK 0 /* for blocking signals */ macro
H A Dvki-ppc32-linux.h83 #define VKI_SIG_BLOCK 0 /* for blocking signals */ macro
H A Dvki-ppc64-linux.h85 #define VKI_SIG_BLOCK 0 /* for blocking signals */ macro
H A Dvki-s390x-linux.h232 #define VKI_SIG_BLOCK 0 /* for blocking signals */ macro
H A Dvki-x86-linux.h78 #define VKI_SIG_BLOCK 0 /* for blocking signals */ macro
H A Dvki-mips32-linux.h93 #define VKI_SIG_BLOCK 1 /* for blocking signals */ macro
H A Dvki-mips64-linux.h102 #define VKI_SIG_BLOCK 1 /* for blocking signals */ macro
H A Dvki-darwin.h448 #define VKI_SIG_BLOCK SIG_BLOCK macro
/external/valgrind/main/coregrind/
H A Dm_signals.c1187 case VKI_SIG_BLOCK:
1242 how==VKI_SIG_BLOCK ? "SIG_BLOCK" : (
1269 case VKI_SIG_BLOCK:
H A Dm_main.c2629 VG_(sigprocmask)(VKI_SIG_BLOCK, NULL, &VG_(threads)[tid].sig_mask);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c1683 VG_(do_sys_sigprocmask) ( tid, VKI_SIG_BLOCK, &set, NULL )
3734 && ARG1 != VKI_SIG_BLOCK

Completed in 130 milliseconds