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

  /external/v8/test/cctest/
test-platform-tls.cc 32 CHECK_EQ(GetValue(i), Thread::GetThreadLocal(keys[i]));
43 Thread::GetThreadLocal(keys[i]));
  /external/chromium/base/threading/
thread_local_unittest.cc 46 class GetThreadLocal : public ThreadLocalTesterBase {
48 GetThreadLocal(TLPType* tlp, base::WaitableEvent* done)
50 ~GetThreadLocal() { }
82 GetThreadLocal getter(&tlp, &done);
  /external/v8/src/
platform.h 404 static void* GetThreadLocal(LocalStorageKey key);
406 return static_cast<int>(reinterpret_cast<intptr_t>(GetThreadLocal(key)));
413 return GetThreadLocal(key) != NULL;
420 ASSERT(result == GetThreadLocal(key));
425 return GetThreadLocal(key);
platform-nullos.cc 363 void* Thread::GetThreadLocal(LocalStorageKey key) {
platform-openbsd.cc 445 void* Thread::GetThreadLocal(LocalStorageKey key) {
isolate.h 457 Thread::GetThreadLocal(per_isolate_thread_data_key_));
469 return reinterpret_cast<Isolate*>(Thread::GetThreadLocal(isolate_key_));
    [all...]
platform-cygwin.cc 468 void* Thread::GetThreadLocal(LocalStorageKey key) {
platform-freebsd.cc 500 void* Thread::GetThreadLocal(LocalStorageKey key) {
platform-macos.cc 561 void* Thread::GetThreadLocal(LocalStorageKey key) {
platform-solaris.cc 459 void* Thread::GetThreadLocal(LocalStorageKey key) {
platform-linux.cc 677 void* Thread::GetThreadLocal(LocalStorageKey key) {
platform-win32.cc     [all...]

Completed in 202 milliseconds