Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dheap.c120 if (!trylockTryTake(&gHeapLock)) in heapAlloc()
179 haveLock = trylockTryTake(&gHeapLock); in heapFree()
215 haveLock = trylockTryTake(&gHeapLock); in heapFreeAll()
Dtrylock.c31 bool trylockTryTake(struct TryLock *lock) in trylockTryTake() function
/device/google/contexthub/firmware/os/inc/
Dtrylock.h36 bool trylockTryTake(struct TryLock *lock); //true if we took it