HomeSort by relevance Sort by last modified time
    Searched refs:races (Results 1 - 25 of 50) sorted by null

1 2

  /hardware/libhardware/tests/input/evdev/
Android.mk 27 # here (e.g., use mkdtemp first). At least races will lead to an early failure, as
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
chan_test.go 364 case c1 <- x: // read of x races with...
391 case c1 <- x: // read of x races with...
429 c1 <- x // read of x races with...
449 c1 <- x // read of x races with...
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
chan_test.go 364 case c1 <- x: // read of x races with...
391 case c1 <- x: // read of x races with...
429 c1 <- x // read of x races with...
449 c1 <- x // read of x races with...
  /prebuilts/go/darwin-x86/src/runtime/race/
race_test.go 154 // It is required because the tests contain a lot of data races on the same addresses
178 // There are races: we expect tests to fail and the exit code to be non-zero.
  /prebuilts/go/linux-x86/src/runtime/race/
race_test.go 154 // It is required because the tests contain a lot of data races on the same addresses
178 // There are races: we expect tests to fail and the exit code to be non-zero.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
racewalk.go 156 // be involved in races and need not be instrumented.
417 ODCL, // declarations (without value) cannot be races
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
racewalk.go 156 // be involved in races and need not be instrumented.
417 ODCL, // declarations (without value) cannot be races
  /prebuilts/go/darwin-x86/src/syscall/
fd_nacl.go 255 // NaCl has no pread; simulate with seek and hope for no races.
  /prebuilts/go/linux-x86/src/syscall/
fd_nacl.go 255 // NaCl has no pread; simulate with seek and hope for no races.
  /prebuilts/go/darwin-x86/src/net/http/httptest/
server.go 159 // socket-late-binding races from the http Client
  /prebuilts/go/darwin-x86/src/net/
lookup_windows.go 36 // Start new os thread before the call to prevent races.
  /prebuilts/go/darwin-x86/src/runtime/
race.go 300 // racefini() can only be called once to avoid races.
sema.go 15 // even if, due to races, the wakeup happens before the sleep.
trace.go 180 // acquired all p's by doing stop-the-world. So this protects us from such races.
264 // and also to avoid races with traceEvent.
319 // The lock protects us from races with StartTrace/StopTrace because they do stop-the-world.
500 // This protects from races between traceEvent and StartTrace/StopTrace.
    [all...]
cpuprof.go 93 // Writer maintains its own toggle to avoid races
mgcsweep.go 310 // check for potential races.
proc_test.go 700 // deliberately not parallel because of data races
  /prebuilts/go/linux-x86/src/net/http/httptest/
server.go 159 // socket-late-binding races from the http Client
  /prebuilts/go/linux-x86/src/net/
lookup_windows.go 36 // Start new os thread before the call to prevent races.
  /prebuilts/go/linux-x86/src/runtime/
race.go 300 // racefini() can only be called once to avoid races.
sema.go 15 // even if, due to races, the wakeup happens before the sleep.
trace.go 180 // acquired all p's by doing stop-the-world. So this protects us from such races.
264 // and also to avoid races with traceEvent.
319 // The lock protects us from races with StartTrace/StopTrace because they do stop-the-world.
500 // This protects from races between traceEvent and StartTrace/StopTrace.
    [all...]
cpuprof.go 93 // Writer maintains its own toggle to avoid races
mgcsweep.go 310 // check for potential races.
proc_test.go 700 // deliberately not parallel because of data races

Completed in 828 milliseconds

1 2