Searched defs:SetThreadLocal (Results 1 - 9 of 9) sorted by relevance

/external/chromium/base/threading/
H A Dthread_local_unittest.cc28 class SetThreadLocal : public ThreadLocalTesterBase { class in namespace:base::__anon1776
30 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done) function in class:base::__anon1776::SetThreadLocal
32 ~SetThreadLocal() { }
99 SetThreadLocal setter(&tlp, &done);
/external/v8/src/
H A Dplatform-nullos.cc398 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { function in class:v8::internal::Thread
H A Dplatform-cygwin.cc475 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { function in class:v8::internal::Thread
H A Dplatform-freebsd.cc550 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { function in class:v8::internal::Thread
H A Dplatform-linux.cc810 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { function in class:v8::internal::Thread
H A Dplatform-macos.cc600 Thread::SetThreadLocal(key, expected);
606 Thread::SetThreadLocal(key, NULL);
647 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { function in class:v8::internal::Thread
H A Dplatform-openbsd.cc603 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { function in class:v8::internal::Thread
H A Dplatform-solaris.cc542 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { function in class:v8::internal::Thread
H A Dplatform-win32.cc1658 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { function in class:v8::internal::Thread

Completed in 143 milliseconds