HomeSort by: relevance | last modified time | path
    Searched defs:__tsan_thread_start_func (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 945 extern "C" void *__tsan_thread_start_func(void *arg) { function in typeref:typename:void *
1013 res = REAL(pthread_create)(th, attr, __tsan_thread_start_func, &p);
tsan_interceptors.cc 945 extern "C" void *__tsan_thread_start_func(void *arg) { function in typeref:typename:void *
1013 res = REAL(pthread_create)(th, attr, __tsan_thread_start_func, &p);

Completed in 28 milliseconds