Home | History | Annotate | Download | only in tests

Lines Matching defs:pid

280 #define tgkill(pid, tid, sig) syscall (__NR_tgkill, (pid), (tid), (sig))
283 report_pid (Dwfl *dwfl, pid_t pid)
285 int result = dwfl_linux_proc_report (dwfl, pid);
294 result = dwfl_linux_proc_attach (dwfl, pid, true);
302 pid_to_dwfl (pid_t pid)
315 report_pid (dwfl, pid);
322 pid_t pid = fork ();
323 switch (pid)
335 PID may have caught still ourselves before executing execl above. */
338 pid_t got = waitpid (pid, &status, 0);
340 assert (got == pid);
351 assert (pid2 != pid);
356 Dwfl *dwfl = pid_to_dwfl (pid);
358 int i = asprintf (&selfpathname, "/proc/%ld/exe", (long) pid);
412 dwfl = pid_to_dwfl (pid);