HomeSort by: relevance | last modified time | path
    Searched defs:race (Results 1 - 6 of 6) sorted by relevancy

  /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");
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...]
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/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...]
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...]

Completed in 26 milliseconds