OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:open_fifo
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/coregrind/
vgdb.c
312
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,
[
all
...]
/external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c
122
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);
[
all
...]
Completed in 290 milliseconds