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-macos.cc 447 Thread::SetThreadLocal(Isolate::isolate_key(), thread->isolate());
520 Thread::SetThreadLocal(key, expected);
526 Thread::SetThreadLocal(key, NULL);
567 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
platform.h 408 static void SetThreadLocal(LocalStorageKey key, void* value);
410 SetThreadLocal(key, reinterpret_cast<void*>(static_cast<intptr_t>(value)));
isolate.cc 326 Thread::SetThreadLocal(isolate_key_, default_isolate_);
565 Thread::SetThreadLocal(isolate_key_, isolate);
566 Thread::SetThreadLocal(per_isolate_thread_data_key_, data);
platform-openbsd.cc 398 Thread::SetThreadLocal(Isolate::isolate_key(), thread->isolate());
451 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
platform-nullos.cc 369 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
platform-cygwin.cc 402 Thread::SetThreadLocal(Isolate::isolate_key(), thread->isolate());
474 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
platform-freebsd.cc 453 Thread::SetThreadLocal(Isolate::isolate_key(), thread->isolate());
506 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
platform-solaris.cc 412 Thread::SetThreadLocal(Isolate::isolate_key(), thread->isolate());
465 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
platform-linux.cc 630 Thread::SetThreadLocal(Isolate::isolate_key(), thread->isolate());
683 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
platform-win32.cc     [all...]

Completed in 172 milliseconds