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

123

/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dprocess-r0drv-haiku.c38 return getpid();
44 return (RTR0PROCESS)(team_id)getpid();
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/stop/
H A Dtst.stop1.c35 getpid();
H A Dtst.stop2.c35 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
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/ustack/
H A Dtst.bigstack.d29 syscall::getpid:entry
H A Dtst.bigstack.c44 getpid();
H A Dtst.spin.c36 (void) getpid();
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.circstack.d29 syscall::getpid:entry
H A Dtst.circstack.s39 call getpid
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.d29 syscall::getpid:entry
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsproc_ch.c72 printf("The grandchild sproc has pid %d.\n", getpid());
86 printf("The child sproc has pid %d.\n", getpid());
105 printf("The parent sproc has pid %d.\n", getpid());
H A Dsproc_p.c70 printf("The child sproc has pid %d.\n", getpid());
86 printf("The parent sproc has pid %d.\n", getpid());
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.c63 getpid();
H A Dtst.ret2.c57 getpid();
H A Dtst.args1.c51 getpid();
H A Dtst.weak1.c57 getpid();
H A Dtst.weak2.c57 getpid();
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/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.c42 (void) getpid();
H A Dtst.raise2.c50 (void) getpid();
H A Dtst.raise3.c50 (void) getpid();
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/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());

Completed in 57 milliseconds

123