OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_pipe
(Results
1 - 1
of
1
) sorted by null
/system/core/libmemunreachable/tests/
ThreadCapture_test.cpp
289
static ScopedPipe*
g_pipe
;
local
295
g_pipe
= &pipe;
300
write(
g_pipe
->Sender(), &buf, 1);
301
g_pipe
->CloseSender();
311
g_pipe
= nullptr;
Completed in 162 milliseconds