HomeSort by relevance Sort by last modified time
    Searched refs:InitThread (Results 1 - 11 of 11) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/OGLCompilersDLL/
InitializeDll.h 43 bool InitThread();
InitializeDll.cpp 77 if (! InitThread()) {
89 bool InitThread()
95 assert(0 && "InitThread(): Process hasn't been initalised.");
105 assert(0 && "InitThread(): Unable to set init flag.");
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 26 static bool InitThread() {
44 InitThread();
50 InitThread();
58 InitThread();
66 InitThread();
72 InitThread();
79 InitThread();
87 InitThread();
95 InitThread();
101 InitThread();
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ShaderLang.cpp 565 if (! InitThread())
    [all...]
  /external/stressapptest/src/
sat.cc 467 thread->InitThread(i, this, os_, patternlist_, &fill_status);
    [all...]
worker.h 214 virtual void InitThread(int thread_num_init,
worker.cc 280 void WorkerThread::InitThread(int thread_num_init,
    [all...]
  /external/v8/src/
execution.h 77 void InitThread(const ExecutionAccess& lock);
v8threads.cc 47 isolate_->stack_guard()->InitThread(access);
129 isolate_->stack_guard()->InitThread(access);
execution.cc 422 void StackGuard::InitThread(const ExecutionAccess& lock) {
isolate.cc     [all...]

Completed in 398 milliseconds