Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp15 thread->start_routine_ = start_routine; in Create()
70 if (!start_routine_) { in ThreadStart()
77 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
/freebsd/contrib/llvm-project/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