Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc60 static void NOINLINE thread_init() { in thread_init() function
75 thread_init(); in malloc()
83 thread_init(); in free()
90 thread_init(); in calloc()
100 thread_init(); in realloc()
113 thread_init(); in memalign()
121 thread_init(); in posix_memalign()
129 thread_init(); in valloc()
/external/valgrind/drd/
Ddrd_thread.h134 void DRD_(thread_init)(void);
Ddrd_main.c878 DRD_(thread_init)(); in drd_pre_clo_init() local
Ddrd_thread.c143 void DRD_(thread_init)(void) in DRD_() argument