Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc29 static bool InitThread() { in InitThread() function
47 InitThread(); in INTERCEPTOR()
53 InitThread(); in INTERCEPTOR()
61 InitThread(); in INTERCEPTOR()
69 InitThread(); in INTERCEPTOR()
75 InitThread(); in INTERCEPTOR()
82 InitThread(); in INTERCEPTOR()
90 InitThread(); in INTERCEPTOR()
98 InitThread(); in INTERCEPTOR()
104 InitThread(); in INTERCEPTOR()
[all …]
/external/v8/src/
Dv8threads.cc52 isolate_->stack_guard()->InitThread(access); in Initialize()
134 isolate_->stack_guard()->InitThread(access); in RestoreThread()
Dexecution.h144 void InitThread(const ExecutionAccess& lock);
Dexecution.cc469 void StackGuard::InitThread(const ExecutionAccess& lock) { in InitThread() function in v8::internal::StackGuard
Disolate.cc1901 stack_guard_.InitThread(lock); in Init()