OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TryLock
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_mutex.cc
30
CHECK(t.
TryLock
(m));
34
CHECK(!t.
TryLock
(m));
48
CHECK(t.
TryLock
(m));
52
CHECK(!t.
TryLock
(m));
66
CHECK(t.
TryLock
(m));
70
CHECK(!t.
TryLock
(m));
84
CHECK(!t.
TryLock
(m));
tsan_test_util.h
51
bool
TryLock
();
107
bool
TryLock
(const Mutex &m);
tsan_test_util_posix.cc
149
bool Mutex::
TryLock
() {
302
ev->res = static_cast<Mutex*>(ev->ptr)->
TryLock
();
437
bool ScopedThread::
TryLock
(const Mutex &m) {
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_mutex.h
30
if (
TryLock
())
35
bool
TryLock
() {
sanitizer_quarantine.h
121
if (cache_.Size() > GetSize() && recycle_mutex_.
TryLock
())
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc
43
if (!mtx_->
TryLock
())
Completed in 12 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025