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

<<11121314151617181920>>

  /development/testrunner/
run_command.py 43 timeout_time: time in seconds to wait for command to run before aborting.
70 timeout_time: time in seconds to wait for command to run before aborting.
169 subproc.wait()
  /external/bison/lib/
subpipe.c 52 # include <sys/wait.h>
93 /* System V fork+wait does not work if SIGCHLD is ignored. */
155 /* Wait for the subprocess to exit. */
  /external/kernel-headers/original/linux/
pagemap.h 149 * Wait for a page to be unlocked.
153 * go away during the wait..
162 * Wait for a page to complete writeback
jbd.h 583 * @j_wait_transaction_locked: Wait queue for waiting for a locked transaction
585 * @j_wait_logspace: Wait queue for waiting for checkpointing to complete
586 * @j_wait_done_commit: Wait queue for waiting for commit to complete
587 * @j_wait_checkpoint: Wait queue to trigger checkpointing
588 * @j_wait_commit: Wait queue to trigger commit
589 * @j_wait_updates: Wait queue to wait for updates to complete
681 * Wait queue for waiting for a locked transaction to start committing,
686 /* Wait queue for waiting for checkpointing to complete */
689 /* Wait queue for waiting for commit to complete *
    [all...]
  /external/opencore/oscl/oscl/osclio/src/
oscl_socket_serv_imp_reqlist.cpp 163 //called by server thread to wait on requests.
170 //if no new requests. then wait.
172 iSem.Wait();
  /external/opencore/pvmi/content_policy_manager/plugins/common/include/
pvmf_cpmplugin_metering_interface.h 63 * for each server communication. Use -1 to indicate infinite wait.
95 * for each server communication. Use -1 to indicate infinite wait.
122 * for each server communication. Use -1 to indicate infinite wait.
  /external/webkit/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp 209 void ThreadCondition::wait(Mutex& mutex) function in class:WTF::ThreadCondition
220 // Time is too far in the future for g_cond_timed_wait - wait forever.
222 wait(mutex);
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
ImageLoader.java 122 storage.queue.wait(ImageLoadersStorage.TIMEOUT);
159 break; // Don't wait if timeout expired - terminate loader
191 * Sends the current thread to wait for the new images to load
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java 214 Log.v(TAG, "isPlaying "+ misPlaying + " wait time " + (t2 - t1) );
259 lock.wait(WAIT_FOR_COMMAND_TO_COMPLETE);
273 videoSizeChanged.wait(WAIT_FOR_COMMAND_TO_COMPLETE);
275 Log.v(TAG, "wait was interrupted");
295 lock.wait(WAIT_FOR_COMMAND_TO_COMPLETE);
309 videoSizeChanged.wait(WAIT_FOR_COMMAND_TO_COMPLETE);
311 Log.v(TAG, "wait was interrupted");
715 lock.wait(WAIT_FOR_COMMAND_TO_COMPLETE);
728 prepareDone.wait(WAIT_FOR_COMMAND_TO_COMPLETE);
730 Log.v(TAG, "wait was interrupted.")
    [all...]
  /frameworks/base/services/java/com/android/server/am/
DeviceMonitor.java 35 /** Time to wait in ms between samples. */
38 /** Time to wait in ms between samples. */
207 wait(); method
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimSmsInterfaceManager.java 132 mLock.wait();
162 mLock.wait();
186 mLock.wait();
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SimSmsInterfaceManager.java 130 mLock.wait();
160 mLock.wait();
186 mLock.wait();
  /system/extras/tests/sdcard/
sysutil.h 54 // .waitForChildrenOrExit Wait and exit if a child exit with errors.
136 // Wait for all the children to report their pids.
140 // Wait for 'num' children to complete.
sysutil.cpp 37 #include <sys/wait.h>
46 // How long to wait after a cache purge. A few seconds (arbitrary).
367 pid_t pid = wait(&status);
370 fprintf(stderr, "Wait failed\n");
388 // Also we wait 'a little' to give a chance to background threads to
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/OAL/Pform/Linux/
TILibLinux.cpp 223 CTI_OSEventLinux::Wait(tiUINT32 uTimeout)
231 while (!m_bSet) // have to wait for the event
263 while (!m_bSet) // have to wait for the event
  /external/opencore/nodes/pvclientserversocketnode/src/
