Searched refs:stdin_pollfd (Results 1 – 1 of 1) sorted by relevance
385 pollfd stdin_pollfd{STDIN_FILENO, POLLIN}; in RunControllerPollLoop() local389 CommandWaitResult command_result = WaitForCommand(&stdin_pollfd); in RunControllerPollLoop()487 pollfd stdin_pollfd{STDIN_FILENO, POLLIN}; in RunReceiverPollLoop() local491 CommandWaitResult command_result = WaitForCommand(&stdin_pollfd); in RunReceiverPollLoop()556 pollfd stdin_pollfd{STDIN_FILENO, POLLIN}; in PublisherDemo() local558 RunReceiverPollLoop(stdin_pollfd, network_service, receiver_delegate); in PublisherDemo()