Home
last modified time | relevance | path

Searched refs:open_fifo (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/
Dvgdb.c312 int open_fifo (const char* name, int flags, const char* desc) in open_fifo() function
830 to_pid = open_fifo(from_gdb_to_pid, O_WRONLY, "write to pid"); in gdb_relay()
833 from_pid = open_fifo (to_gdb_from_pid, O_RDONLY|O_NONBLOCK, in gdb_relay()
954 to_pid = open_fifo(from_gdb_to_pid, O_WRONLY, "write to pid"); in standalone_send_commands()
973 from_pid = open_fifo(to_gdb_from_pid, O_RDONLY, in standalone_send_commands()
/external/valgrind/coregrind/m_gdbserver/
Dremote-utils.c123 int open_fifo (const char *side, const char *path, int flags) in open_fifo() function
250 write_remote_desc = open_fifo ("write", to_gdb, VKI_O_WRONLY); in ensure_write_remote_desc()
291 remote_desc = open_fifo ("read", from_gdb, VKI_O_RDONLY|VKI_O_NONBLOCK); in setup_remote_desc_for_reading()