Home
last modified time | relevance | path

Searched refs:timed (Results 1 – 25 of 63) sorted by relevance

123

/external/valgrind/helgrind/tests/
Dtc23_bogus_condwait.stderr.exp-mips328 Thread #x: pthread_cond_{timed}wait called with invalid mutex
15 Thread #x: pthread_cond_{timed}wait called with un-held mutex
22 Thread #x: pthread_cond_{timed}wait: cond is associated with a different mutex
37 Thread #x: pthread_cond_{timed}wait called with mutex of type pthread_rwlock_t*
44 Thread #x: pthread_cond_{timed}wait: cond is associated with a different mutex
51 Thread #x: pthread_cond_{timed}wait called with mutex held by a different thread
58 Thread #x: pthread_cond_{timed}wait: cond is associated with a different mutex
Dtc20_verifywrap.stderr.exp-glibc-2.21110 Thread #x: pthread_cond_{timed}wait called with un-held mutex
145 Thread #x: pthread_cond_{timed}wait called with un-held mutex
Dtc20_verifywrap.stderr.exp-mips32112 Thread #x: pthread_cond_{timed}wait called with un-held mutex
147 Thread #x: pthread_cond_{timed}wait called with un-held mutex
Dtc20_verifywrap.stderr.exp-s390x112 Thread #x: pthread_cond_{timed}wait called with un-held mutex
147 Thread #x: pthread_cond_{timed}wait called with un-held mutex
Dtc20_verifywrap.stderr.exp-mips32-b112 Thread #x: pthread_cond_{timed}wait called with un-held mutex
147 Thread #x: pthread_cond_{timed}wait called with un-held mutex
Dtc20_verifywrap.stderr.exp-glibc-2.18102 Thread #x: pthread_cond_{timed}wait called with un-held mutex
137 Thread #x: pthread_cond_{timed}wait called with un-held mutex
Dtc20_verifywrap.stderr.exp-solaris102 Thread #x: pthread_cond_{timed}wait called with un-held mutex
137 Thread #x: pthread_cond_{timed}wait called with un-held mutex
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
D2-1.c222 char timed; in child() local
233 timed = td->count1 & 1; in child()
235 if (timed) { in child()
246 if (timed) in child()
280 timed = td->count2 & 1; in child()
282 if (timed) { in child()
293 if (timed) in child()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
D1-2.c219 char timed; in child() local
230 timed = td->count & 1; in child()
232 if (timed) { in child()
243 if (timed) in child()
249 timed, td->predicate, ret); in child()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
D2-3.c169 int timed; in child() local
179 timed = td->count & 1; in child()
181 if (timed) { in child()
190 if (timed) in child()
196 timed, td->predicate, ret); in child()
D1-2.c178 char timed; in child() local
188 timed = td->count & 1; in child()
190 if (timed) { in child()
200 if (timed) in child()
206 timed, td->predicate, ret); in child()
/external/guava/guava-bootstrap/src/java/util/concurrent/
DAbstractExecutorService.java39 boolean timed, long nanos) in doInvokeAny() argument
52 long lastTime = (timed)? System.nanoTime() : 0; in doInvokeAny()
69 else if (timed) { in doInvokeAny()
/external/curl/tests/data/
Dtest27222 FTP timed conditioned get file with identical time stamp
/external/guava/guava/src/com/google/common/util/concurrent/
DMoreExecutors.java673 Collection<? extends Callable<T>> tasks, boolean timed, long nanos) in invokeAnyImpl() argument
691 long lastTime = timed ? System.nanoTime() : 0; in invokeAnyImpl()
707 } else if (timed) { in invokeAnyImpl()
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
Dcpuhotplug01.sh26 usage: $0 -c cpu -l loop -n timeon -f timeoff -e timed
/external/tcpdump/win32/prj/
DGNUmakefile136 ../../print-timed.o \
/external/tcpdump/
DAndroid.mk142 print-timed.c \
/external/ltp/pan/
Dltp-pan.c170 int timed = 0; in main() local
287 timed = 1; //-t implies run as many starts as possible, by default in main()
390 if (timed == 1 && starts == -1) { /* timed, infinite by default */ in main()
/external/ltp/testcases/kernel/io/disktest/
DCHANGELOG76 Fixed up some issues with the timer code, specifically so that timed runs
78 issue during timed runs, and the system time was changed.
150 The timed test, -T, now works correctly with specifing cycles, -C.
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DProgram.inc340 MakeErrMsg(ErrMsg, "Child timed out but wouldn't die");
342 MakeErrMsg(ErrMsg, "Child timed out", 0);
/external/curl/packages/vms/
Dcurlmsg.msg53 OPERATION_TIMEOUTED <operation timed out, timeout time was reached>
/external/mdnsresponder/mDNSCore/
DImplementer Notes.txt8 perform its next timed operation. When the workload is light, and
/external/llvm/lib/Support/Unix/
DProgram.inc368 MakeErrMsg(ErrMsg, "Child timed out but wouldn't die");
370 MakeErrMsg(ErrMsg, "Child timed out", 0);
/external/iputils/doc/
Dclockdiff.sgml116 from BSD <command/timed/ daemon.
/external/libogg/doc/
Drfc5334.txt80 audio, and [CMML] timed text/metadata. As Ogg encapsulates binary
254 visual, timed text, and any other type of material that requires a
475 bitstreams containing visual, audio, timed text, or any other type of

123