Searched defs:local_key (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/base/platform/
H A Dplatform-posix.cc568 static pthread_key_t LocalKeyToPthreadKey(Thread::LocalStorageKey local_key) { argument
571 intptr_t ptr_key = static_cast<intptr_t>(local_key);
574 return static_cast<pthread_key_t>(local_key);
647 LocalStorageKey local_key = PthreadKeyToLocalKey(key); local
650 if (check_fast_tls) CheckFastTls(local_key);
652 return local_key;

Completed in 214 milliseconds