Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp15 thread->start_routine_ = start_routine; in Create()
68 if (!start_routine_) { in ThreadStart()
83 return start_routine_(arg_); in ThreadStart()
H A Ddfsan_thread.h39 bool IsMainThread() { return start_routine_ == nullptr; } in IsMainThread()
61 thread_callback_t start_routine_; variable
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_thread.cpp15 thread->start_routine_ = start_routine; in Create()
69 if (!start_routine_) { in ThreadStart()
76 thread_return_t res = start_routine_(arg_); in ThreadStart()
H A Dmsan_thread.h34 bool IsMainThread() { return start_routine_ == nullptr; } in IsMainThread()
60 thread_callback_t start_routine_; variable
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp80 thread->start_routine_ = start_routine; in Create()
145 if (!start_routine_) { in ThreadStart()
153 return start_routine_(arg_); in ThreadStart()
H A Dmemprof_thread.h105 thread_callback_t start_routine_; variable
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_thread.cpp83 thread->start_routine_ = start_routine; in Create()
269 if (!start_routine_) { in ThreadStart()
277 thread_return_t res = start_routine_(arg_); in ThreadStart()
H A Dasan_thread.h150 thread_callback_t start_routine_; variable