Home
last modified time | relevance | path

Searched defs:pthread_key (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dplatform-cygwin.cc434 pthread_key_t pthread_key) { in PthreadKeyToLocalKey()
462 pthread_key_t pthread_key = LocalKeyToPthreadKey(key); in DeleteThreadLocalKey() local
470 pthread_key_t pthread_key = LocalKeyToPthreadKey(key); in GetThreadLocal() local
476 pthread_key_t pthread_key = LocalKeyToPthreadKey(key); in SetThreadLocal() local
Dplatform-macos.cc634 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in DeleteThreadLocalKey() local
642 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in GetThreadLocal() local
648 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in SetThreadLocal() local
Dplatform-freebsd.cc537 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in DeleteThreadLocalKey() local
545 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in GetThreadLocal() local
551 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in SetThreadLocal() local
Dplatform-solaris.cc529 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in DeleteThreadLocalKey() local
537 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in GetThreadLocal() local
543 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in SetThreadLocal() local
Dplatform-openbsd.cc590 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in DeleteThreadLocalKey() local
598 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in GetThreadLocal() local
604 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in SetThreadLocal() local
Dplatform-linux.cc802 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in DeleteThreadLocalKey() local
810 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in GetThreadLocal() local
816 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in SetThreadLocal() local