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

  /external/valgrind/none/tests/x86-solaris/
syscalls.c 21 static void check_pid(int pid, int pid2, const char *instr)
23 if (pid == pid2)
31 int pid, pid2, dummy; local
37 SYSCALL("syscall", SYS_getpid, pid2);
38 check_pid(pid, pid2, "syscall");
41 SYSCALL("sysenter", SYS_getpid, pid2);
42 check_pid(pid, pid2, "sysenter");
45 SYSCALL("int $0x80", SYS_getpid, pid2);
46 check_pid(pid, pid2, "int $0x80");
48 SYSCALL("int $0x81", SYS_getpid, pid2);
    [all...]
  /external/strace/
kcmp.c 34 pid_t pid2 = tcp->u_arg[1]; local
39 tprintf("%d, %d, ", pid1, pid2);
  /external/chromium-trace/catapult/telemetry/telemetry/util/
process_statistic_timeline_data_unittest.py 14 pid2 = 2
17 b = process_statistic_timeline_data.ProcessStatisticTimelineData(pid2, 1)
23 self.assertEquals(1, addition_result[pid2])
29 self.assertEquals(1, subtraction_result[pid2])
42 pid2 = 2
45 b = process_statistic_timeline_data.ProcessStatisticTimelineData(pid2, 99)
  /packages/experimental/procstatlog/
diskload.sh 24 dd if=/dev/zero bs=65536 of=$1.2 & pid2=$!; echo start $pid2; sleep 2
35 kill $pid2; echo kill $pid2; sleep 2
  /system/extras/tests/kernel.config/
sysvipc_test.cpp 26 int kcmp(pid_t pid1, pid_t pid2, int type, unsigned long idx1, unsigned long idx2) {
27 return syscall(SYS_kcmp, pid1, pid2, type, 0, idx1, idx2);
  /external/autotest/client/site_tests/hardware_ch7036/
hardware_ch7036.py 95 pid2 = check_server(_SERVER)
96 logging.debug("pids %s %s" % (pid1, pid2))
97 if pid1 != pid2:
99 (_SERVER, pid1, pid2))
  /external/curl/tests/
runtests.pl 422 my $pid2 = 0;
462 $pid2 = 0 + <PID>;
464 if(($pid2 > 0) && pidexists($pid2)) {
465 # if $pid2 is valid, then make sure this pid is alive, as
470 # invalidate $pid2 if not actually alive
471 $pid2 = 0;
489 return ($child, $pid2);
    [all...]
  /external/elfutils/tests/
backtrace.c 258 prepare_thread (pid_t pid2 __attribute__ ((unused)),
267 l = ptrace (PTRACE_GETREGS, pid2, 0, (intptr_t) &user_regs);
271 l = ptrace (PTRACE_SETREGS, pid2, 0, (intptr_t) &user_regs);
274 l = ptrace (PTRACE_CONT, pid2, NULL, (void *) (intptr_t) SIGUSR2);
276 pid_t got = waitpid (pid2, &status, __WALL);
278 assert (got == pid2);
354 pid_t pid2 = waitpid (-1, &status, __WALL); local
356 assert (pid2 > 0);
357 assert (pid2 != pid);
414 prepare_thread (pid2, jmp)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalSource.java 227 PathId pid2 = list.get(j); local
228 int curId = Integer.parseInt(pid2.path.getSuffix());
238 PathId pid2 = list.get(k); local
239 consumer.consume(pid2.id, items[k - i]);
  /toolchain/binutils/binutils-2.25/libiberty/testsuite/
test-pexecute.c 384 int pid1, pid2; local
405 pid2 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp",
407 if (pid2 < 0)
419 if (pwait (pid2, &status, 0) < 0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socketserver.py 64 pid2, status = os.waitpid(pid, 0)
65 testcase.assertEqual(pid2, pid)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socketserver.py 64 pid2, status = os.waitpid(pid, 0)
65 testcase.assertEqual(pid2, pid)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 64 pid2, status = os.waitpid(pid, 0)
65 testcase.assertEqual(pid2, pid)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 64 pid2, status = os.waitpid(pid, 0)
65 testcase.assertEqual(pid2, pid)
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c     [all...]

Completed in 1453 milliseconds