Searched refs:InitOptions (Results 1 – 5 of 5) sorted by relevance
65 struct InitOptions;66 void Init(const InitOptions *options = nullptr);96 void SetThreadStackAndTls(const InitOptions *options);
122 void MemprofThread::Init(const InitOptions *options) { in Init()169 void MemprofThread::SetThreadStackAndTls(const InitOptions *options) { in SetThreadStackAndTls()
116 struct AsanThread::InitOptions { struct in __asan::AsanThread138 void AsanThread::SetThreadStackAndTls(const AsanThread::InitOptions *options) { in SetThreadStackAndTls()164 const AsanThread::InitOptions options = {__sanitizer::MainThreadStackBase, in CreateMainThread()189 const AsanThread::InitOptions options = {stack_bottom, stack_size}; in BeforeThreadCreateHook()
66 struct InitOptions;67 void Init(const InitOptions *options = nullptr);138 void SetThreadStackAndTls(const InitOptions *options);
229 void AsanThread::Init(const InitOptions *options) { in Init()302 void AsanThread::SetThreadStackAndTls(const InitOptions *options) { in SetThreadStackAndTls()