OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:race
(Results
201 - 225
of
1768
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Calendar/src/com/android/calendar/alerts/
InitAlarmsService.java
38
// Delay for rescheduling the alarms must be great enough to minimize
race
48
// Delay to avoid
race
condition of in-progress alarm scheduling in provider.
/prebuilts/go/darwin-x86/src/runtime/
futex_test.go
6
// The
race
detector emits calls to split stack functions so it breaks
10
// +build !
race
/prebuilts/go/linux-x86/src/runtime/
futex_test.go
6
// The
race
detector emits calls to split stack functions so it breaks
10
// +build !
race
/external/valgrind/helgrind/docs/
hg-manual.xml
278
<para>A data
race
happens, or could happen, when two threads access a
282
are
race
-free is one of the central difficulties of threaded
290
<sect2 id="hg-manual.data-races.example" xreflabel="Simple
Race
">
291
<title>A Simple Data
Race
</title>
293
<para>About the simplest possible example of a
race
is as follows. In
335
Possible data
race
during read of size 4 at 0x601038 by thread #1
351
The last clause is the main error message. It says there is a
race
as
362
definition, a
race
involves two different threads accessing the
367
data
race
during read of size 4 ...</computeroutput>" and the
370
usually able to show both accesses involved in a
race
. At leas
[
all
...]
/external/valgrind/drd/tests/
tsan_unittest.cpp
28
// This file contains a set of unit tests for a data
race
detection tool.
108
// - TN (true negative) : no
race
exists and the tool is silent.
109
// - TP (true positive) : a
race
exists and reported.
110
// - FN (false negative): a
race
exists but not reported.
111
// - FP (false positive): no
race
exists but the tool reports it.
128
// some specific behaviour of the
race
detector's scheduler.
332
// test01: TP. Simple
race
(write vs write). {{{1
492
// But
race
detector can not see it.
627
GLOB = 2; // If LockWhen didn't catch the signal, a
race
may be reported here.
669
// test09: TP. Simple
race
(read vs write). {{{
[
all
...]
/external/autotest/client/tests/ltp/patches/
kill-ipc.patch
8
will fail, and we can hit
race
conditions in the overall `make`.
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/
smooth_gesture_util.py
16
on Windows. This problem is probably caused by a
race
condition between
/external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.cc
10
// This file is a part of ThreadSanitizer (TSan), a
race
detector.
29
"
race
:^_M_rep$\n"
30
"
race
:^_M_is_leaked$\n"
34
"
race
:std::_Sp_counted_ptr_inplace<std::thread::_Impl\n";
/external/compiler-rt/test/tsan/Darwin/
gcd-sync-race.mm
42
// CHECK: WARNING: ThreadSanitizer: data
race
objc-race.mm
49
// CHECK: WARNING: ThreadSanitizer: data
race
/external/compiler-rt/test/tsan/
atomic_norace.cc
62
// CHECK-NOT: ThreadSanitizer: data
race
barrier.cc
2
// CHECK-NOT: ThreadSanitizer: data
race
blacklist2.cc
14
// CHECK: ThreadSanitizer: data
race
cond.c
2
// CHECK-NOT: WARNING: ThreadSanitizer: data
race
cond_destruction.cc
53
// CHECK-NOT: ThreadSanitizer: data
race
deep_stack1.cc
47
// CHECK: WARNING: ThreadSanitizer: data
race
dl_iterate_phdr.cc
56
// CHECK-NOT: WARNING: ThreadSanitizer: data
race
fd_socket_connect_norace.cc
44
// CHECK-NOT: WARNING: ThreadSanitizer: data
race
fd_socket_norace.cc
51
// CHECK-NOT: WARNING: ThreadSanitizer: data
race
fd_tid_recycled.cc
48
// CHECK: WARNING: ThreadSanitizer: data
race
free_race.c
47
// CHECK-SUPP: 1
race
:^Thread2$
java_heap_init.cc
27
// CHECK-NOT: WARNING: ThreadSanitizer: data
race
java_lock_rec.cc
55
// CHECK-NOT: WARNING: ThreadSanitizer: data
race
java_lock_rec_race.cc
49
// CHECK: WARNING: ThreadSanitizer: data
race
java_symbolization.cc
42
// CHECK: WARNING: ThreadSanitizer: data
race
Completed in 720 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>