Home
last modified time | relevance | path

Searched refs:InitThread (Results 1 – 10 of 10) sorted by relevance

/third_party/glslang/OGLCompilersDLL/
DInitializeDll.cpp81 if (! InitThread()) { in InitProcess()
95 bool InitThread() in InitThread() function
DInitializeDll.h42 bool InitThread();
/third_party/node/deps/v8/src/execution/
Dv8threads.cc95 void ThreadManager::InitThread(const ExecutionAccess& lock) { in InitThread() function in v8::internal::ThreadManager
97 isolate_->stack_guard()->InitThread(lock); in InitThread()
98 isolate_->debug()->InitThread(lock); in InitThread()
132 InitThread(access); in RestoreThread()
Dv8threads.h65 void InitThread(const ExecutionAccess&);
Dstack-guard.h46 void InitThread(const ExecutionAccess& lock);
Dstack-guard.cc231 void StackGuard::InitThread(const ExecutionAccess& lock) { in InitThread() function in v8::internal::StackGuard
Disolate.cc3951 stack_guard()->InitThread(lock); in ThrowInternal()
/third_party/glslang/glslang/OSDependent/Windows/
Dmain.cpp53 if (! glslang::InitThread()) in DllMain()
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp1356 if (!InitThread()) in ShConstructCompiler()
1366 if (!InitThread()) in ShConstructLinker()
1376 if (!InitThread()) in ShConstructUniformMap()
1875 if (! InitThread()) in parse()
1902 if (! InitThread()) in preprocess()
/third_party/node/deps/v8/src/debug/
Ddebug.h342 void InitThread(const ExecutionAccess& lock) { ThreadInit(); } in InitThread() function