Searched defs:SetThreadLocal (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/base/threading/ | ||
D | thread_local_unittest.cc | 30 class SetThreadLocal : public ThreadLocalTesterBase { class |
/external/chromium_org/v8/src/base/platform/ | ||
D | platform-posix.cc | 670 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::base::Thread |
D | platform-win32.cc | 1394 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::base::Thread |