Searched refs:fcntlHelper (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/
H A Dpollevent.cc206 static int fcntlHelper(int fd, int cmd, ArgT arg) function
217 static int fcntlHelper(int fd, int cmd) function
231 int flags = fcntlHelper(fd, F_GETFL);
239 fcntlHelper(fd, F_SETOWN, getpid());
241 fcntlHelper(fd, F_SETFL, flags);

Completed in 4 milliseconds