Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dheap.c171 bool haveLock; in heapFree() local
179 haveLock = trylockTryTake(&gHeapLock); in heapFree()
185 if (haveLock) { in heapFree()
208 bool haveLock; in heapFreeAll() local
215 haveLock = trylockTryTake(&gHeapLock); in heapFreeAll()
216 if (!haveLock) in heapFreeAll()
236 bool haveLock; in heapGetFreeSize() local
241 haveLock = trylockTryTake(&gHeapLock); in heapGetFreeSize()
242 if (!haveLock) in heapGetFreeSize()
261 bool haveLock; in heapGetTaskSize() local
[all …]