| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_interface_ann.cc | 10 // This file is a part of ThreadSanitizer (TSan), a race detector. 91 ExpectRace *race = list->next; local in function:__tsan::AddExpectRace 92 for (; race != list; race = race->next) { 93 if (race->addr == addr && race->size == size) { 94 atomic_store_relaxed(&race->addcount, 95 atomic_load_relaxed(&race->addcount) + 1); 99 race = (ExpectRace*)internal_alloc(MBlockExpectRace, sizeof(ExpectRace)) 120 for (ExpectRace *race = list->next; race != list; race = race->next) { local in function:__tsan::FindRace 130 ExpectRace *race = FindRace(list, addr, size); local in function:__tsan::CheckContains 162 for (ExpectRace *race = list->next; race != list; race = race->next) { local in function:__tsan::CollectMatchedBenignRaces 308 ExpectRace *race = dyn_ann_ctx->expect.next; local in function:AnnotateFlushExpectedRaces [all...] |
| /src/tests/fs/vfs/ |
| t_rmdirrace.c | 66 race(const atf_tc_t *tc, const char *path) function in typeref:typename:void 106 ATF_FSAPPLY(race, "rmdir(2) race");
|
| /src/games/backgammon/backgammon/ |
| move.c | 85 static int race; /* game reduced to a race */ variable in typeref:typename:int 120 race = 0; 130 race = 1; 388 fprintf(trace, "\nRoll: %d %d%s\n", D0, D1, race ? " (race)" : ""); 430 if (!race) { 451 if (race) 473 if (!race) { 502 if (race) { [all...] |
| /src/usr.bin/make/unit-tests/ |
| opt-debug-jobs.mk | 28 # Avoid a race condition in the debug output. Without sleeping, 32 # another race condition with the "exited/stopped" line.
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
| asan_mac_test_helpers.mm | 81 // Used by the GCD tests to avoid a race between the worker thread reporting a
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| r8a7743.dtsi | 1440 * a race condition will determine who'll control the phy.
|
| r8a7744.dtsi | 1440 * a race condition will determine who'll control the phy.
|
| /src/sys/external/isc/libsodium/dist/ |
| aclocal.m4 | 263 # This depmode causes a compiler race in universal mode.
|