Searched refs:InitThread (Results 1 – 10 of 10) sorted by relevance
81 if (! InitThread()) { in InitProcess()95 bool InitThread() in InitThread() function
42 bool InitThread();
95 void ThreadManager::InitThread(const ExecutionAccess& lock) { in InitThread() function in v8::internal::ThreadManager97 isolate_->stack_guard()->InitThread(lock); in InitThread()98 isolate_->debug()->InitThread(lock); in InitThread()132 InitThread(access); in RestoreThread()
65 void InitThread(const ExecutionAccess&);
46 void InitThread(const ExecutionAccess& lock);
231 void StackGuard::InitThread(const ExecutionAccess& lock) { in InitThread() function in v8::internal::StackGuard
3951 stack_guard()->InitThread(lock); in ThrowInternal()
53 if (! glslang::InitThread()) in DllMain()
1356 if (!InitThread()) in ShConstructCompiler()1366 if (!InitThread()) in ShConstructLinker()1376 if (!InitThread()) in ShConstructUniformMap()1875 if (! InitThread()) in parse()1902 if (! InitThread()) in preprocess()
342 void InitThread(const ExecutionAccess& lock) { ThreadInit(); } in InitThread() function