Home
last modified time | relevance | path

Searched refs:VKI_EINTR (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/main/coregrind/m_scheduler/
Dsema.c107 if (ret == -VKI_EINTR) in ML_()
/external/valgrind/main/coregrind/
Dm_libcsignal.c466 vg_assert(sr_Err(sr) == VKI_EINTR); in VG_()
Dm_syscall.c701 case VKI_EINTR: return "Interrupted system call"; in VG_()
/external/valgrind/main/include/vki/
Dvki-darwin.h525 #define VKI_EINTR EINTR macro
Dvki-linux.h1153 #define VKI_EINTR 4 /* Interrupted system call */ macro
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-main.c2049 VG_(mk_SysRes_Error)( VKI_EINTR ) in VG_()
Dsyswrap-generic.c3610 if (ARG2 != 0 && FAILURE && ERR == VKI_EINTR) in POST()
Dsyswrap-linux.c1914 if (ARG4 != 0 && FAILURE && ERR == VKI_EINTR) in POST()