HomeSort by relevance Sort by last modified time
    Searched full:wait (Results 226 - 250 of 2481) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/linux/
net.h 21 #include <linux/wait.h>
104 * @wait: wait queue for several uses
114 wait_queue_head_t wait; member in struct:socket
143 struct poll_table_struct *wait);
252 SOCKCALL_UWRAP(name, poll, (struct file *file, struct socket *sock, struct poll_table_struct *wait), \
253 (file, sock, wait)) \
  /cts/tests/tests/content/src/android/content/cts/
AsyncQueryHandlerTest.java 501 // do not wait if timeout is 0
503 wait(timeout);
510 // do not wait if timeout is 0
512 wait(timeout);
518 // do not wait if timeout is 0
520 wait(timeout);
526 // do not wait if timeout is 0
528 wait(timeout);
590 * The Class SyncRunnable. The object of this class make the thread wait
617 wait(TEST_TIME_OUT)
    [all...]
  /external/srec/portable/include/
ptrd.h 147 * Causes current thread to wait until another thread invokes the
160 * @param monitor The monitor on which to wait.
170 * Causes current thread to wait until either another thread invokes the
175 * @param monitor The monitor on which to wait.
177 * @param timeoutMs The amount of time (in millisecs) to wait for
234 * @param monitor The monitor on which to wait.
244 * except that they do not support wait and notify mechanism and require less
344 * @return ESR_SUCCESS if wait is successful, ESR_TIMED_OUT if timed out, or an
420 * Wait for the termination of a specified thread
422 * @param thread Handle to the thread to wait fo
    [all...]
  /external/bluetooth/glib/tests/
thread-test.c 38 /* This busy wait is only for testing purposes and not an example of
84 /* This busy wait is only for testing purposes and not an example of
95 /* This busy wait is only for testing purposes and not an example of
169 /* Busy wait is not nice but that's just a test */
205 /* Busy wait is not nice but that's just a test */
  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 68 // by wait(2)
100 // test, then wait for it to complete.
110 virtual int Wait() = 0;
117 // than a function pointer or functor, or else Wait and Passed could
172 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/kernel-headers/original/linux/sunrpc/
sched.h 15 #include <linux/wait.h>
33 struct list_head list; /* wait queue links */
35 struct rpc_wait_queue * rpc_waitq; /* RPC wait queue we're on */
87 struct rpc_wait tk_wait; /* RPC wait */
102 /* support walking a list of tasks on a wait queue */
  /external/opencore/oscl/oscl/osclproc/src/
