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

/external/valgrind/main/coregrind/
H A Dvgdb.c312 int open_fifo (const char* name, int flags, const char* desc) function
829 to_pid = open_fifo(from_gdb_to_pid, O_WRONLY, "write to pid");
832 from_pid = open_fifo (to_gdb_from_pid, O_RDONLY|O_NONBLOCK,
953 to_pid = open_fifo(from_gdb_to_pid, O_WRONLY, "write to pid");
962 from_pid = open_fifo(to_gdb_from_pid, O_RDONLY,
/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c122 int open_fifo (const char *side, const char *path, int flags) function
244 /* open_fifo write will block if the receiving vgdb
249 write_remote_desc = open_fifo ("write", to_gdb, VKI_O_WRONLY);
411 remote_desc = open_fifo ("read", from_gdb, VKI_O_RDONLY|VKI_O_NONBLOCK);

Completed in 155 milliseconds