Home
last modified time | relevance | path

Searched refs:SetThreadLocal (Results 1 – 13 of 13) sorted by relevance

/external/chromium/base/
Dthread_local_unittest.cc26 class SetThreadLocal : public ThreadLocalTesterBase { class
28 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done) in SetThreadLocal() function in __anona460864d0111::SetThreadLocal
30 ~SetThreadLocal() { } in ~SetThreadLocal()
97 SetThreadLocal setter(&tlp, &done); in TEST()
/external/v8/src/
Dv8threads.cc138 Thread::SetThreadLocal(thread_state_key, NULL); in RestoreThread()
168 Thread::SetThreadLocal(thread_state_key, NULL); in RestoreThread()
275 Thread::SetThreadLocal(thread_state_key, reinterpret_cast<void*>(state)); in ArchiveThread()
Dplatform.h377 static void SetThreadLocal(LocalStorageKey key, void* value);
379 SetThreadLocal(key, reinterpret_cast<void*>(static_cast<intptr_t>(value))); in SetThreadLocalInt()
Dplatform-nullos.cc349 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::internal::Thread
Dplatform-openbsd.cc431 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::internal::Thread
Dplatform-solaris.cc406 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::internal::Thread
Dplatform-macos.cc459 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::internal::Thread
Dplatform-freebsd.cc458 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::internal::Thread
Dplatform-linux.cc552 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::internal::Thread
Dexecution.cc361 Thread::SetThreadLocal( in FreeThreadResources()
Dplatform-win32.cc1510 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::internal::Thread
/external/v8/src/mips/
Dsimulator-mips.cc582 v8::internal::Thread::SetThreadLocal(simulator_key, sim); in current()
/external/v8/src/arm/
Dsimulator-arm.cc539 v8::internal::Thread::SetThreadLocal(simulator_key, sim); in current()