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

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CMutex.h 51 int32_t trylock(void);
CMutex.cpp 66 int32_t CMutex::trylock( function in class:CMutex
  /external/valgrind/main/drd/tests/
trylock.stderr.exp 11 by 0x........: main (trylock.c:?)
14 by 0x........: main (trylock.c:?)
  /external/compiler-rt/lib/tsan/dd/
dd_rtl.h 63 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock);
dd_rtl.cc 121 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock) {
129 ctx->dd->MutexAfterLock(&cb, &h->dd, writelock, trylock);
dd_interceptors.cc 251 void __dsan_after_mutex_lock(uptr m, int writelock, int trylock) {
254 MutexAfterLock(thr, m, writelock, trylock);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h 84 bool trylock) {}
sanitizer_deadlock_detector1.cc 51 void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock);
147 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) {
162 if (!trylock)
sanitizer_deadlock_detector2.cc 96 bool trylock);
274 bool trylock) {
276 cb->lt->ctx, m, wlock, trylock, cb->lt->nlocked);
294 if (!trylock)
  /external/valgrind/main/drd/
drd_mutex.h 44 const Bool trylock);
drd_mutex.c 234 const Bool trylock)
245 trylock ? "pre_mutex_lock " : "mutex_trylock ",
264 if (! trylock
  /external/fio/
iolog.c 609 int trylock)
615 if (trylock) {
633 const char *name, int trylock)
635 return finish_log_named(td, log, td->o.name, name, trylock);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 234 void MutexReadLock(ThreadState *thr, uptr pc, uptr addr, bool trylock) {
254 if (!trylock)
256 ctx->dd->MutexAfterLock(&cb, &s->dd, false, trylock);
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 35 bool TryLock() __attribute__((exclusive_trylock_function(true)));
3643 bool Foo::trylock() { return true; } function in class:MultipleAttributeTest::Foo
    [all...]

Completed in 1341 milliseconds