OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANNOTATE_BENIGN_RACE_SIZED
(Results
1 - 8
of
8
) sorted by null
/external/valgrind/main/drd/
drd.h
80
#define DRD_IGNORE_VAR(x)
ANNOTATE_BENIGN_RACE_SIZED
(&(x), sizeof(x), "")
292
ANNOTATE_BENIGN_RACE_SIZED
(addr, sizeof(*addr), descr)
296
#define
ANNOTATE_BENIGN_RACE_SIZED
(addr, size, descr) \
463
/* Apply
ANNOTATE_BENIGN_RACE_SIZED
to a static variable. */
471
ANNOTATE_BENIGN_RACE_SIZED
(&static_var, sizeof(static_var), \
/external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.h
242
#define
ANNOTATE_BENIGN_RACE_SIZED
(address, size, description) \
408
#define
ANNOTATE_BENIGN_RACE_SIZED
(address, size, description) /* empty */
570
/* Apply
ANNOTATE_BENIGN_RACE_SIZED
to a static variable. */
576
ANNOTATE_BENIGN_RACE_SIZED
(&static_var, \
/external/valgrind/dynamic_annotations/
dynamic_annotations.h
241
#define
ANNOTATE_BENIGN_RACE_SIZED
(address, size, description) \
407
#define
ANNOTATE_BENIGN_RACE_SIZED
(address, size, description) /* empty */
575
/* Apply
ANNOTATE_BENIGN_RACE_SIZED
to a static variable. */
581
ANNOTATE_BENIGN_RACE_SIZED
(&static_var, \
/external/valgrind/main/helgrind/
helgrind.h
583
#define
ANNOTATE_BENIGN_RACE_SIZED
(address, size, description) \
584
_HG_CLIENTREQ_UNIMP("
ANNOTATE_BENIGN_RACE_SIZED
")
/external/valgrind/tsan/
ts_stats.h
75
ANNOTATE_BENIGN_RACE_SIZED
(msm_branch_count, sizeof(msm_branch_count),
thread_sanitizer.cc
[
all
...]
/external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h
69
ANNOTATE_BENIGN_RACE_SIZED
(addr, 4, "expected race")
/external/valgrind/unittest/
racecheck_unittest.cc
[
all
...]
Completed in 92 milliseconds