Home
last modified time | relevance | path

Searched refs:lib_constructor_call (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/test/tsan/Linux/
Dcheck_preinit.cc21 volatile int lib_constructor_call = 0; variable
26 lib_constructor_call = ++counter; in LibConstructor()
32 extern int lib_constructor_call;
55 printf("LIB_CONSTRUCTOR %d\n", lib_constructor_call); in main()