Home
last modified time | relevance | path

Searched refs:tlsKey (Results 1 – 1 of 1) sorted by relevance

/external/fastrpc/src/
Dfastrpc_apps_user.c219 static pthread_key_t tlsKey = INVALID_KEY; variable
694 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 …]