Home
last modified time | relevance | path

Searched refs:race (Results 1 – 25 of 87) sorted by relevance

1234

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cpp83 ExpectRace *race = list->next; in AddExpectRace() local
84 for (; race != list; race = race->next) { in AddExpectRace()
85 if (race->addr == addr && race->size == size) { in AddExpectRace()
86 atomic_store_relaxed(&race->addcount, in AddExpectRace()
87 atomic_load_relaxed(&race->addcount) + 1); in AddExpectRace()
91 race = static_cast<ExpectRace *>(Alloc(sizeof(ExpectRace))); in AddExpectRace()
92 race->addr = addr; in AddExpectRace()
93 race->size = size; in AddExpectRace()
94 race->file = f; in AddExpectRace()
95 race->line = l; in AddExpectRace()
[all …]
Dtsan_flags.inc21 // Suppress a race report if we've already output another race report
24 "Suppress a race report if we've already output another race report "
Dtsan_interface.inc9 // This file is a part of ThreadSanitizer (TSan), a race detector.
/openbsd/src/games/backgammon/backgammon/
Dmove.c50 static int race; /* game reduced to a race */ variable
82 race = 0; in domove()
92 race = 1; in domove()
324 fprintf(ftrace, "\nRoll: %d %d%s\n", D0, D1, race ? " (race)" : ""); in pickmove()
362 f = pubeval(race); in movcmp()
Dpubeval.c82 pubeval(int race) in pubeval() argument
93 if (race) { /* use race weights */ in pubeval()
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/
Dbailout1 # Sleep makes Mac OS open3 race problem more repeatable
/openbsd/src/regress/sys/kern/pipe/
DMakefile18 TESTS+= close-race
/openbsd/src/regress/sys/kern/signal/sigpthread/
DREADME19 To test different race conditions, sleeps can be inserted. If the
/openbsd/src/gnu/llvm/clang/docs/
DThreadSanitizer.rst66 WARNING: ThreadSanitizer: data race (pid=19219)
117 :doc:`SanitizerSpecialCaseList`, that can be used to suppress data race reports
DThreadSafetyAnalysis.rst10 potential race conditions in code. The analysis is completely static (i.e.
495 Thread Safety Analysis is designed to prevent both race conditions and
496 deadlock. The GUARDED_BY and REQUIRES attributes prevent race conditions, by
DShadowCallStack.rst46 would not suffer from race conditions and would not incur the overhead of
/openbsd/src/games/fortune/
DREADME33 healthy, hearty laughter -- at the expense of the whole human race, if
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlsec.pod379 are inherently insecure right from the start. The problem is a race
389 special file already opened on the script, so that there can be no race
394 SysVr4 and BSD 4.4 use this approach to avoid the kernel race condition.
399 at all. Either way avoids the exploitability of the race condition,
437 race condition. It relies on Perl's own features, and on the script
606 to some extent, and will avoid the L<shebang race condition|/"Shebang
Dperl583delta.pod162 There is a known race condition opening scripts in C<suidperl>. C<suidperl>
Dperlthrtut.pod422 number of pitfalls. One pitfall is the race condition:
467 data inconsistency and race conditions. Note that Perl will protect its
468 internals from your race conditions, but it won't protect you from you.
473 between themselves and their data, to avoid race conditions and the like.
/openbsd/src/gnu/usr.bin/cvs/
Dcvs.spec193 - fix race conditions in cvsbug/rcs2log
Dcvs.spec.in193 - fix race conditions in cvsbug/rcs2log
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/tests/
Dasan_mac_test_helpers.mm81 // Used by the GCD tests to avoid a race between the worker thread reporting a
/openbsd/src/games/hunt/
DREADME59 an unfair advantage. Also, there may be race conditions such
/openbsd/src/gnu/llvm/llvm/docs/
DScudoHardenedAllocator.rst307 - ``"race on chunk header"``: two different threads are attempting to manipulate
309 race-condition or general lack of locking when performing operations on that
DCodeOfConduct.rst55 to members of any race, ethnicity, culture, national origin, colour,
DAtomics.rst95 Note that speculative loads are allowed; a load which is part of a race returns
143 essentially a regular load or store. If there is a race on a given memory
148 other context where memory access is necessary, and a race is impossible. (The
/openbsd/src/games/quiz/datfiles/
Dpoetry106 Unequal laws unto a savage race:\
/openbsd/src/gnu/usr.bin/perl/dist/IO/
DChangeLog269 - fix race condition on Solaris & SunOS
510 o Modified t/io_sock.t, hopefully the race condition has gone
/openbsd/src/usr.bin/vi/cl/
DREADME.signal81 character in vi, but that means that there's a race between entering

1234