Searched defs:tryLock (Results 1 – 4 of 4) sorted by relevance
114 inline bool Mutex::tryLock (void) throw() in tryLock() function in de::Mutex
67 bool tryLock() in tryLock() function
53 bool tryLock() { return mFifo.tryLock(); } in tryLock() function
508 bool Scheduler::Worker::tryLock() { in tryLock() function in marl::Scheduler::Worker