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

  /system/netd/
ClatdController.cpp 27 mClatdPid = 0;
36 if(mClatdPid != 0) {
63 mClatdPid = pid;
71 if (mClatdPid == 0) {
78 kill(mClatdPid, SIGTERM);
79 waitpid(mClatdPid, NULL, 0);
80 mClatdPid = 0;
89 if(mClatdPid == 0) {
92 waitpid_status = waitpid(mClatdPid, NULL, WNOHANG);
94 mClatdPid = 0; // child exited, don't call waitpid on it agai
    [all...]
ClatdController.h 21 pid_t mClatdPid;

Completed in 40 milliseconds