Home
last modified time | relevance | path

Searched refs:HasThreadLocal (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/base/platform/
Dplatform-unittest.cc66 CHECK(!Thread::HasThreadLocal(keys_[i])); in Run()
72 CHECK(Thread::HasThreadLocal(keys_[i])); in Run()
82 CHECK(Thread::HasThreadLocal(keys_[i])); in Run()
Dplatform.h469 static bool HasThreadLocal(LocalStorageKey key) { in HasThreadLocal() function