Lines Matching refs:tls_key_
379 CHECK_PTHREAD_CALL(pthread_key_create, (&tls_key_, nullptr), "compiler tls key");
442 CHECK_PTHREAD_CALL(pthread_key_delete, (tls_key_), "delete tls key");
448 CompilerTls* res = static_cast<CompilerTls*>(pthread_getspecific(tls_key_));
451 CHECK_PTHREAD_CALL(pthread_setspecific, (tls_key_, res), "compiler tls");