HomeSort by relevance Sort by last modified time
    Searched refs:pid (Results 101 - 125 of 4378) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/strace/linux/mips/
set_scno.c 5 return set_regs(tcp->pid);
  /external/strace/linux/sh/
arch_getrval2.c 5 if (upeek(tcp->pid, 4*(REG_REG0+1), &val) < 0)
set_scno.c 4 return upoke(tcp->pid, 4 * (REG_REG0 + 3), scno);
  /external/strace/linux/sh64/
set_scno.c 4 return upoke(tcp->pid, REG_SYSCALL, scno);
  /external/strace/linux/xtensa/
get_scno.c 5 return upeek(tcp->pid, SYSCALL_NR, &tcp->scno) < 0 ? -1 : 1;
set_scno.c 4 return upoke(tcp->pid, SYSCALL_NR, scno);
  /external/strace/tests/
rt_sigqueueinfo.c 44 pid_t pid = getpid(); local
47 if (sigqueue(pid, SIGUSR1, value))
52 pid, pid, getuid(), value.sival_int, value.sival_ptr);
attach-p-cmd-cmd.c 47 pid_t pid = getpid(); local
52 pid, dir, sprintrc(rc), pid);
waitpid.c 42 unsigned long pid = local
44 long rc = syscall(__NR_waitpid, pid, 0L, (unsigned long) WNOHANG);
46 (int) pid, rc, errno2name());
  /external/strace/tests-m32/
rt_sigqueueinfo.c 44 pid_t pid = getpid(); local
47 if (sigqueue(pid, SIGUSR1, value))
52 pid, pid, getuid(), value.sival_int, value.sival_ptr);
attach-p-cmd-cmd.c 47 pid_t pid = getpid(); local
52 pid, dir, sprintrc(rc), pid);
waitpid.c 42 unsigned long pid = local
44 long rc = syscall(__NR_waitpid, pid, 0L, (unsigned long) WNOHANG);
46 (int) pid, rc, errno2name());
  /external/strace/tests-mx32/
rt_sigqueueinfo.c 44 pid_t pid = getpid(); local
47 if (sigqueue(pid, SIGUSR1, value))
52 pid, pid, getuid(), value.sival_int, value.sival_ptr);
attach-p-cmd-cmd.c 47 pid_t pid = getpid(); local
52 pid, dir, sprintrc(rc), pid);
  /external/autotest/client/tools/
setidle.c 15 int pid; local
19 printf("usage: %s pid\n", argv[0]);
23 pid = atoi(argv[1]);
25 if (sched_setscheduler(pid, SCHED_IDLE, &param) == -1) {
  /external/compiler-rt/test/asan/TestCases/Posix/
wait.cc 13 pid_t pid = fork(); local
14 if (pid) { // parent
21 res = waitpid(pid, status, WNOHANG);
  /external/google-breakpad/src/client/linux/crash_generation/
client_info.h 39 ClientInfo(pid_t pid, CrashGenerationServer* crash_server)
41 pid_(pid) {}
44 pid_t pid() const { return pid_; } function in class:google_breakpad::ClientInfo
  /external/libchrome/base/process/
process_handle_linux.cc 13 ProcessId pid = local
15 if (pid)
16 return pid;
  /external/libunwind/src/ptrace/
_UPT_create.c 31 _UPT_create (pid_t pid)
39 ui->pid = pid;
  /external/ltp/lib/tests/
tst_checkpoint.c 33 int pid; local
39 pid = fork();
41 switch (pid) {
tst_checkpoint_wait_timeout.c 33 int pid; local
39 pid = fork();
41 switch (pid) {
  /external/ltp/lib/
tst_sig_proc.c 25 pid_t pid, cpid; local
27 pid = getpid();
33 if (kill(pid, sig) == -1)
  /external/ltp/testcases/kernel/containers/pidns/
pidns_helper.h 26 int pid, status; local
31 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWPID, dummy_child, NULL);
32 if (pid == -1)
  /external/ltp/testcases/kernel/containers/sysvipc/
ipcns_helper.h 31 int pid, status; local
36 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, dummy_child, NULL);
37 if (pid == -1)
  /external/strace/linux/alpha/
set_error.c 5 return upoke(tcp->pid, REG_R0, alpha_r0);
11 return upoke(tcp->pid, REG_A3, (alpha_a3 = 0))
12 || upoke(tcp->pid, REG_R0, (alpha_r0 = tcp->u_rval));

Completed in 3147 milliseconds

1 2 3 45 6 7 8 91011>>