OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:race
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc
10
// This file is a part of ThreadSanitizer (TSan), a
race
detector.
90
ExpectRace *
race
= list->next;
local
91
for (;
race
!= list;
race
=
race
->next) {
92
if (
race
->addr == addr &&
race
->size == size) {
93
race
->addcount++;
97
race
= (ExpectRace*)internal_alloc(MBlockExpectRace, sizeof(ExpectRace));
98
race
->addr = addr
128
ExpectRace *
race
= FindRace(list, addr, size);
local
307
ExpectRace *
race
= dyn_ann_ctx->expect.next;
local
[
all
...]
/external/chromium_org/remoting/webapp/js_proto/
dom_proto.js
211
Promise.prototype.
race
= function (promises) {}
Completed in 34 milliseconds