HomeSort by relevance Sort by last modified time
    Searched full:cpid (Results 26 - 50 of 146) sorted by null

12 3 4 5 6

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fork1.py 19 def wait_impl(self, cpid):
23 spid, status = os.waitpid(cpid, os.WNOHANG)
24 if spid == cpid:
28 self.assertEqual(spid, cpid)
test_wait3.py 21 def wait_impl(self, cpid):
26 if spid == cpid:
30 self.assertEqual(spid, cpid)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_wait3.py 21 def wait_impl(self, cpid):
26 if spid == cpid:
30 self.assertEqual(spid, cpid)
  /external/ltp/testcases/kernel/containers/userns/
userns_helper.h 43 LTP_ATTRIBUTE_UNUSED static int updatemap(int cpid, bool type, int idnum,
51 sprintf(path, "/proc/%d/uid_map", cpid);
53 sprintf(path, "/proc/%d/gid_map", cpid);
  /external/python/cpython2/Lib/test/
test_wait3.py 21 def wait_impl(self, cpid):
26 if spid == cpid:
30 self.assertEqual(spid, cpid)
  /external/python/cpython3/Lib/test/
test_wait3.py 17 def wait_impl(self, cpid):
26 if spid == cpid:
30 self.assertEqual(spid, cpid)
test_fork1.py 21 def wait_impl(self, cpid):
26 spid, status = os.waitpid(cpid, os.WNOHANG)
27 if spid == cpid:
31 self.assertEqual(spid, cpid)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_wait3.py 21 def wait_impl(self, cpid):
26 if spid == cpid:
30 self.assertEqual(spid, cpid)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_wait3.py 21 def wait_impl(self, cpid):
26 if spid == cpid:
30 self.assertEqual(spid, cpid)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wait3.py 21 def wait_impl(self, cpid):
26 if spid == cpid:
30 self.assertEqual(spid, cpid)
  /external/ltp/testcases/kernel/containers/pidns/
pidns01.c 72 pid_t cpid, ppid; local
73 cpid = getpid();
77 if (cpid == CHILD_PID && ppid == PARENT_PID) {
78 printf("Got expected cpid and ppid\n");
81 printf("Got unexpected result of cpid=%d ppid=%d\n",
82 cpid, ppid);
pidns04.c 77 pid_t cpid, ppid; local
78 cpid = getpid();
85 if ((cpid == CHILD_PID) && (ppid == PARENT_PID)) {
95 printf("got unexpected result of cpid=%d ppid=%d\n",
96 cpid, ppid);
  /external/ltp/testcases/kernel/syscalls/fork/
fork11.c 54 int i, pid, cpid, status; local
71 cpid = wait(&status);
72 if (cpid != pid)
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
6-1-buildonly.c 30 pid_t lpid = 0, cpid = 0; local
37 t.shm_cpid = cpid;
  /prebuilts/go/darwin-x86/src/syscall/
exec_unix_test.go 74 cpid, cpgrp := cmd.Info()
76 if cpid == ppid {
94 cpid, cpgrp := cmd.Info()
96 if cpid == ppid {
104 if cpid != cpgrp {
193 cpid, cpgrp := cmd.Info()
195 if cpid == ppid {
203 if cpid != cpgrp {
  /prebuilts/go/linux-x86/src/syscall/
exec_unix_test.go 74 cpid, cpgrp := cmd.Info()
76 if cpid == ppid {
94 cpid, cpgrp := cmd.Info()
96 if cpid == ppid {
104 if cpid != cpgrp {
193 cpid, cpgrp := cmd.Info()
195 if cpid == ppid {
203 if cpid != cpgrp {
  /external/ltp/testcases/kernel/syscalls/epoll_pwait/
epoll_pwait01.c 155 pid_t cpid; local
157 cpid = tst_fork();
158 if (cpid < 0)
161 if (cpid == 0)
171 tst_record_childstatus(cleanup, cpid);
  /external/ltp/testcases/kernel/syscalls/nanosleep/
nanosleep02.c 63 pid_t cpid; local
77 if ((cpid = FORK_OR_VFORK()) == -1) {
82 if (cpid == 0) {
96 SAFE_KILL(NULL, cpid, SIGINT);
98 tst_record_childstatus(NULL, cpid);
nanosleep03.c 48 pid_t cpid; local
67 if ((cpid = FORK_OR_VFORK()) == -1)
70 if (cpid == 0) {
85 SAFE_KILL(NULL, cpid, SIGINT);
  /external/ltp/testcases/kernel/syscalls/pause/
pause02.c 35 static pid_t cpid; variable
57 cpid = FORK_OR_VFORK();
58 switch (cpid) {
77 TST_PROCESS_STATE_WAIT(cleanup, cpid, 'S');
83 kill(cpid, SIGINT);
  /frameworks/base/telephony/java/android/telephony/
CellIdentityTdscdma.java 54 * @param cpid 8-bit Cell Parameters ID described in TS 25.331, 0..127, INT_MAX if unknown
58 public CellIdentityTdscdma(int mcc, int mnc, int lac, int cid, int cpid) {
59 this(String.valueOf(mcc), String.valueOf(mnc), lac, cid, cpid, null, null); local
67 * @param cpid 8-bit Cell Parameters ID described in TS 25.331, 0..127, INT_MAX if unknown
72 public CellIdentityTdscdma(String mcc, String mnc, int lac, int cid, int cpid) {
76 mCpid = cpid;
84 * @param cpid 8-bit Cell Parameters ID described in TS 25.331, 0..127, INT_MAX if unknown
90 public CellIdentityTdscdma(String mcc, String mnc, int lac, int cid, int cpid,
95 mCpid = cpid;
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
system.c 44 pid_t pid, cpid; local
58 switch (cpid = vfork()) {
71 pid = waitpid(cpid, &pstat, 0);
  /external/ltp/testcases/kernel/controllers/memcg/regression/
memcg_test_3.c 69 pid_t cpid; local
73 cpid = SAFE_FORK();
74 if (cpid == 0)
83 SAFE_KILL(cpid, SIGKILL);
  /external/ltp/testcases/kernel/syscalls/alarm/
alarm07.c 90 pid_t cpid; local
107 cpid = FORK_OR_VFORK();
108 if (cpid < 0) {
114 if (cpid == 0) {
  /system/chre/apps/chqts/src/general_test/
cell_info_tdscdma.cc 36 } else if (!isBoundedInt32(identity.cpid, 0, 127, INT32_MAX)) {
38 "Invalid TDSCDMA Cell Parameters ID: %d", identity.cpid);

Completed in 724 milliseconds

12 3 4 5 6