Searched refs:InitThread (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DInitializeDll.h12 bool InitThread();
H A DInitializeDll.cpp42 return InitThread();
65 bool InitThread() function
71 assert(0 && "InitThread(): Process hasn't been initalised.");
84 assert(0 && "InitThread(): Unable to set init flag.");
H A DShaderLang.cpp112 if (!InitThread())
153 if (!InitThread())
/external/chromium/chrome/browser/chromeos/
H A Daudio_mixer_alsa.h47 bool InitThread();
H A Daudio_mixer_alsa.cc90 if (!InitThread()) {
110 if (!InitThread())
238 bool AudioMixerAlsa::InitThread() { function in class:chromeos::AudioMixerAlsa
/external/stressapptest/src/
H A Dsat.cc447 thread->InitThread(i, this, os_, patternlist_, &fill_status);
1059 thread->InitThread(total_threads_++, this, os_, patternlist_,
1077 thread->InitThread(total_threads_++, this, os_, patternlist_,
1127 thread->InitThread(total_threads_++, this, os_, patternlist_,
1144 thread->InitThread(total_threads_++, this, os_, patternlist_,
1151 thread->InitThread(total_threads_++, this, os_, patternlist_,
1164 thread->InitThread(total_threads_++, this, os_, patternlist_,
1176 thread->InitThread(total_threads_++, this, os_, patternlist_,
1190 thread->InitThread(total_threads_++, this, os_, patternlist_,
1207 rthread->InitThread(total_threads
[all...]
H A Dworker.h216 virtual void InitThread(int thread_num_init,
H A Dworker.cc288 void WorkerThread::InitThread(int thread_num_init, function in class:WorkerThread
2278 child_worker->thread.InitThread(threadid, sat_, os_, patternlist_,
/external/v8/src/
H A Dv8threads.cc77 isolate_->stack_guard()->InitThread(access);
186 isolate_->stack_guard()->InitThread(access);
H A Dexecution.h184 void InitThread(const ExecutionAccess& lock);
H A Dexecution.cc567 void StackGuard::InitThread(const ExecutionAccess& lock) { function in class:v8::internal::StackGuard
H A Disolate.cc1794 stack_guard_.InitThread(lock);

Completed in 159 milliseconds