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

  /external/v8/src/base/platform/
platform-posix.cc 639 intptr_t ptr_key = reinterpret_cast<intptr_t>(pthread_key); local
640 return static_cast<Thread::LocalStorageKey>(ptr_key);
650 intptr_t ptr_key = static_cast<intptr_t>(local_key); local
651 return reinterpret_cast<pthread_key_t>(ptr_key);

Completed in 80 milliseconds