OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ANNOTATE_HAPPENS_BEFORE
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/test/tsan/
annotate_happens_before.cc
8
ANNOTATE_HAPPENS_BEFORE
/AFTER communicate the synchronization to tsan
17
# define
ANNOTATE_HAPPENS_BEFORE
(addr) \
24
# define
ANNOTATE_HAPPENS_BEFORE
(addr)
39
ANNOTATE_HAPPENS_BEFORE
(&barrier);
/external/regex-re2/util/
util.h
101
#define
ANNOTATE_HAPPENS_BEFORE
(x)
/external/valgrind/drd/
drd.h
117
#define
ANNOTATE_HAPPENS_BEFORE
(addr) \
124
*
ANNOTATE_HAPPENS_BEFORE
(addr). addr is the address of an object that is not
/external/valgrind/helgrind/
helgrind.h
498
If threads T1 .. Tn all do
ANNOTATE_HAPPENS_BEFORE
(obj) and later
525
about any
ANNOTATE_HAPPENS_BEFORE
calls on the specified object, in
538
#define
ANNOTATE_HAPPENS_BEFORE
(obj) \
622
for FIFO queues. For non-FIFO queues use
ANNOTATE_HAPPENS_BEFORE
[
all
...]
Completed in 415 milliseconds