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

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
InitializeDll.h 12 bool InitThread();
InitializeDll.cpp 42 return InitThread();
65 bool InitThread()
71 assert(0 && "InitThread(): Process hasn't been initalised.");
84 assert(0 && "InitThread(): Unable to set init flag.");
ShaderLang.cpp 112 if (!InitThread())
153 if (!InitThread())
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.h 47 bool InitThread();
audio_mixer_alsa.cc 90 if (!InitThread()) {
110 if (!InitThread())
238 bool AudioMixerAlsa::InitThread() {
  /external/v8/src/
execution.h 168 void InitThread(const ExecutionAccess& lock);
v8threads.cc 87 isolate->stack_guard()->InitThread(access);
174 isolate_->stack_guard()->InitThread(access);
isolate.cc 770 stack_guard_.InitThread(lock);
execution.cc 458 void StackGuard::InitThread(const ExecutionAccess& lock) {

Completed in 1049 milliseconds