OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pipe_1
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/bench/
sched-pipe.c
50
int
pipe_1
[2], pipe_2[2];
local
66
assert(!pipe(
pipe_1
));
76
ret = read(
pipe_1
[0], &m, sizeof(int));
81
ret = write(
pipe_1
[1], &m, sizeof(int));
/external/linux-tools-perf/
android.patch
85
int
pipe_1
[2], pipe_2[2];
[
all
...]
Completed in 39 milliseconds