Searched refs:getpid (Results 1 - 25 of 518) sorted by relevance

1234567891011>>

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/stop/
H A Dtst.stop1.c33 getpid();
H A Dtst.stop2.c33 getpid();
H A Dtst.stop1.d41 * Wait no more than a second for the process to call getpid().
47 syscall::getpid:entry
54 syscall::getpid:entry
H A Dtst.stop2.d41 * Wait no more than a second for the process to call getpid().
47 syscall::getpid:entry
54 syscall::getpid:return
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.bigstack.d29 syscall::getpid:entry
H A Dtst.bigstack.c43 getpid();
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.circstack.d29 syscall::getpid:entry
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.d29 syscall::getpid:entry
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dtmpnam.c27 extern int getpid (void);
32 int pid = getpid ();
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dtmpnam.c27 extern int getpid (void);
32 int pid = getpid ();
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_getpid.h2 * kmp_wrapper_getpid.h -- getpid() declaration.
18 // On Unix-like systems (Linux* OS and OS X*) getpid() is declared in standard
39 #warning No gettid found, use getpid instead
40 #define __kmp_gettid() getpid()
52 #define getpid _getpid macro
62 getpid(), it is good. But often it printed as "%d", that is not good, because
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/tls/dso/
H A Dh_tls_dlopen.c51 static __thread pid_t (*local_var)(void) = getpid;
61 ATF_CHECK_EQ(local_var, getpid);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise1.d41 * Wait no more than a second for the process to call getpid().
46 syscall::getpid:entry
H A Dtst.raise2.d41 * Wait no more than a second for the process to call getpid().
46 syscall::getpid:return
H A Dtst.raise3.d41 * Wait no more than a second for the process to call getpid().
46 syscall::getpid:entry
H A Dtst.raise1.c40 (void) getpid();
H A Dtst.raise2.c49 (void) getpid();
H A Dtst.raise3.c49 (void) getpid();
/freebsd-12-stable/usr.sbin/cron/cron/
H A Ddo_command.c55 getpid(), e->cmd, u->name, e->uid, e->gid))
63 log_it("CRON",getpid(),"error","can't fork");
71 Debug(DPROC, ("[%d] child process done, exiting\n", getpid()))
77 "returning to work\n", getpid(), pid))
84 Debug(DPROC, ("[%d] main process returning to work\n", getpid()))
105 Debug(DPROC, ("[%d] child_process('%s')\n", getpid(), e->cmd))
132 Debug(DPROC, ("[%d] checking account with PAM\n", getpid()))
139 log_it(usernm, getpid(), "username ambiguity", u->name);
145 log_it("CRON", getpid(), "error", "can't start PAM");
152 log_it(usernm, getpid(), "USE
[all...]
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/tls_dso/
H A Dh_tls_dynamic.c49 __thread pid_t (*dso_var1)(void) = getpid;
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c109 "mkdir /tmp/nfsv4test.%d ; share /tmp/nfsv4test.%d", getpid(),
110 getpid());
112 "unshare /tmp/nfsv4test.%d ; rmdir /tmp/nfsv4test.%d", getpid(),
113 getpid());
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.c67 getpid();
H A Dtst.ret2.c60 getpid();
H A Dtst.weak1.c58 getpid();
H A Dtst.weak2.c56 getpid();

Completed in 137 milliseconds

1234567891011>>