Searched refs:ProxyFileMutexLock (Results 1 – 3 of 3) sorted by relevance
94 } ProxyFileMutexLock; typedef
156 static ProxyFileMutexLock *GetSessionFileLock(int32_t channelId) in GetSessionFileLock()162 ProxyFileMutexLock *item = NULL; in GetSessionFileLock()163 ProxyFileMutexLock *sessionLock = NULL; in GetSessionFileLock()164 LIST_FOR_EACH_ENTRY(item, &g_sessionFileLockList, ProxyFileMutexLock, node) { in GetSessionFileLock()175 sessionLock = (ProxyFileMutexLock *)SoftBusCalloc(sizeof(ProxyFileMutexLock)); in GetSessionFileLock()194 static void DelSessionFileLock(ProxyFileMutexLock *sessionLock) in DelSessionFileLock()1003 ProxyFileMutexLock *sessionLock = GetSessionFileLock(channelId); in ProxyChannelSendFile()
417 ProxyFileMutexLock *sessionLock = GetSessionFileLock(channelId);