Lines Matching refs:theLocks
43 struct RecursiveMutex theLocks[3] = { variable
51 struct RecursiveMutex * rm = theLocks+i; in __ghsLockCpp()
65 struct RecursiveMutex * rm = theLocks+i; in __ghsUnlockCpp()
83 } theLocks[3] = { variable
92 struct RecursiveMutex * rm = theLocks+i; in __ghsLockCpp()
107 struct RecursiveMutex * rm = theLocks+i; in __ghsUnlockCpp()
181 } theLocks[3] = { variable
189 struct RecursiveMutex * rm = theLocks+i; in __ghsLockCpp()
204 struct RecursiveMutex * rm = theLocks+i; in __ghsUnlockCpp()
219 static pthread_mutex_t theLocks[3] = { variable
227 pthread_mutex_lock(&theLocks[i]); in __ghsLockCpp()
232 pthread_mutex_unlock(&theLocks[i]); in __ghsUnlockCpp()
240 static pthread_mutex_t theLocks[3] = { variable
248 pthread_mutex_lock(&theLocks[i]); in __ghsLockCpp()
253 pthread_mutex_unlock(&theLocks[i]); in __ghsUnlockCpp()