Searched refs:trylockTryTake (Results 1 – 3 of 3) sorted by relevance
120 if (!trylockTryTake(&gHeapLock)) in heapAlloc()179 haveLock = trylockTryTake(&gHeapLock); in heapFree()215 haveLock = trylockTryTake(&gHeapLock); in heapFreeAll()241 haveLock = trylockTryTake(&gHeapLock); in heapGetFreeSize()265 haveLock = trylockTryTake(&gHeapLock); in heapGetTaskSize()
31 bool trylockTryTake(struct TryLock *lock) in trylockTryTake() function
36 bool trylockTryTake(struct TryLock *lock); //true if we took it