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

  /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/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 815 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
    [all...]
platform-openbsd.cc 603 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
platform-win32.cc     [all...]

Completed in 209 milliseconds