Searched refs:pthread_setspecific (Results 1 – 3 of 3) sorted by relevance
310 inline int pthread_setspecific(pthread_key_t key, const void* value) { in pthread_setspecific() function398 using port::pthread_setspecific;
288 pthread_setspecific(inst->pthread_key_, nullptr); in OnThreadExit()387 if (pthread_setspecific(inst->pthread_key_, tls_) != 0) { in GetThreadLocal()
3474 GTEST_CHECK_POSIX_SUCCESS_(pthread_setspecific(key_, holder_base));