Searched defs:tryLock (Results 1 – 5 of 5) sorted by relevance
/external/webkit/JavaScriptCore/wtf/ | ||
D | ThreadingNone.cpp | 45 bool Mutex::tryLock() { return false; } in tryLock() function in WTF::Mutex |
D | ThreadingGtk.cpp | 186 bool Mutex::tryLock() in tryLock() function in WTF::Mutex |
D | ThreadingQt.cpp | 212 bool Mutex::tryLock() in tryLock() function in WTF::Mutex |
D | ThreadingPthreads.cpp | 243 bool Mutex::tryLock() in tryLock() function in WTF::Mutex |
D | ThreadingWin.cpp | 287 bool Mutex::tryLock() in tryLock() function in WTF::Mutex |