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

  /external/dhcpcd/
dhcpcd.h 115 extern int pidfd;
bind.c 109 writepid(pidfd, pid);
110 close(pidfd);
111 pidfd = -1;
dhcpcd.c 89 int pidfd = -1; variable
192 if (pidfd > -1) {
197 close(pidfd);
    [all...]

Completed in 131 milliseconds