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

  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 199 pid_t my_pid = getpid(); local
201 srand48(my_pid * my_uid);
205 valid_tag1 = ((uint64_t)my_pid << 48) | ((uint64_t)testRand() << 32);
206 valid_tag2 = ((uint64_t)my_pid << 48) | ((uint64_t)testRand() << 32);
207 max_uint_tag = 1llu << 63 | (((uint64_t)my_pid << 48) ^ max_uint_tag);
213 my_pid, my_uid, fake_uid, fake_uid, fake_uid2, fake_uid2,
496 pid_t my_pid = getpid(); local
499 srand48(my_pid * my_uid);
503 valid_tag1 = ((uint64_t)my_pid << 48) | ((uint64_t)testRand() << 32);
504 valid_tag2 = ((uint64_t)my_pid << 48) | ((uint64_t)testRand() << 32)
    [all...]
  /ndk/sources/android/libthread_db/gdb-6.6/
libthread_db.c 134 pid_t my_pid = getpid(); local
147 if (_get_task_permitted_caps(my_pid, my_pid, &my_caps) < 0) {
  /ndk/sources/android/libthread_db/gdb-7.1.x/
libthread_db.c 131 pid_t my_pid = getpid(); local
144 if (_get_task_permitted_caps(my_pid, my_pid, &my_caps) < 0) {
  /external/valgrind/main/mpi/
libmpiwrap.c 176 static pid_t my_pid = -1; variable
190 my_pid = getpid();
208 preamble, my_pid, my_pid);
234 fprintf(stderr, "%s %5d: exiting now\n", preamble, my_pid );
240 preamble, my_pid);
244 fprintf(stderr, "%s %5d: enter PMPI_%s\n", preamble, my_pid, fnname );
251 preamble, my_pid, fnname, err );
256 fprintf(stderr, "%s %5d: fatal: %s\n", preamble, my_pid, msg);
257 fprintf(stderr, "%s %5d: exiting now\n", preamble, my_pid );
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 255 static final int MY_PID = Process.myPid();
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-aix5.c 2422 static Int my_pid = -1; local
    [all...]
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java 159 private final int MY_PID;
331 MY_UID, MY_PID, mTag, null);
485 MY_PID = Process.myPid();
    [all...]

Completed in 2923 milliseconds