HomeSort by relevance Sort by last modified time
    Searched refs:waiting (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/chromium/chrome/common/
service_process_util_linux.cc 19 // Attempts to take a lock named |name|. If |waiting| is true then this will
22 MultiProcessLock* TakeNamedLock(const std::string& name, bool waiting) {
31 if (!waiting) break;
40 MultiProcessLock* TakeServiceInitializingLock(bool waiting) {
43 return TakeNamedLock(lock_name, waiting);
55 MultiProcessLock* TakeServiceRunningLock(bool waiting) {
58 return TakeNamedLock(lock_name, waiting);
service_process_util_posix.h 19 MultiProcessLock* TakeServiceRunningLock(bool waiting);
  /external/qemu/distrib/sdl-1.2.15/src/thread/dc/
SDL_syscond.c 35 int waiting; member in struct:SDL_cond
51 cond->waiting = cond->signals = 0;
79 /* Restart one of the threads that are waiting on the condition variable */
87 /* If there are waiting threads not already signalled, then
91 if ( cond->waiting > cond->signals ) {
103 /* Restart all threads that are waiting on the condition variable */
111 /* If there are waiting threads not already signalled, then
115 if ( cond->waiting > cond->signals ) {
118 num_waiting = (cond->waiting - cond->signals);
119 cond->signals = cond->waiting;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/generic/
SDL_syscond.c 35 int waiting; member in struct:SDL_cond
51 cond->waiting = cond->signals = 0;
79 /* Restart one of the threads that are waiting on the condition variable */
87 /* If there are waiting threads not already signalled, then
91 if ( cond->waiting > cond->signals ) {
103 /* Restart all threads that are waiting on the condition variable */
111 /* If there are waiting threads not already signalled, then
115 if ( cond->waiting > cond->signals ) {
118 num_waiting = (cond->waiting - cond->signals);
119 cond->signals = cond->waiting;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/os2/
SDL_syscond.c 35 int waiting; member in struct:SDL_cond
51 cond->waiting = cond->signals = 0;
79 /* Restart one of the threads that are waiting on the condition variable */
87 /* If there are waiting threads not already signalled, then
91 if ( cond->waiting > cond->signals ) {
103 /* Restart all threads that are waiting on the condition variable */
111 /* If there are waiting threads not already signalled, then
115 if ( cond->waiting > cond->signals ) {
118 num_waiting = (cond->waiting - cond->signals);
119 cond->signals = cond->waiting;
    [all...]
  /bionic/libstdc++/src/
one_time_construction.cpp 49 const static int waiting = 0x6; variable
65 const static int waiting = letoh32(0x10000); variable
71 // pending -> waiting, wait and return 0
72 // waiting: untouched, wait and return 0
80 __bionic_cmpxchg(pending, waiting, &gv->state); // Indicate there is a waiter
81 __futex_wait(&gv->state, waiting, NULL);
93 // waiting -> ready, and wake
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.stderr.exp 9 waiting timer ...
12 waiting timer ...
19 waiting timer ...
22 waiting timer (flush the single tick) ...
32 waiting timer ...
35 waiting timer ...
42 waiting timer ...
45 waiting timer (flush the single tick) ...
  /frameworks/base/core/java/android/content/
AsyncTaskLoader.java 61 boolean waiting; field in class:AsyncTaskLoader.LoadTask
108 /* Runs on the UI thread, when the waiting task is posted to a handler.
109 * This method is only executed when task execution was deferred (waiting was true). */
112 waiting = false;
165 // There was a pending task already waiting for a previous
168 "cancelLoad: still waiting for cancelled task; dropping next");
169 if (mTask.waiting) {
170 mTask.waiting = false;
175 } else if (mTask.waiting) {
176 // There is a task, but it is waiting for the time it shoul
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/
AsyncTaskLoader.java 43 boolean waiting; field in class:AsyncTaskLoader.LoadTask
79 waiting = false;
138 // There was a pending task already waiting for a previous
141 "cancelLoad: still waiting for cancelled task; dropping next");
142 if (mTask.waiting) {
143 mTask.waiting = false;
148 } else if (mTask.waiting) {
149 // There is a task, but it is waiting for the time it should
151 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it");
152 mTask.waiting = false
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ContentProviderConnection.java 32 // The client of this connection is currently waiting for the provider to appear.
34 public boolean waiting; field in class:ContentProviderConnection
84 if (waiting) {
85 sb.append(" WAITING");
  /external/valgrind/main/helgrind/tests/
bar_bad.stderr.exp 29 initialise a barrier which has threads waiting on it
38 Thread #x: pthread_barrier_init: threads are waiting at barrier
43 destroy a barrier that has waiting threads
46 Thread #x: pthread_barrier_destroy: threads are waiting at barrier
  /packages/apps/Email/src/com/android/email/
EmailConnectivityManager.java 46 // Loop time while waiting (stopgap in case we don't get a broadcast)
54 // The monitor lock we use while waiting for connectivity
64 // The thread waiting for connectivity
172 boolean waiting = false;
181 if (waiting) {
188 if (!waiting) {
190 Log.d(TAG, mName + ": Connectivity waiting...");
192 waiting = true;
  /external/linux-tools-perf/util/
run-command.c 158 pid_t waiting = waitpid(pid, &status, 0); local
160 if (waiting < 0) {
166 if (waiting != pid)
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
delayed-permission-allowed-for-multiple-requests.js 1 description("Tests that when multiple requests are waiting for permission, no callbacks are invoked until permission is allowed.");
delayed-permission-denied-for-multiple-requests.js 1 description("Tests that when multiple requests are waiting for permission, no callbacks are invoked until permission is denied.");
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.js 15 // We are waiting for the tab we opened to finish loading.
21 // Passing the above test means this is the event we were waiting for.
  /external/valgrind/main/drd/tests/
bar_bad.stderr.exp 18 initialise a barrier which has threads waiting on it
27 destroy a barrier that has waiting threads
bar_bad_xml.stderr.exp 108 initialise a barrier which has threads waiting on it
157 destroy a barrier that has waiting threads
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelBar.java 189 boolean waiting = false;
193 waiting = true;
199 if (DEBUG) LOG("collapseAllPanels: animate=%s waiting=%s", animate, waiting);
200 if (!waiting && mState != STATE_CLOSED) {
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 131 bool waiting() const { function in class:FakeMalwareDetails
139 void set_waiting(bool waiting) {
140 waiting_ = waiting;
527 LOG(INFO) << "Waiting for dom details.";
  /external/webkit/Source/WebCore/dom/
EventNames.h 144 macro(waiting) \
  /external/ppp/pppd/
main.c 155 int childwait_done; /* have timed out waiting for children */
184 static int waiting; variable
522 waiting = 0;
629 dbglog("Waiting for %d child processes...", n_children);
658 waiting = 1;
663 waiting = 0;
    [all...]
  /external/webkit/LayoutTests/storage/
hash-change-with-xhr.js 77 setTimeout(function() { stopTest('Timed out waiting for transactions to complete. FAILED'); }, 20000);
  /external/valgrind/main/helgrind/
hg_main.c 2769 XArray* waiting; \/* XA of Thread*. # present is 0 .. .size *\/ member in struct:__anon17061
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_noderemovechild.js 115 // Workaround while waiting for <http://www.w3.org/Bugs/Public/show_bug.cgi?id=2334>.

Completed in 1918 milliseconds

1 2 3 4 5