Searched refs:is_inited (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/unittest/
H A Ddemo_tests.cc270 static int is_inited = 0; member in namespace:test308
275 if (!is_inited) {
277 if (!is_inited) {
280 is_inited = 1;
297 ANNOTATE_TRACE_MEMORY(&is_inited);
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp6923 static int is_inited = 0; member in namespace:test308
6928 if (!is_inited) {
6930 if (!is_inited) {
6933 is_inited = 1;
6950 ANNOTATE_TRACE_MEMORY(&is_inited);
/external/valgrind/main/helgrind/
H A Dhg_main.c1748 void evh__new_mem_heap ( Addr a, SizeT len, Bool is_inited ) {
1751 (void*)a, len, (Int)is_inited );
1753 if (is_inited) {

Completed in 4267 milliseconds