Searched refs:VKI_SIG_UNBLOCK (Results 1 – 16 of 16) sorted by relevance
/external/valgrind/include/vki/ |
D | vki-arm64-linux.h | 148 #define VKI_SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
D | vki-amd64-linux.h | 140 #define VKI_SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
D | vki-tilegx-linux.h | 143 #define VKI_SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
D | vki-s390x-linux.h | 233 #define VKI_SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
D | vki-ppc64-linux.h | 88 #define VKI_SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
D | vki-ppc32-linux.h | 84 #define VKI_SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
D | vki-x86-linux.h | 79 #define VKI_SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
D | vki-arm-linux.h | 83 #define VKI_SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
D | vki-mips32-linux.h | 94 #define VKI_SIG_UNBLOCK 2 /* for unblocking signals */ macro
|
D | vki-mips64-linux.h | 103 #define VKI_SIG_UNBLOCK 2 /* for unblocking signals */ macro
|
D | vki-darwin.h | 468 #define VKI_SIG_UNBLOCK SIG_UNBLOCK macro
|
D | vki-solaris.h | 1057 #define VKI_SIG_UNBLOCK SIG_UNBLOCK macro
|
/external/valgrind/coregrind/ |
D | m_machine.c | 1027 r = VG_(sigprocmask)(VKI_SIG_UNBLOCK, &tmp_set, &saved_set); in VG_() 1182 r = VG_(sigprocmask)(VKI_SIG_UNBLOCK, &tmp_set, &saved_set); in VG_() 1326 r = VG_(sigprocmask)(VKI_SIG_UNBLOCK, &tmp_set, &saved_set); in VG_() 1465 r = VG_(sigprocmask)(VKI_SIG_UNBLOCK, &tmp_set, &saved_set); in VG_() 1613 r = VG_(sigprocmask)(VKI_SIG_UNBLOCK, &tmp_set, &saved_set); in VG_()
|
D | m_signals.c | 1292 case VKI_SIG_UNBLOCK: in do_sigprocmask_bitops() 1345 how==VKI_SIG_UNBLOCK ? "SIG_UNBLOCK" : ( in do_setmask() 1372 case VKI_SIG_UNBLOCK: in VG_() 1593 VG_(sigprocmask)(VKI_SIG_UNBLOCK, &mask, &origmask); in VG_()
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 384 #define VKI_SIG_UNBLOCK 1 /* for unblocking signals */
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-darwin.c | 2268 && ARG1 != VKI_SIG_UNBLOCK && ARG1 != VKI_SIG_SETMASK) { in PRE() 4412 && ARG1 != VKI_SIG_UNBLOCK && ARG1 != VKI_SIG_SETMASK) { in PRE()
|