OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hpipe
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/librumphijack/
hijack.c
2204
int rpipe[2] = {-1,-1},
hpipe
[2] = {-1,-1};
local in function:REALPOLLTS
2240
if (rv == 0 && (rv = pipe(
hpipe
)) == -1) {
2265
if (fd ==
hpipe
[0] || fd ==
hpipe
[1]) {
2279
pfd_host[nfds].fd =
hpipe
[0];
2299
write(
hpipe
[1], &rv, sizeof(rv));
2358
if (
hpipe
[0] != -1)
2359
host_close(
hpipe
[0]);
2360
if (
hpipe
[1] != -1)
2361
host_close(
hpipe
[1])
[
all
...]
Completed in 12 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025