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

/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h140 #define VKI_SIG_UNBLOCK 1 /* for unblocking signals */ macro
H A Dvki-arm64-linux.h148 #define VKI_SIG_UNBLOCK 1 /* for unblocking signals */ macro
H A Dvki-arm-linux.h83 #define VKI_SIG_UNBLOCK 1 /* for unblocking signals */ macro
H A Dvki-ppc32-linux.h84 #define VKI_SIG_UNBLOCK 1 /* for unblocking signals */ macro
H A Dvki-ppc64-linux.h86 #define VKI_SIG_UNBLOCK 1 /* for unblocking signals */ macro
H A Dvki-s390x-linux.h233 #define VKI_SIG_UNBLOCK 1 /* for unblocking signals */ macro
H A Dvki-x86-linux.h79 #define VKI_SIG_UNBLOCK 1 /* for unblocking signals */ macro
H A Dvki-mips32-linux.h94 #define VKI_SIG_UNBLOCK 2 /* for unblocking signals */ macro
H A Dvki-mips64-linux.h103 #define VKI_SIG_UNBLOCK 2 /* for unblocking signals */ macro
H A Dvki-darwin.h449 #define VKI_SIG_UNBLOCK SIG_UNBLOCK macro
/external/valgrind/main/coregrind/
H A Dm_machine.c935 r = VG_(sigprocmask)(VKI_SIG_UNBLOCK, &tmp_set, &saved_set);
1089 r = VG_(sigprocmask)(VKI_SIG_UNBLOCK, &tmp_set, &saved_set);
1226 r = VG_(sigprocmask)(VKI_SIG_UNBLOCK, &tmp_set, &saved_set);
1364 r = VG_(sigprocmask)(VKI_SIG_UNBLOCK, &tmp_set, &saved_set);
1502 r = VG_(sigprocmask)(VKI_SIG_UNBLOCK, &tmp_set, &saved_set);
H A Dm_signals.c1190 case VKI_SIG_UNBLOCK:
1243 how==VKI_SIG_UNBLOCK ? "SIG_UNBLOCK" : (
1270 case VKI_SIG_UNBLOCK:
1458 VG_(sigprocmask)(VKI_SIG_UNBLOCK, &mask, &origmask);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c3735 && ARG1 != VKI_SIG_UNBLOCK && ARG1 != VKI_SIG_SETMASK) {

Completed in 1764 milliseconds