HomeSort by: relevance | last modified time | path
    Searched refs:Unlock (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_mutex.cc 28 t.Unlock(m);
31 t.Unlock(m);
35 t.Unlock(m);
46 t.Unlock(m);
49 t.Unlock(m);
53 t.Unlock(m);
64 t.Unlock(m);
67 t.Unlock(m);
71 t.Unlock(m);
81 t.Unlock(m)
    [all...]
tsan_bench.cc 98 t.Unlock(m);
102 m.Unlock();
tsan_test_util.h 52 void Unlock();
108 void Unlock(const Mutex &m);
tsan_mop.cc 80 t1.Unlock(m);
97 t1.Unlock(m);
tsan_test_util_posix.cc 162 void Mutex::Unlock() {
305 static_cast<Mutex*>(ev->ptr)->Unlock();
443 void ScopedThread::Unlock(const Mutex &m) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mutex.h 49 void Unlock();
76 void Unlock(MutexType t);
tsan_mutex.cc 162 void InternalDeadlockDetector::Unlock(MutexType t) {
249 void Mutex::Unlock() {
254 cur_thread()->internal_deadlock_detector.Unlock(type_);
282 cur_thread()->internal_deadlock_detector.Unlock(type_);
tsan_rtl_mutex.cc 52 // or false positives (e.g. unlock in a different thread).
78 s->mtx.Unlock();
91 s->mtx.Unlock();
110 s->mtx.Unlock();
127 s->mtx.Unlock();
131 // Imitate a memory write to catch unlock-destroy races.
203 s->mtx.Unlock();
246 s->mtx.Unlock();
330 s->mtx.Unlock();
349 // Seems to be read unlock
    [all...]
tsan_rtl.cc 446 ctx->report_mtx.Unlock();
493 ctx->report_mtx.Unlock();
494 ctx->thread_registry->Unlock();
498 ctx->report_mtx.Unlock();
499 ctx->thread_registry->Unlock();
tsan_debugging.cc 32 if (typ == ReportTypeMutexBadUnlock) return "mutex-bad-unlock";
34 if (typ == ReportTypeMutexBadReadUnlock) return "mutex-bad-read-unlock";
215 ctx->thread_registry->Unlock();
  /src/sys/external/bsd/acpica/dist/namespace/
nsload.c 205 goto Unlock;
214 goto Unlock;
249 Unlock:
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_mutex.h 39 void Unlock() {
80 void Unlock();
116 void Unlock() {
188 mu_->Unlock();
sanitizer_thread_registry.h 94 void Unlock() { mtx_.Unlock(); }
sanitizer_addrhashmap.h 223 b->mtx.Unlock();
240 b->mtx.Unlock();
248 b->mtx.Unlock();
308 b->mtx.Unlock();
337 b->mtx.Unlock();
sanitizer_stoptheworld_linux_libcdep.cc 289 tracer_thread_argument->mutex.Unlock();
440 tracer_thread_argument.mutex.Unlock();
447 tracer_thread_argument.mutex.Unlock();
sanitizer_rtems.cc 129 void BlockingMutex::Unlock() {
sanitizer_solaris.cc 218 void BlockingMutex::Unlock() {
sanitizer_symbolizer_report.cc 274 CommonSanitizerReportMutex.Unlock();
sanitizer_allocator_secondary.h 271 mutex_.Unlock();
sanitizer_quarantine.h 180 recycle_mutex_.Unlock();
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/benchmarks/
vts_many_threads_bench.cc 36 void Unlock() { pthread_mutex_unlock(&m_); }
65 mutexes[(offset + i) % kNumMutexes].Unlock();
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_sync_test.cc 61 s1->mtx.Unlock();
82 s1->mtx.Unlock();
84 s2->mtx.Unlock();
103 s1->mtx.Unlock();
107 s2->mtx.Unlock();
118 s->mtx.Unlock();
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc 50 mtx_->Unlock();
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_thread.cc 155 thread_registry->Unlock();
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_report.cc 138 asanThreadRegistry().Unlock();
147 asanThreadRegistry().Unlock();
487 asanThreadRegistry().Unlock();

Completed in 25 milliseconds

1 2