HomeSort by relevance Sort by last modified time
    Searched refs:pidfd (Results 1 - 3 of 3) sorted by null

  /external/dhcpcd/
bind.c 109 writepid(pidfd, pid);
110 close(pidfd);
111 pidfd = -1;
dhcpcd.h 145 extern int pidfd;
dhcpcd.c 91 int pidfd = -1; variable
203 if (pidfd > -1) {
208 close(pidfd);
    [all...]

Completed in 1060 milliseconds