Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.h68 struct InitOptions;
69 void Init(const InitOptions *options = nullptr);
99 void SetThreadStackAndTls(const InitOptions *options);
Dmemprof_thread.cpp123 void MemprofThread::Init(const InitOptions *options) { in Init()
170 void MemprofThread::SetThreadStackAndTls(const InitOptions *options) { in SetThreadStackAndTls()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_fuchsia.cpp87 struct AsanThread::InitOptions { struct in __asan::AsanThread
111 void AsanThread::SetThreadStackAndTls(const AsanThread::InitOptions *options) { in SetThreadStackAndTls()
137 const AsanThread::InitOptions options = {__sanitizer::MainThreadStackBase, in CreateMainThread()
162 const AsanThread::InitOptions options = {stack_bottom, stack_size}; in BeforeThreadCreateHook()
Dasan_thread.h69 struct InitOptions;
70 void Init(const InitOptions *options = nullptr);
139 void SetThreadStackAndTls(const InitOptions *options);
Dasan_rtems.cpp102 struct AsanThread::InitOptions { struct in __asan::AsanThread
119 const AsanThread::InitOptions options = {stack_bottom, stack_size, in CreateAsanThread()
128 void AsanThread::SetThreadStackAndTls(const AsanThread::InitOptions *options) { in SetThreadStackAndTls()
Dasan_thread.cpp221 void AsanThread::Init(const InitOptions *options) { in Init()
299 void AsanThread::SetThreadStackAndTls(const InitOptions *options) { in SetThreadStackAndTls()
/external/tensorflow/tensorflow/core/kernels/
Dbasic_ops_benchmark_test.cc26 static SessionOptions InitOptions() { in InitOptions() function
34 static SessionOptions opts = InitOptions(); in GetOptions()