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

  /external/chromium_org/base/threading/
thread_local_unittest.cc 50 class GetThreadLocal : public ThreadLocalTesterBase {
52 GetThreadLocal(TLPType* tlp, base::WaitableEvent* done)
56 virtual ~GetThreadLocal() {}
88 GetThreadLocal getter(&tlp, &done);
  /external/chromium_org/v8/src/base/platform/
platform.h 461 static void* GetThreadLocal(LocalStorageKey key);
463 return static_cast<int>(reinterpret_cast<intptr_t>(GetThreadLocal(key)));
470 return GetThreadLocal(key) != NULL;
477 DCHECK(result == GetThreadLocal(key));
482 return GetThreadLocal(key);
platform-unittest.cc 75 CHECK_EQ(GetValue(i), Thread::GetThreadLocal(keys_[i]));
86 Thread::GetThreadLocal(keys_[i]));
platform-posix.cc 664 void* Thread::GetThreadLocal(LocalStorageKey key) {
platform-win32.cc     [all...]
  /external/chromium_org/v8/src/
assert-scope.h 85 base::Thread::GetThreadLocal(thread_local_key));
isolate.h 475 base::Thread::GetThreadLocal(per_isolate_thread_data_key_));
488 base::Thread::GetThreadLocal(isolate_key_));
495 base::Thread::GetThreadLocal(isolate_key_));
    [all...]

Completed in 186 milliseconds