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

<<11121314151617181920>>

  /external/openssh/openbsd-compat/
bsd-nextstep.c 29 #include <sys/wait.h>
35 union wait statusp;
38 #undef wait /* Use NeXT's wait() function */ macro
39 wait_pid = wait(&statusp);
  /external/webrtc/src/system_wrappers/interface/
event_wrapper.h 32 // Releases threads who are calling Wait() and has started waiting. Please
33 // note that a thread calling Wait() will not start waiting immediately.
40 // Prevents future Wait() calls from finishing without a new Set() call.
43 // Puts the calling thread into a wait state. The thread may be released
50 virtual EventTypeWrapper Wait(unsigned long maxTime) = 0;
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerThreadTest.java 57 // need to block here to wait for our onLooperPrepared() to complete
62 wait(); method
90 // wait until we have the lock before sending the message.
93 // wait for the message to be handled
94 h1.wait();
  /packages/apps/Dialer/tests/src/com/android/dialer/dialpad/
DialpadFragmentTest.java 36 // only handles wait/pause
64 assertFalse(DialpadFragment.canAddDigit("55;55", 2, 2, ';')); // WAIT
68 assertTrue(DialpadFragment.canAddDigit("55;55", 2, 2, ',')); // WAIT & PAUSE
74 assertFalse(DialpadFragment.canAddDigit("55;55", 3, 3, ';')); // WAIT
78 assertTrue(DialpadFragment.canAddDigit("55;55", 3, 3, ',')); // WAIT & PAUSE
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osProcessWin.cpp 53 // keep the process handle for wait/trywait operations, will
68 childProcess::wait(int *exitStatus) function in class:osUtils::childProcess
124 int KillProcess(int pid, bool wait)
138 if (wait) {
140 // Wait for it to be terminated
  /external/chromium_org/base/process/
kill.h 41 // entry structure, giving it the specified exit code. If |wait| is true, wait
44 BASE_EXPORT bool KillProcess(ProcessHandle process, int exit_code, bool wait);
55 bool wait);
70 // Wait for the process to exit and get the termination status. See
94 // Wait for all the processes based on the named executable to exit. If filter
100 base::TimeDelta wait,
103 // Wait for a single process to exit. Return true if it exited cleanly within
107 base::TimeDelta wait);
116 base::TimeDelta wait,
    [all...]
  /external/chromium_org/base/synchronization/
waitable_event.h 30 // allow one thread to wait for another thread to finish some work. For
36 // WaitableEvent in conjunction with a Lock to wait for a more complex state
67 // Put the event in the signaled state. Causing any thread blocked on Wait
75 // Wait indefinitely for the event to be signaled.
76 void Wait();
78 // Wait up until max_time has passed for the event to be signaled. Returns
87 // Wait, synchronously, on multiple events.
93 // You MUST NOT delete any of the WaitableEvent objects while this wait is
101 // of the wait-list
107 // wait-lists. Each WaitableEvent is automatic-reset and two of them ar
    [all...]
  /external/chromium_org/media/audio/
cross_process_notification.h 26 // Before accessing the resource, it must call Wait() in order to know when the
37 // notification->Wait(); // Wait for the other process to yield access.
105 // NOTE: Calling Signal() more than once without calling Wait() in between
111 // NOTE: As with Signal(), you must not call Wait() more than once without
113 void Wait();
128 // Use an instance of this class when you have to repeatedly wait for multiple
133 // TODO(tommi): Support a way to abort the wait.
143 int Wait();
146 // as Wait() is called on and the array must never change while a Wait(
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldObjectTest.java 101 obj.wait();
141 obj1.wait();// Wait for ever.
144 obj1.wait(5000L);
147 obj1.wait(10000L, 999999);
167 obj.wait(5000L, 1);
194 o.wait(-1, 0);
200 o.wait(0, -1);
206 o.wait(-1, -1);
213 o.wait(Integer.MAX_VALUE + 1, 0)
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
MediaBufferPuller.cpp 62 mUserCond.wait(mLock);
92 mUserCond.wait(mLock);
125 // Wait for the start signal
127 mAcquireCond.wait(mLock);
152 // Wait for the start signal
154 mReleaseCond.wait(mLock);
163 mReleaseCond.wait(mLock);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
wait.pass.cpp 14 // void wait() const;
50 f.wait();
53 f.wait();
64 f.wait();
67 f.wait();
78 f.wait();
81 f.wait();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
wait.pass.cpp 14 // void wait() const;
50 f.wait();
53 f.wait();
64 f.wait();
67 f.wait();
78 f.wait();
81 f.wait();
  /external/chromium/chrome/browser/ui/login/
