Searched refs:haveLock (Results 1 – 1 of 1) sorted by relevance
171 bool haveLock; in heapFree() local179 haveLock = trylockTryTake(&gHeapLock); in heapFree()185 if (haveLock) { in heapFree()208 bool haveLock; in heapFreeAll() local215 haveLock = trylockTryTake(&gHeapLock); in heapFreeAll()216 if (!haveLock) in heapFreeAll()236 bool haveLock; in heapGetFreeSize() local241 haveLock = trylockTryTake(&gHeapLock); in heapGetFreeSize()242 if (!haveLock) in heapGetFreeSize()261 bool haveLock; in heapGetTaskSize() local[all …]