Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_interceptors.cpp149 static thread_return_t THREAD_CALLING_CONV memprof_thread_start(void *arg) { in memprof_thread_start() function
175 result = REAL(pthread_create)(thread, attr, memprof_thread_start, &param); in INTERCEPTOR()