Home
last modified time | relevance | path

Searched refs:waiting (Results 1 – 25 of 92) sorted by relevance

1234

/external/valgrind/memcheck/tests/linux/
Dtimerfd-syscall.stderr.exp9 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) ...
/external/squashfs-tools/squashfs-tools/
Dunsquashfs_info.c101 int sig, waiting = 0; in info_thrd() local
108 if(waiting) in info_thrd()
117 waiting = 0; in info_thrd()
129 if(sig == SIGQUIT && !waiting) { in info_thrd()
135 waiting = 1; in info_thrd()
Dinfo.c138 int sig, waiting = 0; in info_thrd() local
145 if(waiting) in info_thrd()
154 waiting = 0; in info_thrd()
166 if(sig == SIGQUIT && !waiting) { in info_thrd()
171 waiting = 1; in info_thrd()
/external/valgrind/docs/internals/
Dtm-threadstates.dot32 wait_mutex -> wait_condvar [ style=dotted, label="waiting for\nmultiple objects" ];
33 wait_mutex -> wait_join [ style=dotted, label="waiting for\nmultiple objects" ];
37 wait_condvar -> wait_mutex [ style=dotted, label="waiting for\nmultiple objects" ];
38 wait_condvar -> wait_join [ style=dotted, label="waiting for\nmultiple objects" ];
42 wait_join -> wait_condvar [ style=dotted, label="waiting for\nmultiple objects" ];
43 wait_join -> wait_mutex [ style=dotted, label="waiting for\nmultiple objects" ];
/external/jetty/src/java/org/eclipse/jetty/continuation/
DContinuationSupport.java83 Class<?> waiting=null;
86waiting=ContinuationSupport.class.getClassLoader().loadClass("org.mortbay.util.ajax.WaitingContinu…
93 __waitingContinuation=waiting;
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs_sb.h35 int waiting; member
45 int waiting; member
/external/valgrind/helgrind/tests/
Dbar_bad.stderr.exp29 initialise a barrier which has threads waiting on it
43 destroy a barrier that has waiting threads
/external/linux-tools-perf/src/tools/perf/util/
Drun-command.c158 pid_t waiting = waitpid(pid, &status, 0); in wait_or_whine() local
160 if (waiting < 0) { in wait_or_whine()
166 if (waiting != pid) in wait_or_whine()
/external/valgrind/drd/tests/
Dbar_bad.stderr.exp18 initialise a barrier which has threads waiting on it
27 destroy a barrier that has waiting threads
Dbar_bad_xml.stderr.exp108 initialise a barrier which has threads waiting on it
157 destroy a barrier that has waiting threads
/external/jetty/src/resources/org/eclipse/jetty/servlets/jmx/
DQoSFilter-mbean.properties4 …time (in milliseconds) that the filter would suspend a request for while waiting for the semaphore…
/external/ppp/pppd/
Dmain.c186 static int waiting; variable
522 waiting = 0;
661 waiting = 1; in handle_events()
666 waiting = 0; in handle_events()
1489 if (waiting)
1510 if (waiting)
1524 if (waiting)
1559 if (waiting)
/external/valgrind/helgrind/
Dhg_main.c2867 XArray* waiting; /* XA of Thread*. # present is 0 .. .size */ member
2880 if (bar->waiting) in delete_Bar()
2881 VG_(deleteXA)(bar->waiting); in delete_Bar()
2958 if (bar->waiting && VG_(sizeXA)(bar->waiting) > 0) { in evh__HG_PTHREAD_BARRIER_INIT_PRE()
2963 VG_(dropTailXA)(bar->waiting, VG_(sizeXA)(bar->waiting)); in evh__HG_PTHREAD_BARRIER_INIT_PRE()
2965 if (!bar->waiting) { in evh__HG_PTHREAD_BARRIER_INIT_PRE()
2966 bar->waiting = VG_(newXA)( HG_(zalloc), "hg.eHPBIP.1", HG_(free), in evh__HG_PTHREAD_BARRIER_INIT_PRE()
2970 tl_assert(VG_(sizeXA)(bar->waiting) == 0); in evh__HG_PTHREAD_BARRIER_INIT_PRE()
3003 if (bar->initted && bar->waiting && VG_(sizeXA)(bar->waiting) > 0) { in evh__HG_PTHREAD_BARRIER_DESTROY_PRE()
3033 tl_assert(bar->waiting); in do_barrier_cross_sync_and_empty()
[all …]
/external/mdnsresponder/mDNSCore/
DImplementer Notes.txt18 there is no other obvious work waiting to be done. However, the
20 the platform layer below knows whether there are packets waiting to be
/external/bzip2/
DREADME.XML.STUFF43 which we are all waiting for Sebastian to fix.
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
Dnl.po146 msgid "Busy waiting for the graphics hardware"
150 msgid "Sleep for brief intervals while waiting for the graphics hardware"
Dfr.po145 msgid "Busy waiting for the graphics hardware"
149 msgid "Sleep for brief intervals while waiting for the graphics hardware"
Dsv.po140 msgid "Busy waiting for the graphics hardware"
144 msgid "Sleep for brief intervals while waiting for the graphics hardware"
Des.po143 msgid "Busy waiting for the graphics hardware"
147 msgid "Sleep for brief intervals while waiting for the graphics hardware"
Dde.po147 msgid "Busy waiting for the graphics hardware"
151 msgid "Sleep for brief intervals while waiting for the graphics hardware"
/external/llvm/test/CodeGen/R600/
Dwait.ll19 %tmp15 = load float, float addrspace(2)* %constptr, align 4 ; Force waiting for expcnt and lgkmcnt
/external/freetype/src/raster/
Dftraster.c2652 TProfileList waiting; in Draw_Sweep() local
2658 Init_Linked( &waiting ); in Draw_Sweep()
2682 InsNew( &waiting, P ); in Draw_Sweep()
2700 P = waiting; in Draw_Sweep()
2721 P = waiting; in Draw_Sweep()
2729 DelOld( &waiting, P ); in Draw_Sweep()
/external/mdnsresponder/mDNSPosix/
DReadMe.txt206 Hit ^C when you're bored waiting for responses.
221 Hit ^C when you're bored waiting for responses.
237 Hit ^C when you're bored waiting for responses.
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Dpaste-httpserver-threadpool.txt40 * Idle, waiting for a request ("idle")
56 When a request comes in, if there are no idle worker threads waiting
/external/pdfium/third_party/freetype/src/raster/
Dftraster.c2958 TProfileList waiting; in Draw_Sweep() local
2964 Init_Linked( &waiting ); in Draw_Sweep()
2988 InsNew( &waiting, P ); in Draw_Sweep()
3006 P = waiting; in Draw_Sweep()
3027 P = waiting; in Draw_Sweep()
3035 DelOld( &waiting, P ); in Draw_Sweep()

1234