HomeSort by relevance Sort by last modified time
    Searched full:wait (Results 301 - 325 of 8429) sorted by null

<<11121314151617181920>>

  /device/asus/flo/original-kernel-headers/media/
msm_gemini.h 105 /* n microseconds of timeout for WAIT */
113 uint32_t data; /* for single READ/WRITE/WAIT, n = 1 */
114 uint32_t *pdata; /* for multiple READ/WRITE/WAIT, n > 1 */
  /external/chromium/base/test/
test_timeouts.h 21 // Timeout to wait for something to happen. If you are not sure
38 // Timeout to wait for a process to terminate.
43 // Timeout to wait for a live operation to complete. Used by tests that access
  /external/chromium/chrome/browser/sync/
profile_sync_test_util.cc 24 done_event_.Wait();
33 done_event_.Wait();
68 done_event_.Wait();
  /external/chromium_org/content/test/
content_browser_test_utils.h 51 // Wait until an application modal dialog is requested.
54 // Used to wait for a new Shell window to be created. Instantiate this object
61 // Will run a message loop to wait for the new window if it hasn't been
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserprocess.py 23 def Wait(self, wait_steps, sleep_time):
26 # subprocess.wait() doesn't have a timeout, unfortunately.
37 self.handle.wait()
  /external/chromium_org/third_party/libjingle/source/talk/base/
maccocoasocketserver_unittest.mm 46 // Test that MacCocoaSocketServer::Wait works as expected.
50 server.Wait(1000, true);
60 server.Wait(10000, true);
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
play.py 12 the action to wait until playing and ended events get fired respectively.
34 # Check if we need to wait for 'playing' event to fire.
37 # Check if we need to wait for 'ended' event to fire.
  /external/openssh/openbsd-compat/
bsd-waitpid.c 29 #include <sys/wait.h>
35 union wait statusp;
43 /* wait4() wants pid=0 for indiscriminate wait. */
  /external/valgrind/main/docs/internals/
tm-threadstates.dot 15 running -> wait_join [ label="wait for another\nthread termination" ];
22 running -> wait_mutex [ label="wait for mutex\nacquisition" ];
26 running -> wait_condvar [ label="wait for condition variable" ];
  /frameworks/av/include/media/stagefright/
MediaAdapter.h 55 // pushBuffer() will wait for the read() finish, and read() will have a
61 // Make sure the read() wait for the incoming buffer.
63 // Make sure the pushBuffer() wait for the current buffer consumed.
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_gemini.h 96 /* n microseconds of timeout for WAIT */
104 uint32_t data; /* for single READ/WRITE/WAIT, n = 1 */
105 uint32_t *pdata; /* for multiple READ/WRITE/WAIT, n > 1 */
msm_mercury.h 100 /* n microseconds of timeout for WAIT */
108 /* for single READ/WRITE/WAIT, n = 1 */
110 uint32_t *pdata;/* for multiple READ/WRITE/WAIT, n > 1 */
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_gemini.h 105 /* n microseconds of timeout for WAIT */
113 uint32_t data; /* for single READ/WRITE/WAIT, n = 1 */
114 uint32_t *pdata; /* for multiple READ/WRITE/WAIT, n > 1 */
msm_jpeg.h 103 /* n microseconds of timeout for WAIT */
111 uint32_t data; /* for single READ/WRITE/WAIT, n = 1 */
112 uint32_t *pdata; /* for multiple READ/WRITE/WAIT, n > 1 */
msm_mercury.h 100 /* n microseconds of timeout for WAIT */
108 /* for single READ/WRITE/WAIT, n = 1 */
110 uint32_t *pdata;/* for multiple READ/WRITE/WAIT, n > 1 */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait.pass.cpp 14 // void wait(unique_lock<mutex>& lock);
34 cv.wait(lk);
44 cv.wait(lk);
wait_pred.pass.cpp 15 // void wait(unique_lock<mutex>& lock, Predicate pred);
44 cv.wait(lk, Pred(test2));
54 cv.wait(lk);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait.pass.cpp 15 // void wait(Lock& lock);
39 cv.wait(lk);
49 cv.wait(lk);
wait_pred.pass.cpp 15 // void wait(Lock& lock, Predicate pred);
48 cv.wait(lk, Pred(test2));
58 cv.wait(lk);
  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
Android.mk 5 # - child process creation and wait (probably not needed in guest)
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Barrier.java 30 /**A very simple barrier wait. Once a thread has requested a
31 * wait on the barrier with waitForRelease, it cannot fool the
33 * the thread is blocked on the wait().
55 wait(); method
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ThreadControllerWrapper.java 57 * The return value is used only to wait for completion
64 * to wait for completion
79 * Wait until the task is completed on the worker
91 // This should wait until the transformThread is considered not alive.
  /external/chromium/base/mac/
os_crash_dumps.h 13 // translates into a long wait until the process actually dies. This call
  /external/chromium/chrome/browser/cocoa/
authorization_util.h 10 // does not wait() for it. It also doesn't provide the caller with access to
18 // that it can wait() for.
54 // waitpid() to wait for the process to exit. If waitpid() succeeds, the
56 // |exit_status| may be NULL and this function will still wait for the process
  /external/chromium/third_party/libjingle/source/talk/base/
socketserver.h 37 // Provides the ability to wait for activity on a set of sockets. The Thread
41 // notified of asynchronous I/O from this server's Wait method.
53 virtual bool Wait(int cms, bool process_io) = 0;
55 // Causes the current wait (if one is in progress) to wake up.

Completed in 322 milliseconds

<<11121314151617181920>>