/external/chromium_org/v8/test/cctest/ |
test-platform-tls.cc | 52 Thread::SetThreadLocal(keys[i], GetValue(i)); 62 Thread::SetThreadLocal(keys[i], GetValue(kValueCount - i - 1));
|
/external/v8/test/cctest/ |
test-platform-tls.cc | 26 Thread::SetThreadLocal(keys[i], GetValue(i)); 36 Thread::SetThreadLocal(keys[i], GetValue(kValueCount - i - 1));
|
/external/chromium/base/threading/ |
thread_local_unittest.cc | 28 class SetThreadLocal : public ThreadLocalTesterBase { 30 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done) 32 ~SetThreadLocal() { } 99 SetThreadLocal setter(&tlp, &done);
|
/external/chromium_org/base/threading/ |
thread_local_unittest.cc | 30 class SetThreadLocal : public ThreadLocalTesterBase { 32 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done) 36 virtual ~SetThreadLocal() {} 105 SetThreadLocal setter(&tlp, &done);
|
/external/chromium_org/mojo/public/utility/ |
thread_local_unittest.cc | 31 class SetThreadLocal : public ThreadLocalTesterBase { 33 SetThreadLocal(TLPType* tlp, base::WaitableEvent* done) 37 virtual ~SetThreadLocal() {} 106 SetThreadLocal setter(&tlp, &done);
|
/external/chromium_org/v8/src/ |
assert-scope.h | 111 Thread::SetThreadLocal(thread_local_key, data);
|
platform.h | 549 static void SetThreadLocal(LocalStorageKey key, void* value); 551 SetThreadLocal(key, reinterpret_cast<void*>(static_cast<intptr_t>(value)));
|
platform-posix.cc | 722 Thread::SetThreadLocal(key, expected); 728 Thread::SetThreadLocal(key, NULL); 769 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
|
isolate.cc | 209 Thread::SetThreadLocal(isolate_key_, default_isolate_); [all...] |
platform-win32.cc | [all...] |
/external/v8/src/ |
platform.h | 468 static void SetThreadLocal(LocalStorageKey key, void* value); 470 SetThreadLocal(key, reinterpret_cast<void*>(static_cast<intptr_t>(value)));
|
platform-macos.cc | 600 Thread::SetThreadLocal(key, expected); 606 Thread::SetThreadLocal(key, NULL); 647 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
|
platform-nullos.cc | 398 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
|
isolate.cc | 375 Thread::SetThreadLocal(isolate_key_, default_isolate_); [all...] |
platform-cygwin.cc | 475 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
|
platform-solaris.cc | 542 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
|
platform-freebsd.cc | 550 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
|
platform-linux.cc | 810 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { [all...] |
platform-openbsd.cc | 603 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
|
platform-win32.cc | [all...] |