Searched refs:pid (Results 1 – 9 of 9) sorted by relevance
/nptl/ |
A D | tst-exec5.c | 36 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 D | pthread_sigqueue.c | 46 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 D | tst-stackguard1.c | 121 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 D | tst-robust-fork.c | 84 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 D | perf.c | 130 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 D | tst-pthread-gdb-attach.c | 165 write_gdbscript (gdbscript, target.pid); in gdb_process() 166 *tested_pid = target.pid; in gdb_process()
|
A D | tst-signal3.c | 175 pid_t pid = getpid (); in do_test() local 187 kill (pid, sig0 + s); in do_test()
|
A D | tst-setuid1.c | 919 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 D | nptl_setxid.c | 160 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