HomeSort by relevance Sort by last modified time
    Searched refs:safe_fd (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/coregrind/m_scheduler/
sema.c 60 sema->pipe[0] = VG_(safe_fd)(sema->pipe[0]);
61 sema->pipe[1] = VG_(safe_fd)(sema->pipe[1]);
  /external/valgrind/main/coregrind/
pub_core_libcfile.h 43 extern Int VG_(safe_fd) ( Int oldfd );
m_libcproc.c 744 VG_(log_output_sink).fd = VG_(safe_fd)(tmp_fd);
749 VG_(xml_output_sink).fd = VG_(safe_fd)(tmp_fd);
m_libcfile.c 60 Int VG_(safe_fd)(Int oldfd) function
635 /* VG_(safe_fd) doesn't return if it fails. */
636 fd = VG_(safe_fd)( sr_Res(sres) );
802 // GrP fixme safe_fd?
m_main.c     [all...]

Completed in 42 milliseconds