Searched refs:g_lockListFirst (Results 1 – 1 of 1) sorted by relevance
35 static HksStorageFileLock *g_lockListFirst = NULL; variable60 if (g_lockListFirst == NULL) { in ClearLockList()64 HksStorageFileLock *iter = g_lockListFirst; in ClearLockList()72 g_lockListFirst = NULL; in ClearLockList()78 HksStorageFileLock *iter = g_lockListFirst; in FindFileLock()125 if (g_lockListFirst == NULL) { in AppendFileLock()126 g_lockListFirst = lock; in AppendFileLock()127 g_lockListFirst->next = NULL; in AppendFileLock()192 HksStorageFileLock *iter = g_lockListFirst; in IsLockInList()227 g_lockListFirst = iter->next; in Release()[all …]