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::__anon4fe100ba0111::SetThreadLocal
764 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::base::Thread
1395 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