Searched refs:tlsKey (Results 1 – 1 of 1) sorted by relevance
219 static pthread_key_t tlsKey = INVALID_KEY; variable694 if(tlsKey != INVALID_KEY) { in set_thread_context()695 pthread_setspecific(tlsKey, (void*)&hlist[domain]); in set_thread_context()702 list = (struct handle_list*)pthread_getspecific(tlsKey); in get_domain_id()715 list = (struct handle_list*)pthread_getspecific(tlsKey); in is_smmu_enabled()761 if(0 == pthread_getspecific(tlsKey)) { in remote_handle_invoke_domain()762 pthread_setspecific(tlsKey, (void*)list); in remote_handle_invoke_domain()791 if (0 == pthread_getspecific(tlsKey)) in remote_handle_invoke_domain()793 pthread_setspecific(tlsKey, (void *)1); in remote_handle_invoke_domain()807 list = (struct handle_list*)pthread_getspecific(tlsKey); in remote_handle_invoke()[all …]