Searched defs:waiting (Results 1 - 19 of 19) sorted by relevance

/external/chromium/chrome/common/
H A Dservice_process_util_linux.cc19 // Attempts to take a lock named |name|. If |waiting| is true then this will
22 MultiProcessLock* TakeNamedLock(const std::string& name, bool waiting) { argument
31 if (!waiting) break;
40 MultiProcessLock* TakeServiceInitializingLock(bool waiting) { argument
43 return TakeNamedLock(lock_name, waiting);
55 MultiProcessLock* TakeServiceRunningLock(bool waiting) { argument
58 return TakeNamedLock(lock_name, waiting);
/external/qemu/distrib/sdl-1.2.15/src/thread/dc/
H A DSDL_syscond.c35 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/
H A DSDL_syscond.c35 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/
H A DSDL_syscond.c35 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/linux-tools-perf/util/
H A Drun-command.c158 pid_t waiting = waitpid(pid, &status, 0); local
160 if (waiting < 0) {
166 if (waiting != pid)
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page_test.cc131 bool waiting() const { function in class:FakeMalwareDetails
139 void set_waiting(bool waiting) { argument
140 waiting_ = waiting;
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc128 int loading, int waiting, int waiting_to_loading)
132 waiting_animation_frame_count(waiting),
175 // The waiting animation is the reverse of the loading animation, but at a
127 Data( int loading, int waiting, int waiting_to_loading) argument
/external/ppp/pppd/
H A Dmain.c155 int childwait_done; /* have timed out waiting for children */
184 static int waiting; variable
522 waiting = 0;
658 waiting = 1;
663 waiting = 0;
1408 if (waiting)
1429 if (waiting)
1443 if (waiting)
1478 if (waiting)
1628 fatal("error waiting fo
[all...]
/external/freetype/src/raster/
H A Dftraster.c2928 TProfileList waiting; local
2934 Init_Linked( &waiting );
2958 InsNew( &waiting, P );
2976 P = waiting;
2995 /* check waiting list for new activations */
2997 P = waiting;
3005 DelOld( &waiting, P );
/external/kernel-headers/original/linux/
H A Dblkdev.h179 struct completion *waiting; member in struct:request
198 * completion callback. end_io_data should be folded in with waiting
481 QUEUE_ORDSEQ_DRAIN = 0x02, /* waiting for the queue to be drained */
/external/chromium/third_party/libevent/
H A Devdns.c225 char write_waiting; /* true if we are waiting for EV_WRITE events */
261 /* that we're waiting to write. Only set if we have tried to respond */
303 /* requests which aren't inflight are in the waiting list */
511 /* a different server. Requests in the waiting queue don't have a */
523 /* still waiting to go out, can be moved */
614 /* requests from the waiting queue if it can. */
620 /* move a request from the waiting queue to the inflight queue */
1247 /* set if we are waiting for the ability to write to this server. */
1248 /* if waiting is true then we ask libevent for EV_WRITE events, otherwise */
1251 nameserver_write_waiting(struct nameserver *ns, char waiting) { argument
[all...]
/external/valgrind/main/helgrind/
H A Dhg_main.c2110 UWord nWaiters; /* # threads waiting on the CV */
2735 XArray* waiting; /* XA of Thread*. # present is 0 .. .size */ member in struct:__anon13926
2749 if (bar->waiting)
2750 VG_(deleteXA)(bar->waiting);
2828 if (bar->waiting && VG_(sizeXA)(bar->waiting) > 0) {
2831 thr, "pthread_barrier_init: threads are waiting at barrier"
2833 VG_(dropTailXA)(bar->waiting, VG_(sizeXA)(bar->waiting));
2835 if (!bar->waiting) {
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jar ... Runnable runnable private String name private boolean locked private int waiting void " href="/4.2_r1/s?defs= " () void ...
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 560 milliseconds