login_prompt_browsertest.cc 215 load_stop_waiter.Wait();
243 auth_needed_waiter.Wait();
258 auth_cancelled_waiter.Wait();
262 auth_needed_waiter.Wait();
265 load_stop_waiter.Wait();
303 auth_needed_waiter.Wait();
316 auth_supplied_waiter.Wait();
320 auth_needed_waiter.Wait();
323 load_stop_waiter.Wait();
358 auth_needed_waiter.Wait();
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerBaseTest.java 236 receiver.wait(DEFAULT_WAIT_POLL_TIME);
271 // wait for airplane mode to change state
286 * Helper to wait for a particular download to finish, or else a timeout to occur
288 * Does not wait for a receiver notification of the download.
290 * @param id The download id to query on (wait for)
299 * Helper to wait for a particular download to finish, or else a timeout to occur
303 * @param id The download id to query on (wait for)
311 * Helper to wait for a particular download to finish, or else a timeout to occur
315 * @param id The download id to query on (wait for)
316 * @param poll The amount of time to wait
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_browsertest.cc 56 // Wait for active states to settle.
58 panel7_settled.Wait();
76 // Wait for active states to settle.
78 panel2_settled.Wait();
106 // Wait for active states to settle.
108 panel6_settled.Wait();
126 // Wait for active states to settle.
128 panel7_settled.Wait();
156 // Wait for active states to settle.
158 panel7_settled.Wait();
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
P2pBroadcastReceiverTest.java 67 * Wait until the specified target device is found.
87 wait(t.getRemainTime());
95 * Wait until a p2p group is created.
108 wait(t.getRemainTime());
116 * Wait until a station gets connected.
135 wait(t.getRemainTime());
143 * Wait until a station gets disconnected.
168 wait(t.getRemainTime());
176 * Wait until a connection is disconnected.
189 wait(t.getRemainTime())
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
condition_variable 34 void wait(unique_lock<mutex>& lock);
36 void wait(unique_lock<mutex>& lock, Predicate pred);
79 void wait(Lock& lock);
81 void wait(Lock& lock, Predicate pred);
131 void wait(_Lock& __lock);
133 void wait(_Lock& __lock, _Predicate __pred);
186 condition_variable_any::wait(_Lock& __lock)
193 __cv_.wait(__lk);
199 condition_variable_any::wait(_Lock& __lock, _Predicate __pred)
202 wait(__lock)
    [all...]
  /external/chromium_org/net/tools/quic/
quic_time_wait_list_manager.h 5 // Handles packets for guids in time wait state by discarding the packet and
31 // a packet with the guid in time wait state and sends it when appropriate.
32 // After the guid expires its time wait period, a new connection/session will be
43 // Adds the given guid to time wait state for kTimeWaitPeriod. Henceforth,
45 // in this list. Public reset packets are sent to the clients by the time wait
51 // Returns true if the guid is in time wait state, false otherwise. Packets
55 // Called when a packet is received for a guid that is in time wait state.
58 // DCHECKs for the guid to be in time wait state.
70 // Used to delete guid entries that have outlived their time wait period.
111 // Given a GUID that exists in the time wait list, returns the QuicVersio
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
spinlock.cc 48 // wait before obtaining the lock. The kSpinLockSleeper state is a special
50 // be woken, but the thread that just released the lock didn't wait.
78 // the initial_wait_timestamp value. The total wait time in cycles for the
95 // The lock was not obtained initially, so this thread needs to wait for
97 // so the total wait time can be stored in the lockword once this thread
109 // lock wait time in the lock as that will cause the current lock
130 // Wait for an OS specific delay.
133 // Spin again after returning from the wait routine to give this thread
139 // The wait time for contentionz lock profiling must fit into 32 bits.
144 // of wait time for waits greater than 109 seconds on a 5 GHz machin
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock.cc 48 // wait before obtaining the lock. The kSpinLockSleeper state is a special
50 // be woken, but the thread that just released the lock didn't wait.
78 // the initial_wait_timestamp value. The total wait time in cycles for the
95 // The lock was not obtained initially, so this thread needs to wait for
97 // so the total wait time can be stored in the lockword once this thread
109 // lock wait time in the lock as that will cause the current lock
130 // Wait for an OS specific delay.
133 // Spin again after returning from the wait routine to give this thread
139 // The wait time for contentionz lock profiling must fit into 32 bits.
144 // of wait time for waits greater than 109 seconds on a 5 GHz machin
    [all...]
  /art/runtime/
barrier_test.cc 40 barrier_->Wait(self);
43 barrier_->Wait(self);
66 // Check that barrier wait and barrier increment work.
89 // Wait for all the threads to finish.
90 thread_pool.Wait(self, true, false);
134 // Wait for all the tasks to complete using the barrier.
  /external/chromium_org/ppapi/proxy/
ppp_messaging_proxy_unittest.cc 80 handle_message_called.Wait();
87 handle_message_called.Wait();
94 handle_message_called.Wait();
102 handle_message_called.Wait();
110 handle_message_called.Wait();
124 handle_message_called.Wait();
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-bookII.s 42 # CHECK: wait 2 # encoding: [0x7c,0x40,0x00,0x7c]
43 wait 2
67 # CHECK: wait 0 # encoding: [0x7c,0x00,0x00,0x7c]
68 wait
69 # CHECK: wait 1 # encoding: [0x7c,0x20,0x00,0x7c]
71 # CHECK: wait 2 # encoding: [0x7c,0x40,0x00,0x7c]
  /external/valgrind/main/none/tests/
async-sigs.c 12 #include <sys/wait.h>
51 // In the parent, just wait for the child and then check it ran ok.
84 // In the child, install the signal handler, then wait for the signal to
86 // - if 'block' is set, wait on a system call;
87 // - otherwise, wait in client code (by spinning).
100 nanosleep(&bip, 0); // Wait for child to get going.
  /device/asus/deb/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 */

Completed in 802 milliseconds

<<11121314151617181920>>