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

<<11121314151617181920>>

  /dalvik/tests/071-dexfile/src/
Main.java 38 * Create a sub-process to see if the ProcessManager wait
39 * interferes with the dexopt invocation wait.
  /dalvik/vm/jdwp/
JdwpPriv.h 78 /* wait for creation of the JDWP thread */
90 /* for wait-for-debugger */
  /development/host/windows/usb/api/
adb_io_completion.h 74 @param[in] wait If this parameter is true, the method does not return
85 bool wait) = 0;
adb_legacy_io_completion.h 77 @param[in] wait If this parameter is true, the method does not return
88 bool wait);
  /external/clearsilver/util/
filter.h 31 * Input: pid -> the process identifier to wait for
32 * options -> the options to pass to waitpid (see wait(2))
  /external/iproute2/man/man8/
ss.8 113 .B ss -o state fin-wait-1 '( sport = :http or sport = :https )' dst 193.233.7/24
114 List all the tcp sockets in state FIN-WAIT-1 for our apache to network 193.233.7/24 and look at their timers.
  /external/opencore/doc/oscl_html/
classOsclSemaphore.html 18 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="classOsclProcStatus.html#s35">OsclProcStatus::eOsclProcError</a>&nbsp;</td><td valign=bottom><a class="el" href="classOsclSemaphore.html#a4">Wait</a> ()</td></tr>
19 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="classOsclProcStatus.html#s35">OsclProcStatus::eOsclProcError</a>&nbsp;</td><td valign=bottom><a class="el" href="classOsclSemaphore.html#a5">Wait</a> (uint32 timeout_msec)</td></tr>
221 <a name="a5" doxytag="OsclSemaphore::Wait"></a><p>
227 <td class="md" nowrap valign="top"> OSCL_IMPORT_REF <a class="el" href="classOsclProcStatus.html#s35">OsclProcStatus::eOsclProcError</a> OsclSemaphore::Wait </td>
247 Makes the thread to wait on the Semaphore, with a timeout.<dl compact><dt><b>Parameters: </b></dt><dd>
256 <a name="a4" doxytag="OsclSemaphore::Wait"></a><p>
262 <td class="md" nowrap valign="top"> OSCL_IMPORT_REF <a class="el" href="classOsclProcStatus.html#s35">OsclProcStatus::eOsclProcError</a> OsclSemaphore::Wait </td>
281 Makes the thread to wait on the Semaphore<dl compact><dt><b>Parameters: </b></dt><dd>
  /external/opencore/oscl/oscl/osclio/src/
oscl_dns_request.cpp 90 //Wait on the thread to start
91 p->iStartup.Wait();
  /external/opencore/pvmi/content_policy_manager/plugins/common/include/
pvmf_cpmplugin_domain_interface.h 102 * infinite wait.
119 * infinite wait.
  /external/ppp/pppd/
upap.h 74 int us_reqtimeout; /* Time to wait for auth-req from peer */
103 #define UPAP_DEFREQTIME 30 /* Time to wait for auth-req from peer */
  /external/qemu/
aio-android.c 139 * wait indefinitely.
154 /* wait until next event */
aio.c 139 * wait indefinitely.
160 /* wait until next event */
  /external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
SDL_syssem.cpp 114 sema.Wait();
117 sema.Wait();
  /external/stlport/test/unit/
allocator_test.cpp 114 //We wait for other thread(s) to call this method too:
115 printf("Thread %d wait\n", ret);
  /external/v8/test/cctest/
test-sockets.cc 27 void WaitForListening() { listening_->Wait(); }
105 // Wait until data is received.
  /external/webkit/WebCore/WebCore.gyp/scripts/
action_maketokenizer.py 92 r1 = p1.wait()
93 r2 = p2.wait()
  /external/webkit/WebCore/storage/
DatabaseTask.h 50 // Can be used to wait until DatabaseTask is completed.
56 // Called from main thread to wait until task is completed.
  /external/webkit/WebKitTools/Scripts/
run-pageloadtest 89 @testCommands = (@testCommands, ("run $testName", 'emptyCache', 'wait 30'));
90 @testCommands = (@testCommands, (("run $testName", 'wait 10') x 3));
  /frameworks/base/core/java/android/net/http/
ConnectionThread.java 92 /* wait for work */
98 mRequestFeeder.wait();
  /frameworks/base/core/tests/coretests/src/android/os/
FileObserverTest.java 74 // make file changes and wait for them
105 mObserver.wait(2000);
  /frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
LowStorageTest.java 112 fillUpDone.wait(WAIT_FOR_FINISH);
114 Log.v(TAG, "wait was interrupted.");
  /ndk/docs/system/libc/
SYSV-IPC.TXT 32 #include <sys/wait.h>
69 ret = wait(&status);
  /packages/apps/Mms/src/com/android/mms/util/
RateController.java 122 wait(); method
153 wait(1000L);
  /sdk/dumpeventlog/src/com/android/dumpeventlog/
DumpEventLog.java 97 // Since we don't really want getDevices() to be blocking, we wait here manually.
107 // let's not wait > 10 sec.
  /system/core/libctest/
ctest.c 21 #include <sys/wait.h>
101 // Parent process. Wait for child.

Completed in 60 milliseconds

<<11121314151617181920>>