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 64 sema->pipe[0] = VG_(safe_fd)(sema->pipe[0]);
65 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_libcfile.c 60 Int VG_(safe_fd)(Int oldfd) function
693 /* VG_(safe_fd) doesn't return if it fails. */
694 fd = VG_(safe_fd)( sr_Res(sres) );
853 // GrP fixme safe_fd?
    [all...]
m_main.c     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 75 fd = VG_(safe_fd)(fd);
76 dlog(1, "result safe_fd %d\n", fd);
78 fatal("safe_fd for vgdb FIFO failed\n");

Completed in 213 milliseconds