Home
last modified time | relevance | path

Searched defs:SetThreadLocal (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/threading/
Dthread_local_unittest.cc30 class SetThreadLocal : public ThreadLocalTesterBase { class
32 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done) in SetThreadLocal() function in base::__anon15106ff60111::SetThreadLocal
/external/v8/src/base/platform/
Dplatform-posix.cc769 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::base::Thread
Dplatform-win32.cc1405 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::base::Thread
/external/llvm/bindings/go/llvm/
Dir.go1004 func (v Value) SetThreadLocal(tl bool) { C.LLVMSetThreadLocal(v.C, boolToLLVMBool(tl)) } func