oscl_semaphore.cpp 104 OSCL_EXPORT_REF OsclProcStatus::eOsclProcError OsclSemaphore::Wait()
114 { // wait till the semaphore is signaled
158 * Makes the thread to wait on the Semaphore, with a timeout.
166 OSCL_EXPORT_REF OsclProcStatus::eOsclProcError OsclSemaphore::Wait(uint32 timeout_msec)
186 { // wait till semaphore is signaled
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
win_ce_semaphore.c 26 6. The wait function emulates WaitForSingleObject only. An emulation of
55 BUT, a thread can wait on the event without owning the mutex
145 /* The count is 0, and the thread must wait on the event (which, by
152 /* Wait for the event to be signaled, indicating a semaphore state change.
162 preceding Wait and the next, and even if NO threads are waiting
  /frameworks/base/core/java/android/os/
MessageQueue.java 48 * wait for more. Return true to keep your idle handler active, false
108 // There was no message so we are going to wait... but first,
137 // No messages, nobody to tell about it... time to wait!
142 this.wait(mMessages.when-now);
146 this.wait();
  /frameworks/base/libs/utils/
Threads.cpp 423 * it before calling wait(). The implementation here has been un-optimized
437 // An auto-reset event used by the broadcast/signal thread to wait
451 status_t wait(WinCondition* condState, HANDLE hMutex, nsecs_t* abstime)
453 // Increment the wait count, avoiding race conditions.
456 //printf("+++ wait: incr waitersCount to %d (tid=%ld)\n",
468 // Atomically release the external mutex and wait on the semaphore.
472 //printf("+++ wait: awake (tid=%ld)\n", getThreadId());
483 //printf("+++ wait: lastWaiter=%d (wasBc=%d wc=%d)\n",
492 // Atomically signal the "waitersDone" event and wait until we
546 status_t Condition::wait(Mutex& mutex
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
HierarchicalStateMachineTest.java 123 // wait for the messages to be handled
124 smQuitTest.wait();
270 // wait for the messages to be handled
271 smEnterExitTranstionToTest.wait();
354 // wait for the messages to be handled
355 sm0.wait();
452 // wait for the messages to be handled
453 sm1.wait();
557 // wait for the messages to be handled
558 sm2.wait();
    [all...]
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset5.h 232 * -# Wait for Data Ready event
278 * -# Wait for Data Ready event
336 * -# Wait for Data Ready event
447 * -# WAIT 1 SEC
449 * -# WAIT 5 SEC
511 * -# WAIT FOR FIRST DOWNLOAD STATUS EVENT
513 * -# WAIT UP TO 15 SEC FOR CmdCompleted
613 * -# Wait for Data Ready event
935 * -# Wait for Data Ready event
  /frameworks/base/media/libmediaplayerservice/
VorbisPlayer.cpp 71 mCondition.wait(mMutex);
335 // wait for render thread to exit
339 mCondition.wait(mMutex);
435 // nothing to render, wait for client thread to wake us up
437 LOGV("render - signal wait\n");
438 mCondition.wait(mMutex);
467 // wait until we're started again
468 LOGV("playback complete - wait for signal");
469 mCondition.wait(mMutex);
  /external/iproute2/doc/
ss.sgml 62 <tt/TIME-WAIT/ and <tt/SYN-RECV/ are skipped too.
123 <item><tt/bucket/ - for TCP minisockets (<tt/TIME-WAIT|SYN-RECV/)
141 excluding listening, syn-recv, time-wait and closed sockets.
252 <item>1. List all the tcp sockets in state <tt/FIN-WAIT-1/ for our apache
256 ss -o state fin-wait-1 \( sport = :http or sport = :https \) \
266 ss -o excl fin-wait-1
267 ss state fin-wait-1 \( sport neq :http and sport neq :https \) \
275 ability to skip fastly gobs of time-wait and syn-recv sockets
358 in states <tt/LISTEN/, <tt/TIME-WAIT/, <tt/SYN_RECV/
373 <tt/syn-recv/, <tt/fin-wait-1/, <tt/fin-wait-2/, <tt/time-wait/
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
PipedWriterTest.java 334 // wait the reader thread dead
371 //wait the reader thread dead
376 //wait the writer thread dead
437 // wait the reader thread dead
472 //wait the reader thread dead
477 //wait the writer thread dead
  /external/quake/quake/src/QW/progs/
plats.qc 240 if (self.wait)
242 self.nextthink = self.ltime + self.wait;
259 if (targ.wait)
260 self.wait = targ.wait;
262 self.wait = 0;
  /frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java 49 // maximum time we wait for the shutdown broadcast before going on.
211 mActionDoneSync.wait(delay);
263 // Wait a max of 32 seconds for clean shutdown
314 Log.w(TAG, "Shutdown wait timed out");
318 mActionDoneSync.wait(delay);
335 // vibrator is asynchronous so we need to wait to avoid shutting down too soon.
  /hardware/ti/omap3/dspbridge/inc/
sync.h 65 /* Special timeout value indicating an infinite wait: */
292 * Wait for an event to be signalled, up to the specified timeout.
305 * SYNC_E_FAIL: Wait failed, possibly because the process terminated.
316 * Wait for any of an array of events to be signalled, up to the
318 * Note: dwTimeOut must be SYNC_INFINITE to signal infinite wait.
332 * SYNC_E_FAIL: Wait failed, possibly because the process terminated.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
sync.h 65 /* Special timeout value indicating an infinite wait: */
292 * Wait for an event to be signalled, up to the specified timeout.
305 * SYNC_E_FAIL: Wait failed, possibly because the process terminated.
316 * Wait for any of an array of events to be signalled, up to the
318 * Note: dwTimeOut must be SYNC_INFINITE to signal infinite wait.
332 * SYNC_E_FAIL: Wait failed, possibly because the process terminated.
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 96 * Give the mock a pattern to wait for. No response will be sent.
97 * @param pattern Java RegEx to wait for
104 * Give the mock a pattern to wait for and a response to send back.
105 * @param pattern Java RegEx to wait for
113 * Give the mock a pattern to wait for and a multi-line response to send back.
114 * @param pattern Java RegEx to wait for
  /bionic/libc/docs/
SYSV-IPC.TXT 32 #include <sys/wait.h>
69 ret = wait(&status);
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 35 * Other classes can call this function to wait for this activity
41 sync.wait();
  /cts/tools/host/src/com/android/cts/
HostTimer.java 77 * Wait on.
82 wait(); method
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
CompletionService.java 84 * completed task, waiting if necessary up to the specified wait
87 * @param timeout how long to wait before giving up, in units of
ExecutorService.java 31 * can be used to cancel execution and/or wait for completion.
86 * // Wait a while for existing tasks to terminate
89 * // Wait a while for tasks to respond to being cancelled
119 * <p>This method does not wait for previously submitted tasks to
138 * <p>This method does not wait for actively executing tasks to
179 * @param timeout the maximum time to wait
277 * @param timeout the maximum time to wait
326 * @param timeout the maximum time to wait

Completed in 191 milliseconds

1 2 3 4 5 6 7 8 91011>>