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

  /frameworks/native/services/surfaceflinger/
Client.cpp 95 const int self_pid = getpid(); local
96 if (CC_UNLIKELY(pid != self_pid && uid != AID_GRAPHICS && uid != AID_SYSTEM && uid != 0)) {
  /external/toybox/toys/pending/
bootchartd.c 257 pid_t lgr_pid, self_pid = getpid(); local
261 TT.is_login = (self_pid == 1);
276 if (temp->pid != self_pid) kill(temp->pid, SIGUSR1);

Completed in 3342 milliseconds