Searched defs:SetThreadLocal (Results 1 – 4 of 4) sorted by relevance
30 class SetThreadLocal : public ThreadLocalTesterBase { class32 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done) in SetThreadLocal() function in base::__anon15106ff60111::SetThreadLocal
769 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::base::Thread
1405 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::base::Thread
1004 func (v Value) SetThreadLocal(tl bool) { C.LLVMSetThreadLocal(v.C, boolToLLVMBool(tl)) } func