Searched refs:TryLock (Results 1 – 2 of 2) sorted by relevance
27 struct TryLock { struct31 #define TRYLOCK_DECL_STATIC(name) struct TryLock name argument34 void trylockInit(struct TryLock *lock);35 void trylockRelease(struct TryLock *lock);36 bool trylockTryTake(struct TryLock *lock); //true if we took it
21 void trylockInit(struct TryLock *lock) in trylockInit()26 void trylockRelease(struct TryLock *lock) in trylockRelease()31 bool trylockTryTake(struct TryLock *lock) in trylockTryTake()