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

  /external/v8/src/
v8threads.cc 138 Thread::SetThreadLocal(thread_state_key, NULL);
168 Thread::SetThreadLocal(thread_state_key, NULL);
275 Thread::SetThreadLocal(thread_state_key, reinterpret_cast<void*>(state));
platform.h 377 static void SetThreadLocal(LocalStorageKey key, void* value);
379 SetThreadLocal(key, reinterpret_cast<void*>(static_cast<intptr_t>(value)));
platform-nullos.cc 349 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
platform-macos.cc 459 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
platform-openbsd.cc 431 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
platform-solaris.cc 406 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
execution.cc 361 Thread::SetThreadLocal(
platform-freebsd.cc 458 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
platform-linux.cc 552 void Thread::SetThreadLocal(LocalStorageKey key, void* value) {
platform-win32.cc     [all...]
  /external/v8/src/mips/
simulator-mips.cc 582 v8::internal::Thread::SetThreadLocal(simulator_key, sim);
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 539 v8::internal::Thread::SetThreadLocal(simulator_key, sim);
    [all...]

Completed in 179 milliseconds