Searched refs:mutexes (Results 1 – 14 of 14) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | mutex_pool.h | 13 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()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | mutex_pool.c | 12 if (malloc_mutex_init(&pool->mutexes[i], name, rank, in mutex_pool_init()
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | TODO | 14 It is OK to use mutexes, but is there a better way?
|
| /f-stack/freebsd/contrib/device-tree/Bindings/hwlock/ |
| H A D | qcom-hwspinlock.yaml | 13 The hardware block provides mutexes utilized between different processors on
|
| H A D | qcom-hwspinlock.txt | 3 The hardware block provides mutexes utilized between different processors on
|
| /f-stack/freebsd/mips/conf/ |
| H A D | TP-WN1043ND | 52 # fit if the mutexes are inlined.
|
| H A D | PICOSTATION_M2HP | 29 # fit if the mutexes are inlined.
|
| H A D | AP91 | 29 # fit if the mutexes are inlined.
|
| H A D | ROCKET_M2HP | 29 # fit if the mutexes are inlined.
|
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | TODO | 21 Resource manager is not good because it uses MTX_DEF mutexes,
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | performance_thread.rst | 487 thread safe mutexes and condition variables. 526 that can be associated with threads, mutexes, and condition variables. 530 attributes associated with any L-thread objects. L-threads, mutexes and 772 mutexes and condition variables. These caches are implemented as unbounded lock 1189 mutexes and condition variables. This enables a user to monitor, count, or
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | ChangeLog | 112 - Fix addresses used for ordering mutexes. (@rkmisra) 219 + stats.mutexes.{ctl,background_thread,prof,reset}. 231 + stats.arenas.i.mutexes.{large,extent_avail,extents_dirty,extents_muzzy, 839 - Correctly detect glibc's adaptive pthread mutexes.
|
| H A D | configure.ac | 2078 JE_COMPILABLE([pthreads adaptive mutexes], [
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 6815 acquire and release AML mutexes that are defined in the DSDT/SSDT tables 8982 mutexes of the same sync level are acquired but then not released in 9101 code (includes both internal semaphores and AML-defined mutexes and 9418 Added the ACPI_MUTEX_TYPE configuration option to select whether mutexes 11363 operation of AML mutexes and recursive control methods. 11447 feature was requested. The base code now uses mutexes (and the new mutex 11529 Removed four global mutexes that were obsolete and were no longer being 18726 Implemented deadlock detection for internal subsystem mutexes. We 18737 ("All mutexes must be released when an invocation exits") and 19126 several places where mutexes/semaphores were being unlocked
|