Searched refs:getpid (Results 26 - 50 of 75) sorted by relevance

123

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.s38 call getpid
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.d40 * Wait no more than a second for the first call to getpid(2).
45 syscall::getpid:return
H A Dtst.ret2.d40 * Wait no more than a second for the first call to getpid(2).
45 syscall::getpid:return
H A Dtst.args1.d40 * Wait no more than a second for the first call to getpid(2).
45 syscall::getpid:return
H A Dtst.weak1.d40 * Wait no more than a second for the first call to getpid(2).
45 syscall::getpid:return
H A Dtst.weak2.d40 * Wait no more than a second for the first call to getpid(2).
45 syscall::getpid:return
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DStubFunctions.c50 getpid(void) function
/vbox/src/VBox/Runtime/r3/
H A Dprocess.cpp61 Self = getpid();
H A Dinit.cpp183 g_ProcessSelf = getpid();
398 g_ProcessSelf = getpid();
/vbox/src/VBox/Runtime/r3/solaris/
H A DrtProcInitExePath-solaris.cpp48 RTStrPrintf(szProcFile, sizeof(szProcFile), "/proc/%ld/path/a.out", (long)getpid());
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dprocess.c133 * Call getpid() to get our process ID.
139 pid_t pid = getpid();
218 return getpid();
/vbox/src/VBox/ExtPacks/VBoxDTrace/include/
H A DVBoxDTraceLibCWrappers.h65 #undef getpid macro
66 #define getpid RTProcSelf macro
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxscript.py103 oPidFile.write(str(os.getpid()));
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dpthreads_user.c191 thread->md.suspending_id = getpid();
198 blockproc(getpid());
218 cpu->md.suspending_id = getpid();
225 blockproc(getpid());
452 _pr_cpus_exit = getpid();
H A Dirix.c430 blockproc(getpid());
530 _pr_primordialCPU->md.id = getpid();
531 _MD_SET_SPROC_PID(getpid());
683 sparams.sd.creator_pid = getpid();
689 blockproc(getpid());
824 _pr_cpus_exit = getpid();
890 thread->md.id = getpid();
892 _MD_SET_SPROC_PID(getpid());
1121 cpu->md.id = getpid();
1122 _MD_SET_SPROC_PID(getpid());
[all...]
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXw32defs.h34 # define getpid _getpid macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c117 pid_t child, parent = getpid();
/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTestDarwin.cpp84 LogRel(("OpenGL: Offline rendering support is %s (pid=%d)\n", *pfAppropriate ? "ON" : "OFF", (int)getpid()));
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcLog.cpp75 (unsigned) getpid(),
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dunistd.h107 pid_t getpid(void);
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/test/
H A DTestIPCLocks.cpp60 return (unsigned) getpid();
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dforktest.c237 pid_t parent = getpid();
/vbox/src/VBox/Runtime/VBox/
H A Dlog-vbox.cpp329 RTStrPrintf(szArgFileBuf, sizeof(szArgFileBuf), "/proc/%ld/psinfo", (long)getpid());
389 aiName[3] = getpid();
/vbox/src/VBox/Runtime/r3/posix/
H A Dsched-posix.cpp767 pThread->Core.Key, enmType, iPolicy, SchedParam.sched_priority, getpid()));
787 Log(("rtThreadNativeSetPriority: Thread=%p enmType=%d iPriority=%d pid=%d\n", pThread->Core.Key, enmType, iPriority, getpid()));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dprocess.h96 static inline int getpid(void) { return _getpid(); } function

Completed in 158 milliseconds

123