Searched refs:g_shutdown_pipe (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/test/launcher/ |
D | test_launcher.cc | 156 int g_shutdown_pipe[2] = { -1, -1 }; variable 159 HANDLE_EINTR(write(g_shutdown_pipe[1], "q", 1)); in ShutdownPipeSignalHandler() 570 CHECK_EQ(0, pipe(g_shutdown_pipe)); in Run() 582 g_shutdown_pipe[0], in Run()
|
/external/cronet/base/test/launcher/ |
D | test_launcher.cc | 268 int g_shutdown_pipe[2] = { -1, -1 }; variable 271 HANDLE_EINTR(write(g_shutdown_pipe[1], "q", 1)); in ShutdownPipeSignalHandler() 1118 CHECK_EQ(0, pipe(g_shutdown_pipe)); in Run() 1130 g_shutdown_pipe[0], in Run()
|