Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c76 static RemoteBinderObjectsList g_binderList = {.mutex = PTHREAD_MUTEX_INITIALIZER}; variable
96 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()