OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:child_pipe
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/src/win/
process-stdio.c
236
HANDLE
child_pipe
= INVALID_HANDLE_VALUE;
local
246
&
child_pipe
,
251
memcpy(CHILD_STDIO_HANDLE(buffer, i), &
child_pipe
, sizeof(HANDLE));
/src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd.c
105
static int
child_pipe
[2];
variable
191
if (
child_pipe
[1]) {
192
write(
child_pipe
[1], &status, sizeof(status));
193
close(
child_pipe
[1]);
902
pipe(
child_pipe
);
910
close(
child_pipe
[0]);
914
close(
child_pipe
[1]);
915
wait_for_child(
child_pipe
[0], timeout);
Completed in 18 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026