/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_process.h | 37 extern DECLEXPORT(void) crKill( CRpid pid ); variable
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstFork.cpp | 66 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 D | client.h | 38 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 D | client.h | 38 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 D | client.h | 38 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 D | client.h | 38 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 D | client.h | 38 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 D | client.h | 38 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 D | client.h | 38 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 D | tst.gcc.c | 35 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 D | PyIComponentManager.cpp | 65 char *pid, *notyet = NULL; local 67 if (!PyArg_ParseTuple(args, "s|zO", &pid, ¬yet, &obIID)) 87 r = pI->CreateInstanceByContractID(pid, NULL, iid, getter_AddRefs(pis));
|
H A D | PyIComponentManagerObsolete.cpp | 62 char *pid, *notyet = NULL; local 64 if (!PyArg_ParseTuple(args, "s|zO", &pid, ¬yet, &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 D | tstVMMFork.cpp | 91 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 D | ipcConfig.h | 62 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 D | forktest.c | 243 /* 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 D | pthread.h | 50 int pid; /* Unix process id */ member in struct:wine_pthread_thread_info
|
/vbox/src/libs/xpcom18a4/xpcom/threads/ |
H A D | nsProcessMac.cpp | 96 nsProcess::Run(PRBool blocking, const char **args, PRUint32 count, PRUint32 *pid) argument 148 NS_IMETHODIMP nsProcess::InitWithPid(PRUint32 pid) argument
|
H A D | nsProcessCommon.cpp | 207 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 D | ClientWatcher.cpp | 140 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 D | ipcConnectionWin.cpp | 147 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 D | ipcClient.h | 86 void SetPID(PRUint32 pid) { mPID = pid; } argument
|
H A D | ipcdWin.cpp | 115 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 D | devpropdef.h | 81 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 D | process.h | 95 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 D | NetIf-generic.cpp | 65 RTPROCESS pid; local 66 rc = RTProcCreate(szAdpCtl, args, RTENV_DEFAULT, 0, &pid); 70 rc = RTProcWait(pid, 0, &Status);
|