| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interface_ann.cpp | 83 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 …]
|
| D | tsan_flags.inc | 21 // 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 "
|
| D | tsan_interface.inc | 9 // This file is a part of ThreadSanitizer (TSan), a race detector.
|
| /openbsd/src/games/backgammon/backgammon/ |
| D | move.c | 50 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()
|
| D | pubeval.c | 82 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/ |
| D | bailout | 1 # Sleep makes Mac OS open3 race problem more repeatable
|
| /openbsd/src/regress/sys/kern/pipe/ |
| D | Makefile | 18 TESTS+= close-race
|
| /openbsd/src/regress/sys/kern/signal/sigpthread/ |
| D | README | 19 To test different race conditions, sleeps can be inserted. If the
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | ThreadSanitizer.rst | 66 WARNING: ThreadSanitizer: data race (pid=19219) 117 :doc:`SanitizerSpecialCaseList`, that can be used to suppress data race reports
|
| D | ThreadSafetyAnalysis.rst | 10 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
|
| D | ShadowCallStack.rst | 46 would not suffer from race conditions and would not incur the overhead of
|
| /openbsd/src/games/fortune/ |
| D | README | 33 healthy, hearty laughter -- at the expense of the whole human race, if
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlsec.pod | 379 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
|
| D | perl583delta.pod | 162 There is a known race condition opening scripts in C<suidperl>. C<suidperl>
|
| D | perlthrtut.pod | 422 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/ |
| D | cvs.spec | 193 - fix race conditions in cvsbug/rcs2log
|
| D | cvs.spec.in | 193 - fix race conditions in cvsbug/rcs2log
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/asan/tests/ |
| D | asan_mac_test_helpers.mm | 81 // Used by the GCD tests to avoid a race between the worker thread reporting a
|
| /openbsd/src/games/hunt/ |
| D | README | 59 an unfair advantage. Also, there may be race conditions such
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | ScudoHardenedAllocator.rst | 307 - ``"race on chunk header"``: two different threads are attempting to manipulate 309 race-condition or general lack of locking when performing operations on that
|
| D | CodeOfConduct.rst | 55 to members of any race, ethnicity, culture, national origin, colour,
|
| D | Atomics.rst | 95 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/ |
| D | poetry | 106 Unequal laws unto a savage race:\
|
| /openbsd/src/gnu/usr.bin/perl/dist/IO/ |
| D | ChangeLog | 269 - 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/ |
| D | README.signal | 81 character in vi, but that means that there's a race between entering
|