Home
last modified time | relevance | path

Searched refs:safe_fd (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/main/coregrind/m_scheduler/
Dsema.c60 sema->pipe[0] = VG_(safe_fd)(sema->pipe[0]); in ML_()
61 sema->pipe[1] = VG_(safe_fd)(sema->pipe[1]); in ML_()
/external/valgrind/main/coregrind/
Dpub_core_libcfile.h43 extern Int VG_(safe_fd) ( Int oldfd );
Dm_libcproc.c722 VG_(log_output_sink).fd = VG_(safe_fd)(tmp_fd); in open_new_logfile_for_forked_child()
727 VG_(xml_output_sink).fd = VG_(safe_fd)(tmp_fd); in open_new_logfile_for_forked_child()
Dm_libcfile.c60 Int VG_(safe_fd)(Int oldfd) in VG_() argument
663 fd = VG_(safe_fd)( sr_Res(sres) ); in VG_()
Dm_main.c1299 VG_(cl_exec_fd) = VG_(safe_fd)( VG_(cl_exec_fd) ); in setup_file_descriptors()
/external/valgrind/main/coregrind/m_gdbserver/
Dremote-utils.c75 fd = VG_(safe_fd)(fd); in open_fifo()