Searched refs:g_binderList (Results 1 – 1 of 1) sorted by relevance
76 static RemoteBinderObjectsList g_binderList = {.mutex = PTHREAD_MUTEX_INITIALIZER}; variable96 UtilsListInit(&g_binderList.remoteBinderObjects); in InitDBinder()110 pthread_mutex_lock(&g_binderList.mutex); in GetRegisterService()111 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_binderList.remoteBinderObjects, RemoteBinderObjects, list) in GetRegisterService()114 pthread_mutex_unlock(&g_binderList.mutex); in GetRegisterService()118 pthread_mutex_unlock(&g_binderList.mutex); in GetRegisterService()124 pthread_mutex_lock(&g_binderList.mutex); in AddRegisterService()125 UtilsListAdd(&g_binderList.remoteBinderObjects, &binderObject->list); in AddRegisterService()126 pthread_mutex_unlock(&g_binderList.mutex); in AddRegisterService()