HomeSort by relevance Sort by last modified time
    Searched refs:waitResult (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_wince.h 103 DWORD waitResult;
108 waitResult = WaitForSingleObject(aLock, (waitflag ? INFINITE : 0));
113 waitResult = WaitForSingleObject(aLock, waitflag ? 3000 : 0);
114 if (waitflag==0 || (waitflag && waitResult == WAIT_OBJECT_0))
119 if (waitResult != WAIT_OBJECT_0) {
  /external/python/cpython2/Python/
thread_wince.h 103 DWORD waitResult;
108 waitResult = WaitForSingleObject(aLock, (waitflag ? INFINITE : 0));
113 waitResult = WaitForSingleObject(aLock, waitflag ? 3000 : 0);
114 if (waitflag==0 || (waitflag && waitResult == WAIT_OBJECT_0))
119 if (waitResult != WAIT_OBJECT_0) {
  /cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
LifecycleTracker.java 44 final boolean waitResult = waitForConditionWithTimeout(
47 if (!waitResult) {
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
WindowFocusStealer.java 53 public void waitResult(long timeout) throws TimeoutException {
87 resultReceiver.waitResult(timeout);
  /external/lzma/CPP/7zip/Common/
StreamBinder.cpp 139 DWORD waitResult = ::WaitForMultipleObjects(2, events, FALSE, INFINITE);
140 if (waitResult >= WAIT_OBJECT_0 + 2)
150 // if (waitResult == WAIT_OBJECT_0 + 1)
  /cts/tests/tests/view/src/android/view/cts/
DisplayRefreshRateTest.java 80 float achievedFps = mFpsResult.waitResult();
DisplayRefreshRateCtsActivity.java 41 public final synchronized float waitResult() {
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlVboPerfTest.java 106 boolean waitResult = activity
108 assertTrue("timeout while waiting for rendering completion", waitResult);
  /external/deqp/framework/delibs/deutil/
deProcess.c 396 pid_t waitResult;
405 while ((waitResult = waitpid(process->pid, &status, 0)) != process->pid)
408 if (waitResult != process->pid)
  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c 653 DWORD waitResult;
675 waitResult = WaitForMultipleObjects( obj->waitCount, obj->waitHandles, FALSE, 2 * 1000 );
677 require_action_quiet( waitResult != ( WAIT_OBJECT_0 ), exit, err = WSA_E_CANCELLED );
678 err = translate_errno( ( waitResult == WAIT_OBJECT_0 + 1 ) || ( waitResult == WAIT_OBJECT_0 + 2 ), (OSStatus) GetLastError(), WSASERVICE_NOT_FOUND );
683 if ( waitResult == WAIT_OBJECT_0 + 1 )
691 else if ( waitResult == WAIT_OBJECT_0 + 2 )
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc     [all...]
audio_device_wave_win.cc 372 DWORD waitResult = WaitForSingleObject(waitObject,
374 switch (waitResult)
409 DWORD waitResult = WaitForMultipleObjects(2, waitArray, FALSE, INFINITE);
410 switch (waitResult)
    [all...]
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 

Completed in 941 milliseconds