Searched refs:clientPipeInput_ (Results 1 – 2 of 2) sorted by relevance
154 printf(" pipe_input:\t%d\n", clientPipeInput_); in DumpOptions()276 if (!Option::GetOptionValue(args, "--pipe_input", clientPipeInput_)) { in GetOptions()983 if (clientPipeInput_ != -1) { in ClientCommandHandle()985 close(clientPipeInput_); in ClientCommandHandle()987 clientPipeInput_ = open(CONTROL_FIFO_FILE_C2S.c_str(), O_RDONLY | O_NONBLOCK); in ClientCommandHandle()990 clientPipeInput_, POLLIN, 0 in ClientCommandHandle()1001 ssize_t result = TEMP_FAILURE_RETRY(read(clientPipeInput_, &c, 1)); in ClientCommandHandle()1232 if (!perfEvents_.StartTracking((!isFifoServer_) && (clientPipeInput_ == -1))) { in OnSubCommand()1267 close(clientPipeInput_); in CloseClientThread()
256 int clientPipeInput_ = -1; variable