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.cc62 static void NOINLINE thread_init() { in thread_init() function
77 thread_init(); in malloc()
85 thread_init(); in free()
92 thread_init(); in calloc()
102 thread_init(); in realloc()
115 thread_init(); in memalign()
123 thread_init(); in posix_memalign()
131 thread_init(); in valloc()
/external/valgrind/drd/
Ddrd_thread.h145 void DRD_(thread_init)(void);
Ddrd_main.c883 DRD_(thread_init)(); in drd_pre_clo_init() local
Ddrd_thread.c148 void DRD_(thread_init)(void) in DRD_() argument