Searched refs:SetThreadLocal (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/base/threading/ |
D | thread_local_unittest.cc | 30 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/ |
D | platform.h | 357 static void SetThreadLocal(LocalStorageKey key, void* value); 359 SetThreadLocal(key, reinterpret_cast<void*>(static_cast<intptr_t>(value))); in SetThreadLocalInt()
|
D | platform-posix.cc | 856 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
|
D | platform-win32.cc | 1366 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() function in v8::base::Thread
|
/external/v8/src/ |
D | assert-scope.cc | 60 base::Thread::SetThreadLocal(kPerThreadAssertKey.Get(), data); in SetCurrent()
|
D | isolate.cc | 2692 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/ |
D | ir.go | 1004 func (v Value) SetThreadLocal(tl bool) { C.LLVMSetThreadLocal(v.C, boolToLLVMBool(tl)) } func
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1032 func (v Value) SetThreadLocal(tl bool) { C.LLVMSetThreadLocal(v.C, boolToLLVMBool(tl)) } func
|