HomeSort by relevance Sort by last modified time
    Searched refs:trylockTryTake (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/core/
trylock.c 31 bool trylockTryTake(struct TryLock *lock)
heap.c 120 if (!trylockTryTake(&gHeapLock))
179 haveLock = trylockTryTake(&gHeapLock);
215 haveLock = trylockTryTake(&gHeapLock);
241 haveLock = trylockTryTake(&gHeapLock);
265 haveLock = trylockTryTake(&gHeapLock);
  /device/google/contexthub/firmware/os/inc/
trylock.h 36 bool trylockTryTake(struct TryLock *lock); //true if we took it

Completed in 221 milliseconds