HomeSort by: relevance | last modified time | path
    Searched refs:getpid (Results 1 - 25 of 200) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/tests/lib/libc/tls/dso/
h_tls_dlopen.c 49 static __thread pid_t (*local_var)(void) = getpid;
59 ATF_CHECK_EQ(local_var, getpid);
  /src/common/lib/libc/arch/arm/gen/
__aeabi_idiv0.c 56 info.si_pid = getpid();
59 sigqueueinfo(getpid(), &info);
__aeabi_ldiv0.c 56 info.si_pid = getpid();
59 sigqueueinfo(getpid(), &info);
  /src/tests/lib/libc/tls_dso/
h_tls_dynamic.c 47 __thread pid_t (*dso_var1)(void) = getpid;
  /src/lib/libm/softfloat/
feraiseexcept.c 59 info.si_pid = getpid();
71 sigqueueinfo(getpid(), &info);
  /src/tests/lib/libc/sys/
t_getpid.c 48 *(pid_t *)arg = getpid();
56 atf_tc_set_md_var(tc, "descr", "Test getpid(2) with processes");
66 tpid = getpid();
73 cpid = getpid();
103 atf_tc_set_md_var(tc, "descr", "Test getpid(2) with threads");
114 pid = getpid();
t_ptrace_kill_wait.h 38 DPRINTF("Before forking process PID=%d\n", getpid());
41 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
51 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
t_ptrace_i386_wait.h 47 DPRINTF("Before forking process PID=%d\n", getpid());
50 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
59 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
t_ptrace_misc_wait.h 46 DPRINTF("Before forking process PID=%d\n", getpid());
49 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
59 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
t_ptrace_eventmask_wait.h 41 DPRINTF("Before forking process PID=%d\n", getpid());
44 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
53 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
t_ptrace_exec_wait.h 50 DPRINTF("Before forking process PID=%d\n", getpid());
53 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
75 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
85 name[3] = getpid();
97 name[3] = getpid();
197 DPRINTF("Before forking process PID=%d\n", getpid());
200 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
221 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
231 name[3] = getpid();
243 name[3] = getpid();
    [all...]
t_ptrace_syscall_wait.h 35 DPRINTF("Caught a signal %d in process %d\n", arg, getpid());
65 DPRINTF("Before forking process PID=%d\n", getpid());
68 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
85 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
175 "Verify that getpid(2) can be traced with PT_SYSCALL %s", \
208 DPRINTF("Before forking process PID=%d\n", getpid());
211 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
222 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
t_ptrace_amd64_wait.h 50 DPRINTF("Before forking process PID=%d\n", getpid());
53 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
62 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
  /src/usr.sbin/arp/
arp_hostops.c 47 .op_getpid = getpid,
  /src/usr.sbin/ndp/
ndp_hostops.c 48 .op_getpid = getpid,
  /src/lib/libpthread/
pthread_misc.c 73 if (_sched_getparam(getpid(), thread->pt_lid, policy, param) < 0)
92 if (_sched_setparam(getpid(), thread->pt_lid, policy, &sp) < 0)
108 if (_sched_getaffinity(getpid(), thread->pt_lid, size, cpuset) < 0)
124 if (_sched_setaffinity(getpid(), thread->pt_lid, size, cpuset) < 0)
142 if (_sched_setparam(getpid(), thread->pt_lid, SCHED_NONE, &sp) < 0)
  /src/lib/libc/sys/
sigqueue.c 56 info.si_pid = getpid();
  /src/sbin/route/
route_hostops.c 49 .op_getpid = getpid,
  /src/tests/lib/libpthread/
t_fork.c 63 if (parent != getpid()) {
80 parent = getpid();
t_sigmask.c 79 kill(getpid(), SIGFPE);
86 kill(getpid(), SIGUSR2);
123 kill(getpid(), SIGUSR1);
133 kill(getpid(), SIGUSR2);
155 kill(getpid(), SIGUSR1);
  /src/tests/net/net/
t_mapped.c 173 sfdpid = cfdpid = getpid();
189 cfdpid = getpid();
198 if (cfdpid == getpid()) {
206 if (sfdpid == getpid()) {
215 if (cfdpid == getpid()) {
221 if (sfdpid == getpid()) {
238 if (sfdpid == getpid()) {
242 if (cfdpid == getpid()) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_openbsd.cc 65 const int Mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()};
76 int argvmib[4] = {CTL_KERN, KERN_PROC_ARGS, getpid(), KERN_PROC_ARGV};
77 int envmib[4] = {CTL_KERN, KERN_PROC_ARGS, getpid(), KERN_PROC_ENV};
sanitizer_procmaps_bsd.cc 54 getpid()
58 getpid()
63 getpid(),
  /src/games/ching/castching/
castching.c 85 seed = (int)now + getquest() + getgid() + getuid() + getpid();
  /src/games/hangman/
setup.c 70 srand(time(NULL) + getpid());

Completed in 21 milliseconds

1 2 3 4 5 6 7 8