Home
last modified time | relevance | path

Searched refs:mutexes (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp37 , mutexes() in ReportDesc()
123 Printf(" (mutexes:"); in PrintMutexSet()
269 if (rep->mutexes.Size()) in ChooseSummaryStack()
270 return rep->mutexes[0]->stack; in ChooseSummaryStack()
297 for (uptr i = 0; i < rep->mutexes.Size(); i++) in PrintReport()
298 PrintMutexShortWithAddress(rep->mutexes[i], " => "); in PrintReport()
299 PrintMutexShort(rep->mutexes[0], "\n\n"); in PrintReport()
300 CHECK_GT(rep->mutexes.Size(), 0U); in PrintReport()
301 CHECK_EQ(rep->mutexes.Size() * (flags()->second_deadlock_stack ? 2 : 1), in PrintReport()
303 for (uptr i = 0; i < rep->mutexes in PrintReport()
[all...]
H A Dtsan_debugging.cpp85 *mutex_count = rep->mutexes.Size(); in __tsan_get_report_data()
158 CHECK_LT(idx, rep->mutexes.Size()); in __tsan_get_report_mutex()
159 ReportMutex *mutex = rep->mutexes[idx]; in __tsan_get_report_mutex()
H A Dtsan_report.h108 Vector<ReportMutex*> mutexes;
107 Vector<ReportMutex*> mutexes; global() variable
H A Dtsan_rtl_report.cpp265 for (uptr i = 0; i < rep_->mutexes.Size(); i++) { in AddMutex()
266 if (rep_->mutexes[i]->addr == addr) in AddMutex()
267 return rep_->mutexes[i]->id; in AddMutex()
270 rep_->mutexes.PushBack(rm); in AddMutex()
271 rm->id = rep_->mutexes.Size() - 1; in AddMutex()
H A Dtsan_flags.inc32 "Report incorrect usages of mutexes and mutex annotations?")
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cpp43 Mutex mutexes[kNumMutexes]; variable
64 mutexes[(offset + i) % kNumMutexes].Lock(); in Thread()
65 mutexes[(offset + i) % kNumMutexes].Unlock(); in Thread()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex_pool.h13 malloc_mutex_t mutexes[MUTEX_POOL_SIZE]; member
23 return &pool->mutexes[hash_result[0] % MUTEX_POOL_SIZE]; in mutex_pool_mutex()
29 malloc_mutex_assert_not_owner(tsdn, &pool->mutexes[i]); in mutex_pool_assert_not_held()
/freebsd/contrib/jemalloc/src/
H A Dmutex_pool.c12 if (malloc_mutex_init(&pool->mutexes[i], name, rank, in mutex_pool_init()
/freebsd/sys/netgraph/bluetooth/socket/
H A DTODO13 It is OK to use mutexes, but is there a better way?
/freebsd/sys/contrib/device-tree/Bindings/hwlock/
H A Dqcom-hwspinlock.txt3 The hardware block provides mutexes utilized between different processors on
/freebsd/sys/netgraph/bluetooth/l2cap/
H A DTODO20 Resource manager is not good because it uses MTX_DEF mutexes,
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp428 StructuredData::ArraySP mutexes = ConvertToStructuredArray( in RetrieveReportData() local
445 dict->AddItem("mutexes", mutexes); in RetrieveReportData()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dsyncstream184 // This function causes emit() aquire two mutexes:
H A D__config888 // pthread_mutex_destroy as nop for regular mutexes. Additionally, Win32
889 // mutexes have no destroy mechanism.
/freebsd/contrib/jemalloc/
H A DChangeLog248 - Fix addresses used for ordering mutexes. (@rkmisra)
355 + stats.mutexes.{ctl,background_thread,prof,reset}.
367 + stats.arenas.i.mutexes.{large,extent_avail,extents_dirty,extents_muzzy,
975 - Correctly detect glibc's adaptive pthread mutexes.
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap.m4572 dnl initialize mutexes. 5-10 has it.
/freebsd/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt230 implement mutexes, conditions, and thread IDs, and passing them to
/freebsd/contrib/libevent/
H A Dwhatsnew-2.0.txt230 implement mutexes, conditions, and thread IDs, and passing them to
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1160 HelpText<"Check for nil pointers used as mutexes for @synchronized">,
/freebsd/sys/conf/
H A DNOTES242 # ADAPTIVE_MUTEXES changes the behavior of blocking mutexes to spin
306 # WITNESS_SKIPSPIN disables the witness checks on spin mutexes.
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt7306 acquire and release AML mutexes that are defined in the DSDT/SSDT tables
9473 mutexes of the same sync level are acquired but then not released in
9592 code (includes both internal semaphores and AML-defined mutexes and
9909 Added the ACPI_MUTEX_TYPE configuration option to select whether mutexes
11854 operation of AML mutexes and recursive control methods.
11938 feature was requested. The base code now uses mutexes (and the new mutex
12020 Removed four global mutexes that were obsolete and were no longer being
19217 Implemented deadlock detection for internal subsystem mutexes. We
19228 ("All mutexes must be released when an invocation exits") and
19617 several places where mutexes/semaphores were being unlocked
/freebsd/contrib/ncurses/
H A DNEWS6986 applications not linked to that library will not use the mutexes,
7152 + fix a deadlock from improper nesting of mutexes for windowlist and
7156 + fixes from 20080223 resolved issue with mutexes; change to use
7157 recursive mutexes to fix memory leak in delwin() as called from
/freebsd/contrib/unbound/doc/
H A DChangelog9423 mutexes open. Provide own mutex implementation using primitives.
/freebsd/contrib/ntp/
H A DCommitLog[all...]