Searched refs:ANNOTATE_BENIGN_RACE (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/trace_event/ |
D | trace_event_synthetic_delay.cc | 84 ANNOTATE_BENIGN_RACE(&target_duration_, "Synthetic delay duration"); in Begin() 99 ANNOTATE_BENIGN_RACE(&target_duration_, "Synthetic delay duration"); in BeginParallel() 114 ANNOTATE_BENIGN_RACE(&target_duration_, "Synthetic delay duration"); in End()
|
D | category_registry.cc | 61 ANNOTATE_BENIGN_RACE(g_categories[i].state_ptr(), in Initialize()
|
/external/valgrind/drd/ |
D | drd.h | 149 #undef ANNOTATE_BENIGN_RACE 357 #define ANNOTATE_BENIGN_RACE(addr, descr) \ macro
|
/external/libchrome/base/third_party/dynamic_annotations/ |
D | dynamic_annotations.h | 235 #define ANNOTATE_BENIGN_RACE(pointer, description) \ macro 406 #define ANNOTATE_BENIGN_RACE(address, description) /* empty */ macro
|
/external/libchrome/base/threading/ |
D | thread_unittest.cc | 35 ANNOTATE_BENIGN_RACE(value, "Test-only data race on boolean " in ToggleValue() 44 ANNOTATE_BENIGN_RACE( in SleepInsideInitThread()
|
/external/valgrind/helgrind/ |
D | helgrind.h | 692 #define ANNOTATE_BENIGN_RACE(pointer, description) \ macro
|
/external/valgrind/drd/tests/ |
D | tsan_unittest.cpp | 2798 ANNOTATE_BENIGN_RACE(&GLOB, "test56. Use of ANNOTATE_BENIGN_RACE."); in Run() 2799 ANNOTATE_BENIGN_RACE(&GLOB2, "No race. The tool should be silent"); in Run() 2903 ANNOTATE_BENIGN_RACE(&FLAG1, "synchronization via 'safe' race"); in Run() 2904 ANNOTATE_BENIGN_RACE(&FLAG2, "synchronization via 'safe' race"); in Run() 3745 ANNOTATE_BENIGN_RACE(&this->data_, "needs annotation"); in Annotate_Race() 3746 ANNOTATE_BENIGN_RACE(&this->ref_, "needs annotation"); in Annotate_Race() 3928 ANNOTATE_BENIGN_RACE(&this->data_, "needs annotation"); in Annotate_Race()
|