HomeSort by relevance Sort by last modified time
    Searched defs:wait (Results 126 - 150 of 382) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/autotest/client/deps/glbench/src/
testbase.cc 49 // Try to wait a bit to let machine cool down for next test. We allow for a
55 double wait = 0; local
58 // don't wait longer than 30s. In hasty mode we really don't want to spend
59 // too much time to get the numbers right, so we don't wait at all.
61 wait = WaitForCoolMachine(cooldown_temperature, 30.0, &temperature);
64 temperature, initial_temperature, wait);
  /external/deqp/framework/delibs/decpp/
deSpinBarrier.cpp 68 inline void wait (SpinBarrier::WaitMode mode) function in namespace:de
92 wait(waitMode);
119 wait(waitMode);
132 // Wait for other threads exiting previous barrier
140 wait(waitMode);
  /external/google-breakpad/src/client/mac/tests/
minidump_generator_test.cc 82 bool* wait = reinterpret_cast<bool*>(data); local
83 while (!*wait) {
164 // Wait for the parent process.
  /external/grpc-grpc/src/php/tests/unit_tests/
CallInvokerTest.php 156 public function wait() function
158 return $this->call->wait();
  /external/grpc-grpc/src/ruby/lib/grpc/generic/
active_call.rb 556 def wait method in class:GRPC.ActiveCall
558 GRPC.logger.debug("active_call.wait: on #{@op_notifier}")
559 @op_notifier.wait
663 :metadata, :status, :start_call, :wait, :write_flag,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUNotifier.java 135 * Wait for a notification to be queued, then notify all
145 wait(); method
  /external/iptables/iptables/
xshared.c 249 static int xtables_lock(int wait, struct timeval *wait_interval)
254 time_left.tv_sec = wait;
264 if (wait == -1) {
297 int xtables_lock_or_exit(int wait, struct timeval *wait_interval)
299 int lock = xtables_lock(wait, wait_interval);
308 if (wait == 0)
311 fprintf(stderr, "Stopped waiting after %ds.\n", wait);
321 int wait = -1; local
324 if (sscanf(optarg, "%i", &wait) != 1)
326 "wait seconds not numeric")
    [all...]
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
MockServerSocket.java 55 lock.wait();
67 lock.wait();
96 lock.wait();
  /external/llvm/lib/Support/
LockFileManager.cpp 74 struct timespec wait = {1, 0}; // 1 second. local
76 if (gethostuuid(uuid, &wait) != 0)
293 // Don't wait more than five minutes per iteration. Total timeout for the file
319 // Exponentially increase the time we wait for the lock to be removed.
  /external/ltp/testcases/kernel/sched/nptl/
nptl01.c 49 #define MAXTIME 72000 /* Maximum # of secs to wait before failing */
58 pthread_mutex_t wait; variable
64 * The time to wait should be set appropriately so that the waiting thread
65 * is coming out of the wait at around the same time as the other thread is
176 call_mutex_lock(&wait, buf, sizeof(buf));
178 call_mutex_unlock(&wait, buf, sizeof(buf));
253 call_mutex_init(&wait, buf, sizeof(buf));
261 tst_resm(TINFO, "Starting test, please wait.");
269 do_timedwait(&parent, &wait, buf, sizeof(buf), i);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_dma.c 207 make_empty_list(&rmesa->dma.wait);
308 foreach_s(dma_bo, temp, &rmesa->dma.wait) {
352 wait = 0, local
357 foreach(dma_bo, &rmesa->dma.wait)
358 ++wait;
363 fprintf(stderr, "%s: free %zu, wait %zu, reserved %zu, minimum_size: %zu\n",
364 __func__, free, wait, reserved, rmesa->dma.minimum_size);
368 wait list provides gpu time to handle data before reuse */
369 foreach_s(dma_bo, temp, &rmesa->dma.wait) {
392 /* move reserved to wait list *
    [all...]
  /external/python/cpython2/Lib/multiprocessing/
forking.py 152 def wait(self, timeout=None): member in class:.Popen
173 if self.wait(timeout=0.1) is None:
290 def wait(self, timeout=None): member in class:.Popen
307 return self.wait(timeout=0)
314 if self.wait(timeout=0.1) is None:
  /external/python/cpython3/Lib/asyncio/
locks.py 239 The wait() method blocks until the flag is true. The flag is initially
264 become true are awakened. Coroutine that call wait() once the flag is
276 wait() will block until set() is called to set the internal flag
280 async def wait(self): member in class:Event
303 allows one or more coroutines to wait until they are notified by another
335 async def wait(self): member in class:Condition
336 """Wait until notified.
347 raise RuntimeError('cannot wait on un-acquired lock')
360 # Must reacquire lock even if wait is cancelled
373 """Wait until a predicate becomes true
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
synchronize.py 247 def wait(self, timeout=None): member in class:Condition
249 'must acquire() condition before using wait()'
260 # wait for notification or timeout
290 self._woken_count.acquire() # wait for a sleeper to wake
313 self.wait(waittime)
344 def wait(self, timeout=None): member in class:Event
349 self._cond.wait(timeout)
  /external/python/cpython3/Lib/test/
test_webbrowser.py 19 def wait(self, seconds=None): member in class:PopenMock
  /external/selinux/gui/
booleansPage.py 161 def wait(self): member in class:booleansPage
178 self.wait()
228 self.wait()
237 self.wait()
  /external/skia/src/gpu/
GrContext.cpp 235 bool GrContext::wait(int numSemaphores, const GrBackendSemaphore waitSemaphores[]) { function in class:GrContext
  /external/skia/tools/calmbench/
ab.py 151 self.wait()
157 def wait(self): member in class:ThreadRunner
236 threadRunner.wait()
327 threadRunner.wait()
  /external/skqp/tools/calmbench/
ab.py 151 self.wait()
157 def wait(self): member in class:ThreadRunner
236 threadRunner.wait()
327 threadRunner.wait()
  /external/sl4a/Utils/src/com/trilead/ssh2/
StreamGobbler.java 159 synchronizer.wait();
228 synchronizer.wait();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
LockFileManager.cpp 84 struct timespec wait = {1, 0}; // 1 second. local
86 if (gethostuuid(uuid, &wait) != 0)
305 // Don't wait more than 40s per iteration. Total timeout for the file
331 // Exponentially increase the time we wait for the lock to be removed.
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTestFixtures.java 74 frameLock.wait();
91 // Wait until at least one frame have been received, before returning them.
95 pendingFrames.wait();
152 capturerStartLock.wait();
159 frameLock.wait();
225 onCameraFreezedLock.wait();
283 // Wait until the camera has been switched.
525 // Wait for at least one frame that has not been returned.
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
LooperExecutor.java 50 // Wait for Hander allocation.
54 looperStartedEvent.wait();
  /frameworks/av/media/libaaudio/examples/utils/
AAudioExampleUtils.h 166 * Wait until the internal value no longer matches the given value.
175 android::status_t wait(int32_t value, int64_t timeoutNanoseconds) { function in class:WakeUp
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java 90 mDrawingThread.wait();
198 wait(); method

Completed in 2450 milliseconds

1 2 3 4 56 7 8 91011>>