Searched defs:WaitResult (Results 1 - 3 of 3) sorted by relevance

/external/llvm/unittests/Support/
H A DProgramTest.cpp139 ProcessInfo WaitResult = Wait(PI1, 0, true, &Error); local
141 if (WaitResult.Pid == PI1.Pid)
156 ProcessInfo WaitResult = Wait(PI2, 0, false, &Error); local
158 if (WaitResult.Pid == PI2.Pid)
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/
H A Dwin_ce_semaphore.c138 DWORD WaitResult; local
140 WaitResult = WaitForSingleObject (hSemCE->hMutex, dwMilliseconds);
141 if (WaitResult != WAIT_OBJECT_0 && WaitResult != WAIT_ABANDONED_0) return WaitResult;
157 WaitResult = WaitForSingleObject (hSemCE->hEvent, dwMilliseconds);
158 if (WaitResult != WAIT_OBJECT_0) return WaitResult;
169 WaitResult = WaitForSingleObject (hSemCE->hMutex, dwMilliseconds);
170 if (WaitResult !
[all...]
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_gnome_x.cc244 // a WaitResult() method should be called to wait for the result. Each instance
264 GnomeKeyringResult WaitResult();
268 GnomeKeyringResult WaitResult(PasswordFormList* forms);
452 GnomeKeyringResult GKRMethod::WaitResult() { function in class:__anon4307::GKRMethod
458 GnomeKeyringResult GKRMethod::WaitResult(PasswordFormList* forms) { function in class:__anon4307::GKRMethod
534 GnomeKeyringResult result = method.WaitResult();
557 GnomeKeyringResult result = method.WaitResult(&forms.get());
601 GnomeKeyringResult result = method.WaitResult(&forms.get());
634 GnomeKeyringResult result = method.WaitResult();
668 GnomeKeyringResult result = method.WaitResult(form
[all...]

Completed in 192 milliseconds