Searched refs:pthread_key (Results 1 – 6 of 6) sorted by relevance
434 pthread_key_t pthread_key) { in PthreadKeyToLocalKey() argument439 intptr_t ptr_key = reinterpret_cast<intptr_t>(pthread_key); in PthreadKeyToLocalKey()462 pthread_key_t pthread_key = LocalKeyToPthreadKey(key); in DeleteThreadLocalKey() local463 int result = pthread_key_delete(pthread_key); in DeleteThreadLocalKey()470 pthread_key_t pthread_key = LocalKeyToPthreadKey(key); in GetThreadLocal() local471 return pthread_getspecific(pthread_key); in GetThreadLocal()476 pthread_key_t pthread_key = LocalKeyToPthreadKey(key); in SetThreadLocal() local477 pthread_setspecific(pthread_key, value); in SetThreadLocal()
634 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in DeleteThreadLocalKey() local635 int result = pthread_key_delete(pthread_key); in DeleteThreadLocalKey()642 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in GetThreadLocal() local643 return pthread_getspecific(pthread_key); in GetThreadLocal()648 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in SetThreadLocal() local649 pthread_setspecific(pthread_key, value); in SetThreadLocal()
537 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in DeleteThreadLocalKey() local538 int result = pthread_key_delete(pthread_key); in DeleteThreadLocalKey()545 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in GetThreadLocal() local546 return pthread_getspecific(pthread_key); in GetThreadLocal()551 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in SetThreadLocal() local552 pthread_setspecific(pthread_key, value); in SetThreadLocal()
529 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in DeleteThreadLocalKey() local530 int result = pthread_key_delete(pthread_key); in DeleteThreadLocalKey()537 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in GetThreadLocal() local538 return pthread_getspecific(pthread_key); in GetThreadLocal()543 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in SetThreadLocal() local544 pthread_setspecific(pthread_key, value); in SetThreadLocal()
590 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in DeleteThreadLocalKey() local591 int result = pthread_key_delete(pthread_key); in DeleteThreadLocalKey()598 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in GetThreadLocal() local599 return pthread_getspecific(pthread_key); in GetThreadLocal()604 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in SetThreadLocal() local605 pthread_setspecific(pthread_key, value); in SetThreadLocal()
802 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in DeleteThreadLocalKey() local803 int result = pthread_key_delete(pthread_key); in DeleteThreadLocalKey()810 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in GetThreadLocal() local811 return pthread_getspecific(pthread_key); in GetThreadLocal()816 pthread_key_t pthread_key = static_cast<pthread_key_t>(key); in SetThreadLocal() local817 pthread_setspecific(pthread_key, value); in SetThreadLocal()