HomeSort by relevance Sort by last modified time
    Searched refs:trylock (Results 1 - 7 of 7) 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/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/kernel-headers/original/linux/
lockdep.h 179 int trylock; member in struct:held_lock
234 int trylock, int read, int check, unsigned long ip);
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 33 bool TryLock() __attribute__((exclusive_trylock_function(true)));
3669 bool Foo::trylock() { return true; } function in class:MultipleAttributeTest::Foo
    [all...]

Completed in 503 milliseconds