Searched defs:pid (Results 1 - 25 of 96) sorted by relevance

1234

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_process.h37 extern DECLEXPORT(void) crKill( CRpid pid ); variable
/vbox/src/VBox/Runtime/testcase/
H A DtstFork.cpp66 pid_t pid = fork(); local
67 if (pid == 0)
80 if (pid != -1)
91 while ( waitpid(pid, &rc, 0)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dclient.h38 pid_t pid; /* process ID, -1 if not available */ member in struct:__anon7029
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dclient.h38 pid_t pid; /* process ID, -1 if not available */ member in struct:__anon5182
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dclient.h38 pid_t pid; /* process ID, -1 if not available */ member in struct:__anon5495
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dclient.h38 pid_t pid; /* process ID, -1 if not available */ member in struct:__anon5806
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dclient.h38 pid_t pid; /* process ID, -1 if not available */ member in struct:__anon6113
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dclient.h38 pid_t pid; /* process ID, -1 if not available */ member in struct:__anon6416
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dclient.h38 pid_t pid; /* process ID, -1 if not available */ member in struct:__anon6714
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pid/
H A Dtst.gcc.c35 pid_t pid; local
37 (void) posix_spawn(&pid, "/usr/bin/ls", NULL, NULL, NULL, NULL);
39 (void) waitpid(pid, NULL, 0);
/vbox/src/libs/xpcom18a4/python/src/
H A DPyIComponentManager.cpp65 char *pid, *notyet = NULL; local
67 if (!PyArg_ParseTuple(args, "s|zO", &pid, &notyet, &obIID))
87 r = pI->CreateInstanceByContractID(pid, NULL, iid, getter_AddRefs(pis));
H A DPyIComponentManagerObsolete.cpp62 char *pid, *notyet = NULL; local
64 if (!PyArg_ParseTuple(args, "s|zO", &pid, &notyet, &obIID))
84 r = pI->CreateInstanceByContractID(pid, NULL, iid, (void **)&pis);
95 char *pid; local
96 if (!PyArg_ParseTuple(args, "s", &pid))
105 r = pI->ContractIDToClassID(pid, &iid);
/vbox/src/VBox/VMM/testcase/
H A DtstVMMFork.cpp91 pid_t pid = fork(); local
92 if (pid < 0)
98 else if (pid == 0)
123 while (waitpid(pid, &result, 0) < 0)
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcConfig.h62 inline void IPC_GetClientWindowName(PRUint32 pid, char *buf) argument
65 IPC_CLIENT_WINDOW_NAME_PREFIX, pid);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dforktest.c243 /* For each process, rv is the pid of the other process */
281 pid_t pid; local
288 pid = PR_UnixFork1();
290 if (pid == (pid_t) -1) {
294 } else if (pid > 0) {
299 if ((rv = waitpid(pid, &childStatus, 0)) != pid) {
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dpthread.h50 int pid; /* Unix process id */ member in struct:wine_pthread_thread_info
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsProcessMac.cpp96 nsProcess::Run(PRBool blocking, const char **args, PRUint32 count, PRUint32 *pid) argument
148 NS_IMETHODIMP nsProcess::InitWithPid(PRUint32 pid) argument
H A DnsProcessCommon.cpp207 nsProcess::Run(PRBool blocking, const char **args, PRUint32 count, PRUint32 *pid) argument
318 NS_IMETHODIMP nsProcess::InitWithPid(PRUint32 pid) argument
/vbox/src/VBox/Main/src-server/
H A DClientWatcher.cpp140 void VirtualBox::ClientWatcher::addProcess(RTPROCESS pid) argument
146 mProcesses.push_back(pid);
289 ULONG pid; local
290 HRESULT hrc = (*it)->COMGETTER(SessionPID)(&pid);
293 HANDLE ph = OpenProcess(SYNCHRONIZE, FALSE, pid);
294 AssertMsg(ph != NULL, ("OpenProcess (pid=%d) failed with %d\n",
295 pid, GetLastError()));
401 PID pid; TID tid; local
403 arc = DosQueryMutexSem((HMTX)handles[i].hsemCur, &pid, &tid, &reqCnt);
637 RTPROCESS pid local
785 RTPROCESS pid = *it; local
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcConnectionWin.cpp147 DWORD pid = GetCurrentProcessId(); local
156 PR_snprintf(wName, sizeof(wName), "%s%u", IPC_CLIENT_WINDOW_NAME_PREFIX, pid);
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcClient.h86 void SetPID(PRUint32 pid) { mPID = pid; } argument
H A DipcdWin.cpp115 LOG((" checking client at index %u [client-id=%u pid=%u]\n",
131 AddClient(HWND hwnd, PRUint32 pid) argument
149 client->SetPID(pid); // XXX one function instead of 3
161 GetClientByPID(PRUint32 pid) argument
164 if (ipcClientArray[i].PID() == pid)
175 ProcessMsg(HWND hwnd, PRUint32 pid, const ipcMessage *msg) argument
177 LOG(("ProcessMsg [pid=%u len=%u]\n", pid, msg->MsgLen()));
179 ipcClient *client = GetClientByPID(pid);
194 client = AddClient(hwnd, pid);
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddevpropdef.h81 DEVPROPID pid; member in struct:_DEVPROPKEY
93 #define DEFINE_DEVPROPKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) \
96 { { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }, pid }
98 #define DEFINE_DEVPROPKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) \
101 { { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }, pid }
104 #define DEFINE_DEVPROPKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) \
110 #define IsEqualDevPropKey(a,b) (((a).pid == (b).pid) && IsEqualIID((a).fmtid,(b).fmtid))
112 #define IsEqualDevPropKey(a,b) (((a).pid == (b).pid)
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dprocess.h95 static inline intptr_t cwait(int *status, intptr_t pid, int action) { return _cwait(status, pid, action); } argument
/vbox/src/VBox/Main/src-server/generic/
H A DNetIf-generic.cpp65 RTPROCESS pid; local
66 rc = RTProcCreate(szAdpCtl, args, RTENV_DEFAULT, 0, &pid);
70 rc = RTProcWait(pid, 0, &Status);

Completed in 1478 milliseconds

1234