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

  /bionic/libc/private/
bionic_lock.h 53 bool trylock() { function in class:Lock
  /external/opencv3/modules/core/src/
system.cpp 858 bool trylock() { return TryEnterCriticalSection(&cs) != 0; } function in struct:cv::Mutex::Impl
882 bool trylock() { return pthread_mutex_trylock(&mt) == 0; }
920 bool Mutex::trylock() { return impl->trylock(); } function in class:cv::Mutex
    [all...]
  /external/opencv3/modules/videoio/src/
cap_ffmpeg_impl.hpp 384 bool trylock();
412 bool trylock() { return TryEnterCriticalSection(&cs) != 0; } function in struct:ImplMutex::Impl
440 bool trylock() { return OSSpinLockTry(&sl); } function in struct:ImplMutex::Impl
455 bool trylock() { return pthread_spin_trylock(&sl) == 0; } function in struct:ImplMutex::Impl
470 bool trylock() { return pthread_mutex_trylock(&sl) == 0; } function in struct:ImplMutex::Impl
492 bool ImplMutex::trylock() { return impl->trylock(); } function in class:ImplMutex
    [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 35 bool TryLock() __attribute__((exclusive_trylock_function(true)));
3700 bool Foo::trylock() { return true; } function in class:MultipleAttributeTest::Foo
    [all...]

Completed in 102 milliseconds