Searched refs:caller_pid (Results 1 – 5 of 5) sorted by relevance
38 pid_t caller_pid; member93 extern int __gai_notify_only (struct sigevent *sigev, pid_t caller_pid)97 extern int __gai_sigqueue (int sig, const union sigval val, pid_t caller_pid);
53 __gai_notify_only (struct sigevent *sigev, pid_t caller_pid) in __gai_notify_only() argument95 if (__gai_sigqueue (sigev->sigev_signo, sigev->sigev_value, caller_pid) in __gai_notify_only()130 __gai_notify_only (waitlist->sigevp, waitlist->caller_pid); in __gai_notify()
113 waitlist[cnt].caller_pid = 0; /* Not needed. */ in __getaddrinfo_a()155 pid_t caller_pid = sig->sigev_notify == SIGEV_SIGNAL ? getpid () : 0; in __getaddrinfo_a() local167 waitlist->list[cnt].caller_pid = caller_pid; in __getaddrinfo_a()
25 __gai_sigqueue (int sig, const union sigval val, pid_t caller_pid) in __gai_sigqueue() argument
58 waitlist[cnt].caller_pid = 0; /* Not needed. */ in ___gai_suspend_time64()
Completed in 10 milliseconds