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

/external/v8/src/
H A Dplatform-cygwin.cc445 Thread::LocalStorageKey local_key) {
447 intptr_t ptr_key = static_cast<intptr_t>(local_key);
444 LocalKeyToPthreadKey( Thread::LocalStorageKey local_key) argument
/external/chromium_org/v8/src/
H A Dplatform-posix.cc649 static pthread_key_t LocalKeyToPthreadKey(Thread::LocalStorageKey local_key) { argument
652 intptr_t ptr_key = static_cast<intptr_t>(local_key);
655 return static_cast<pthread_key_t>(local_key);
728 LocalStorageKey local_key = PthreadKeyToLocalKey(key); local
731 if (check_fast_tls) CheckFastTls(local_key);
733 return local_key;

Completed in 172 milliseconds