Searched defs:trylock (Results 1 – 12 of 12) sorted by relevance
/external/fio/ |
D | filelock.c | 52 static struct fio_filelock *get_filelock(int trylock, int *retry) in get_filelock() 133 static struct fio_filelock *fio_hash_get(uint32_t hash, int trylock) in fio_hash_get() 168 static int __fio_lock_file(const char *fname, int trylock) in __fio_lock_file()
|
D | iolog.c | 957 static int finish_log(struct thread_data *td, struct io_log *log, int trylock) in finish_log()
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_rtl.cc | 125 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock) { in MutexAfterLock()
|
D | dd_interceptors.cc | 251 void __dsan_after_mutex_lock(uptr m, int writelock, int trylock) { in __dsan_after_mutex_lock()
|
/external/opencv3/modules/videoio/src/ |
D | cap_ffmpeg_impl.hpp | 412 bool trylock() { return TryEnterCriticalSection(&cs) != 0; } in trylock() function 440 bool trylock() { return OSSpinLockTry(&sl); } in trylock() function 455 bool trylock() { return pthread_spin_trylock(&sl) == 0; } in trylock() function 470 bool trylock() { return pthread_mutex_trylock(&sl) == 0; } in trylock() function 492 bool ImplMutex::trylock() { return impl->trylock(); } in trylock() function in ImplMutex
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector1.cc | 148 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { in MutexAfterLock()
|
D | sanitizer_deadlock_detector2.cc | 274 bool trylock) { in MutexAfterLock()
|
/external/opencv3/modules/core/src/ |
D | alloc.cpp | 114 bool trylock() { return TryEnterCriticalSection(&cs) != 0; } in trylock() function 139 bool trylock() { return pthread_mutex_trylock(&mutex) == 0; } in trylock() function
|
D | system.cpp | 858 bool trylock() { return TryEnterCriticalSection(&cs) != 0; } in trylock() function 920 bool Mutex::trylock() { return impl->trylock(); } in trylock() function in cv::Mutex
|
/external/valgrind/drd/tests/ |
D | Makefile.am | 389 trylock \ program
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 231 void MutexReadLock(ThreadState *thr, uptr pc, uptr addr, bool trylock) { in MutexReadLock()
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 3700 bool Foo::trylock() { return true; } in trylock() function in MultipleAttributeTest::Foo
|