Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp147 static thread_return_t THREAD_CALLING_CONV memprof_thread_start(void *arg) { in memprof_thread_start() function
173 result = REAL(pthread_create)(thread, attr, memprof_thread_start, &param); in INTERCEPTOR()