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

/external/chromium_org/base/threading/
H A Dthread_local_unittest.cc30 class SetThreadLocal : public ThreadLocalTesterBase { class in namespace:base::__anon2561
32 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done) function in class:base::__anon2561::SetThreadLocal
36 virtual ~SetThreadLocal() {}
105 SetThreadLocal setter(&tlp, &done);
/external/chromium_org/v8/src/base/platform/
H A Dplatform-posix.cc623 Thread::SetThreadLocal(key, expected);
629 Thread::SetThreadLocal(key, NULL);
670 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { function in class:v8::base::Thread
H A Dplatform-win32.cc1394 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { function in class:v8::base::Thread

Completed in 224 milliseconds