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

  /external/libdaemon/libdaemon/
daemon.h 36 #include <libdaemon/dpid.h>
dfork.c 196 pid_t dpid; local
287 dpid = getpid();
288 if (atomic_write(pipe_fds[1], &dpid, sizeof(dpid)) != sizeof(dpid)) {
307 dpid = (pid_t) -1;
309 if (atomic_write(pipe_fds[1], &dpid, sizeof(dpid)) != sizeof(dpid))
317 pid_t dpid; local
    [all...]
  /external/libdaemon/examples/
testd.c 37 #include <libdaemon/dpid.h>

Completed in 1210 milliseconds