Searched refs:pipedes (Results 1 – 1 of 1) sorted by relevance
102 int32_t pipedes[PIPE_SIZE_MAX]; in EventLoop() local103 int32_t ret = pipe(pipedes); in EventLoop()109 triggerReadFd_ = pipedes[0]; in EventLoop()110 triggerWriteFd_ = pipedes[1]; in EventLoop()