Home
last modified time | relevance | path

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 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()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dmutex_pool.c12 if (malloc_mutex_init(&pool->mutexes[i], name, rank, in mutex_pool_init()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A DTODO14 It is OK to use mutexes, but is there a better way?
/f-stack/freebsd/contrib/device-tree/Bindings/hwlock/
H A Dqcom-hwspinlock.yaml13 The hardware block provides mutexes utilized between different processors on
H A Dqcom-hwspinlock.txt3 The hardware block provides mutexes utilized between different processors on
/f-stack/freebsd/mips/conf/
H A DTP-WN1043ND52 # fit if the mutexes are inlined.
H A DPICOSTATION_M2HP29 # fit if the mutexes are inlined.
H A DAP9129 # fit if the mutexes are inlined.
H A DROCKET_M2HP29 # fit if the mutexes are inlined.
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A DTODO21 Resource manager is not good because it uses MTX_DEF mutexes,
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst487 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 DChangeLog112 - 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 Dconfigure.ac2078 JE_COMPILABLE([pthreads adaptive mutexes], [
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt6815 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