Searched refs:kFdControl (Results 1 – 3 of 3) sorted by relevance
155 ssize_t len = read_eintr(kFdControl, buf.get(), kBufSize); in main()162 kFdControl)) { in main()164 if (write_eintr(kFdControl, &msg, 1) != 1) { in main()
330 assert(kFdControl != rfd[0]); in RunHandshaker()331 assert(kFdControl != wfd[1]); in RunHandshaker()332 if (control[1] != kFdControl && in RunHandshaker()333 posix_spawn_file_actions_adddup2(&actions, control[1], kFdControl) != 0) { in RunHandshaker()
49 constexpr int kFdControl = 3; // Bi-directional dgram socket. variable