pvmf_clientserver_socket_node.cpp 785 //wait on send to complete in HandleSocketEvent
835 return PVMFPending; //wait on completion in SequenceComplete.
857 status = PVMFPending;//Wait on this queue to empty.
    [all...]
  /dalvik/vm/
Sync.c 25 * during contention or a call to wait()).
74 * full-fledged monitor until a) there is actual contention or b) wait()
107 * - a way for multiple threads to wait for notification
112 * threads waiting on it (the wait call unlocks it). One or more waiting
406 /* Emit the wait time, 5 bytes. */
531 * Checks the wait set for circular structure. Returns 0 if the list
553 * Links a thread into a monitor's wait set. The monitor lock must be
577 * Unlinks a thread from a monitor's wait set. The monitor lock must
655 * Wait on a monitor until timeout, interrupt, or notification. Used for
656 * Object.wait() and (somewhat indirectly) Thread.sleep() and Thread.join()
    [all...]
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java 331 // Wait with timeout for the callback to do its work
529 // Wait with timeout for the callback to do its work
567 // Wait with timeout for the callback to do its work
686 // Wait with timeout for the callback to do its work
778 // Wait with timeout for the callback to do its work
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
PipedInputStreamTest.java 148 pw.wait(10000);
155 // Writing another byte would cause the write to wait
212 pw.wait(10000);
253 pw.wait(5000);
299 pwriter.wait(5000);
334 pw.wait(10000);
503 // wait for thread t to get to the call to pis.receive
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 94 * <p>(Two possible approaches: wait-notify based and queue-based. Some
135 * wait-to-be-resumed), and the weight issue could be managed by
216 * run-up... eg, start the coroutine with a wait.
235 wait(); method
266 // We expect these values to be overwritten during the notify()/wait()
277 wait(); method
335 // We expect these values to be overwritten during the notify()/wait()
  /frameworks/base/include/utils/
threads.h 302 * call wait(), then either re-wait() if things aren't quite what you want,
303 * or unlock the mutex and continue. All threads calling wait() must
316 // Wait on the condition variable. Lock the mutex before calling.
317 status_t wait(Mutex& mutex);
352 inline status_t Condition::wait(Mutex& mutex) { function in class:android::Condition
417 // Call requestExit() and wait until this object's thread exits.
  /frameworks/base/media/libmediaplayerservice/
MidiFile.cpp 93 mCondition.wait(mMutex);
359 // wait for render thread to exit
363 // wait for thread to exit
365 mCondition.wait(mMutex);
464 // nothing to render, wait for client thread to wake us up
467 LOGV("MidiFile::render - signal wait");
468 mCondition.wait(mMutex);
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdHndlr.c 220 * Wait on the current command's signal until its processing is completed.
316 /* Wait until the command is executed */
319 /* After "wait" - the command has already been processed by the drivers' context */
387 /* Command was completed so free the wait signal and continue to next command */
433 /* save the wait flag before free semaphore */
438 /* if cmdHndlr_InsertCommand() not wait to cmd complete? */
441 /* no wait, free the command memory */
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
CmdHndlr.c 220 * Wait on the current command's signal until its processing is completed.
315 /* Wait until the command is executed */
318 /* After "wait" - the command has already been processed by the drivers' context */
386 /* Command was completed so free the wait signal and continue to next command */
432 /* save the wait flag before free semaphore */
437 /* if cmdHndlr_InsertCommand() not wait to cmd complete? */
440 /* no wait, free the command memory */
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
TimerTest.java 117 sync.wait(1000);
149 sync.wait(1000);
181 sync.wait(1000);
225 sync.wait(1000);
276 sync.wait(1000);
285 sync.wait(500);
298 sync.wait(500);
309 sync.wait(500);
325 sync.wait(200);
326 sync.wait(200)
    [all...]

Completed in 183 milliseconds

<<11121314151617181920>>