Home
last modified time | relevance | path

Searched refs:pid (Results 1 – 9 of 9) sorted by relevance

/nptl/
A Dtst-exec5.c36 static pid_t pid; variable
65 if (posix_spawn (&pid, _PATH_BSHELL, &a, NULL, argv, NULL) != 0) in tf()
139 if (rpid != pid) in do_test()
142 (long int) pid); in do_test()
158 int err = waitpid (pid, &status, 0); in do_test()
159 if (err != pid) in do_test()
A Dpthread_sigqueue.c46 pid_t pid = getpid (); in __pthread_sigqueue() local
53 info.si_pid = pid; in __pthread_sigqueue()
58 int val = INTERNAL_SYSCALL_CALL (rt_tgsigqueueinfo, pid, tid, signo, in __pthread_sigqueue()
A Dtst-stackguard1.c121 pid_t pid = fork (); in do_test() local
122 if (pid < 0) in do_test()
128 if (!pid) in do_test()
158 termpid = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); in do_test()
164 else if (termpid != pid) in do_test()
167 (long int) termpid, (long int) pid); in do_test()
A Dtst-robust-fork.c84 pid_t pid = xfork (); in one_test() local
85 if (pid == 0) in one_test()
106 xwaitpid (pid, &status, 0); in one_test()
115 pid = xfork (); in one_test()
116 if (pid == 0) in one_test()
149 xwaitpid (pid, &status, 0); in one_test()
A Dperf.c130 static pid_t pid; variable
258 kill (pid, SIGUSR1); in thread_function()
386 pid = getpid (); in main()
686 clock_getcpuclockid (pid_t pid, clockid_t *clock_id) in clock_getcpuclockid() argument
689 if (pid != 0 && pid != getpid ()) in clock_getcpuclockid()
A Dtst-pthread-gdb-attach.c165 write_gdbscript (gdbscript, target.pid); in gdb_process()
166 *tested_pid = target.pid; in gdb_process()
A Dtst-signal3.c175 pid_t pid = getpid (); in do_test() local
187 kill (pid, sig0 + s); in do_test()
A Dtst-setuid1.c919 pid_t pid = fork (); in do_one_test() local
920 if (pid == 0) in do_one_test()
927 if (pid < 0) in do_one_test()
934 if (waitpid (pid, &status, 0) < 0) in do_one_test()
952 pid = fork (); in do_one_test()
953 if (pid == 0) in do_one_test()
1000 if (pid < 0) in do_one_test()
1006 if (waitpid (pid, &status, 0) < 0) in do_one_test()
A Dnptl_setxid.c160 pid_t pid = __getpid (); in setxid_signal_thread() local
161 val = INTERNAL_SYSCALL_CALL (tgkill, pid, t->tid, SIGSETXID); in setxid_signal_thread()

Completed in 11 milliseconds