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/coregrind/
vgdb.c
312
int
open_fifo
(const char* name, int flags, const char* desc)
function
835
to_pid =
open_fifo
(from_gdb_to_pid, O_WRONLY, "write to pid");
838
from_pid =
open_fifo
(to_gdb_from_pid, O_RDONLY|O_NONBLOCK,
959
to_pid =
open_fifo
(from_gdb_to_pid, O_WRONLY, "write to pid");
978
from_pid =
open_fifo
(to_gdb_from_pid, O_RDONLY,
[
all
...]
/external/valgrind/coregrind/m_gdbserver/
remote-utils.c
123
int
open_fifo
(const char *side, const char *path, int flags)
function
245
/*
open_fifo
write will block if the receiving vgdb
250
write_remote_desc =
open_fifo
("write", to_gdb, VKI_O_WRONLY);
291
remote_desc =
open_fifo
("read", from_gdb, VKI_O_RDONLY|VKI_O_NONBLOCK);
[
all
...]
Completed in 752 milliseconds