Home
last modified time | relevance | path

Searched refs:Unlock (Results 1 – 25 of 114) sorted by relevance

12345

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_mutex.cc28 t.Unlock(m); in TEST()
31 t.Unlock(m); in TEST()
35 t.Unlock(m); in TEST()
46 t.Unlock(m); in TEST()
49 t.Unlock(m); in TEST()
53 t.Unlock(m); in TEST()
64 t.Unlock(m); in TEST()
67 t.Unlock(m); in TEST()
71 t.Unlock(m); in TEST()
81 t.Unlock(m); in TEST()
[all …]
H A Dtsan_bench.cc98 t.Unlock(m); in TEST()
102 m.Unlock(); in TEST()
H A Dtsan_test_util.h52 void Unlock();
108 void Unlock(const Mutex &m);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_sync_test.cc61 s1->mtx.Unlock(); in TEST()
82 s1->mtx.Unlock(); in TEST()
84 s2->mtx.Unlock(); in TEST()
103 s1->mtx.Unlock(); in TEST()
107 s2->mtx.Unlock(); in TEST()
118 s->mtx.Unlock(); in TEST()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mutex.h39 void Unlock() RELEASE() { atomic_store(&state_, 0, memory_order_release); } in Unlock() function
131 ALWAYS_INLINE void Unlock() { in Unlock() function
209 void Unlock() RELEASE() { in Unlock() function
210 CheckedMutex::Unlock(); in Unlock()
275 CheckedMutex::Unlock(); in ReadUnlock()
370 ~GenericScopedLock() RELEASE() { mu_->Unlock(); } in RELEASE()
409 mu_->Unlock(); in ~GenericScopedRWLock()
H A Dsanitizer_addrhashmap.h260 b->mtx.Unlock(); in acquire()
277 b->mtx.Unlock(); in acquire()
285 b->mtx.Unlock(); in acquire()
345 b->mtx.Unlock(); in release()
374 b->mtx.Unlock(); in release()
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp190 tracer_thread_argument->mutex.Unlock(); in TracerThread()
294 tracer_thread_argument.mutex.Unlock(); in StopTheWorld()
298 tracer_thread_argument.mutex.Unlock(); in StopTheWorld()
H A Dsanitizer_thread_registry.h99 void Unlock() RELEASE() { mtx_.Unlock(); } in Unlock() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_mutex.h39 void Unlock() { in Unlock() function
80 void Unlock();
116 void Unlock() { in Unlock() function
188 mu_->Unlock(); in ~GenericScopedLock()
H A Dsanitizer_addrhashmap.h223 b->mtx.Unlock(); in acquire()
240 b->mtx.Unlock(); in acquire()
248 b->mtx.Unlock(); in acquire()
308 b->mtx.Unlock(); in release()
337 b->mtx.Unlock(); in release()
H A Dsanitizer_thread_registry.h94 void Unlock() { mtx_.Unlock(); } in Unlock() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mutex.h37 void Unlock() { in Unlock() function
78 void Unlock();
114 void Unlock() { in Unlock() function
186 mu_->Unlock(); in ~GenericScopedLock()
H A Dsanitizer_addrhashmap.h221 b->mtx.Unlock(); in acquire()
238 b->mtx.Unlock(); in acquire()
246 b->mtx.Unlock(); in acquire()
306 b->mtx.Unlock(); in release()
335 b->mtx.Unlock(); in release()
H A Dsanitizer_thread_registry.h92 void Unlock() { mtx_.Unlock(); } in Unlock() function
H A Dsanitizer_stoptheworld_netbsd_libcdep.cc190 tracer_thread_argument->mutex.Unlock(); in TracerThread()
294 tracer_thread_argument.mutex.Unlock(); in StopTheWorld()
298 tracer_thread_argument.mutex.Unlock(); in StopTheWorld()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc78 s->mtx.Unlock(); in MutexCreate()
91 s->mtx.Unlock(); in MutexDestroy()
110 s->mtx.Unlock(); in MutexDestroy()
127 s->mtx.Unlock(); in MutexDestroy()
203 s->mtx.Unlock(); in MutexPostLock()
246 s->mtx.Unlock(); in MutexUnlock()
330 s->mtx.Unlock(); in MutexReadUnlock()
378 s->mtx.Unlock(); in MutexReadOrWriteUnlock()
393 s->mtx.Unlock(); in MutexRepair()
400 s->mtx.Unlock(); in MutexInvalidAccess()
[all …]
H A Dtsan_mutex.cc162 void InternalDeadlockDetector::Unlock(MutexType t) { in Unlock() function in __tsan::InternalDeadlockDetector
249 void Mutex::Unlock() { in Unlock() function in __tsan::Mutex
254 cur_thread()->internal_deadlock_detector.Unlock(type_); in Unlock()
282 cur_thread()->internal_deadlock_detector.Unlock(type_); in ReadUnlock()
H A Dtsan_mutex.h49 void Unlock();
76 void Unlock(MutexType t);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_mutex.cc76 s->mtx.Unlock(); in MutexCreate()
89 s->mtx.Unlock(); in MutexDestroy()
108 s->mtx.Unlock(); in MutexDestroy()
125 s->mtx.Unlock(); in MutexDestroy()
201 s->mtx.Unlock(); in MutexPostLock()
244 s->mtx.Unlock(); in MutexUnlock()
328 s->mtx.Unlock(); in MutexReadUnlock()
376 s->mtx.Unlock(); in MutexReadOrWriteUnlock()
391 s->mtx.Unlock(); in MutexRepair()
398 s->mtx.Unlock(); in MutexInvalidAccess()
[all …]
H A Dtsan_mutex.cc160 void InternalDeadlockDetector::Unlock(MutexType t) { in Unlock() function in __tsan::InternalDeadlockDetector
247 void Mutex::Unlock() { in Unlock() function in __tsan::Mutex
252 cur_thread()->internal_deadlock_detector.Unlock(type_); in Unlock()
280 cur_thread()->internal_deadlock_detector.Unlock(type_); in ReadUnlock()
H A Dtsan_mutex.h47 void Unlock();
74 void Unlock(MutexType t);
/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsload.c97 goto Unlock; in AcpiNsLoadTable()
106 goto Unlock; in AcpiNsLoadTable()
141 Unlock: in AcpiNsLoadTable()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DThreadSafetyAnalysis.rst56 mu.Unlock();
110 calling ``mu.Unlock()`` releases that capability.
211 mu1.Unlock();
268 void Unlock() RELEASE() { mu.Unlock(); }
277 c.Unlock();
299 mu.Unlock();
305 mu.Unlock();
381 m1.Unlock();
382 m2.Unlock();
441 mu.Unlock();
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl.cpp464 ctx->report_mtx.Unlock(); in Finalize()
508 ScopedErrorReportLock::Unlock(); in ForkParentAfter()
509 ctx->report_mtx.Unlock(); in ForkParentAfter()
510 ctx->thread_registry.Unlock(); in ForkParentAfter()
517 ScopedErrorReportLock::Unlock(); in ForkChildAfter()
518 ctx->report_mtx.Unlock(); in ForkChildAfter()
519 ctx->thread_registry.Unlock(); in ForkChildAfter()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cc36 void Unlock() { pthread_mutex_unlock(&m_); } in Unlock() function in Mutex
65 mutexes[(offset + i) % kNumMutexes].Unlock(); in Thread()

12345