Home
last modified time | relevance | path

Searched refs:SetThreadLocal (Results 1 – 8 of 8) 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::__anonb73aca820111::SetThreadLocal
34 ~SetThreadLocal() override = default;
100 SetThreadLocal setter(&tlp, &done); in TEST()
/external/v8/src/base/platform/
Dplatform.h357 static void SetThreadLocal(LocalStorageKey key, void* value);
359 SetThreadLocal(key, reinterpret_cast<void*>(static_cast<intptr_t>(value))); in SetThreadLocalInt()
Dplatform-posix.cc856 Thread::SetThreadLocal(key, expected); in CheckFastTls()
861 Thread::SetThreadLocal(key, nullptr); in CheckFastTls()
902 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::base::Thread
Dplatform-win32.cc1366 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::base::Thread
/external/v8/src/
Dassert-scope.cc60 base::Thread::SetThreadLocal(kPerThreadAssertKey.Get(), data); in SetCurrent()
Disolate.cc2692 base::Thread::SetThreadLocal(isolate_key_, isolate); in Throw()
2693 base::Thread::SetThreadLocal(per_isolate_thread_data_key_, data); in Throw()
/external/llvm/bindings/go/llvm/
Dir.go1004 func (v Value) SetThreadLocal(tl bool) { C.LLVMSetThreadLocal(v.C, boolToLLVMBool(tl)) } func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1032 func (v Value) SetThreadLocal(tl bool) { C.LLVMSetThreadLocal(v.C, boolToLLVMBool(tl)) } func