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

  /external/v8/src/
platform-cygwin.cc 439 intptr_t ptr_key = reinterpret_cast<intptr_t>(pthread_key); local
440 return static_cast<Thread::LocalStorageKey>(ptr_key);
447 intptr_t ptr_key = static_cast<intptr_t>(local_key); local
448 return reinterpret_cast<pthread_key_t>(ptr_key);
  /external/chromium_org/v8/src/
platform-posix.cc 641 intptr_t ptr_key = reinterpret_cast<intptr_t>(pthread_key); local
642 return static_cast<Thread::LocalStorageKey>(ptr_key);
652 intptr_t ptr_key = static_cast<intptr_t>(local_key); local
653 return reinterpret_cast<pthread_key_t>(ptr_key);

Completed in 313 milliseconds