HomeSort by relevance Sort by last modified time
    Searched refs:SetThreadLocal (Results 1 - 8 of 8) sorted by null

  /external/libchrome/base/threading/
thread_local_unittest.cc 30 class SetThreadLocal : public ThreadLocalTesterBase {
32 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done)
34 ~SetThreadLocal() override = default;
100 SetThreadLocal setter(&tlp, &done);
  /external/v8/src/base/platform/
platform.h 357 static void SetThreadLocal(LocalStorageKey key, void* value);
359 SetThreadLocal(key, reinterpret_cast<void*>(static_cast<intptr_t>(value)));
platform-posix.cc 856 Thread::SetThreadLocal(key, expected);
861 Thread::SetThreadLocal(key, nullptr);
902 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
platform-win32.cc     [all...]
  /external/v8/src/
assert-scope.cc 60 base::Thread::SetThreadLocal(kPerThreadAssertKey.Get(), data);
isolate.cc     [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
ir.go     [all...]

Completed in 581 milliseconds