Searched defs:mtx (Results 1 - 13 of 13) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dmtx_destroy.c3 void mtx_destroy(mtx_t* mtx) {} argument
/fuchsia/zircon/third_party/ulib/jemalloc/test/src/
H A Dmtx.c8 mtx_init(mtx_t *mtx) argument
33 mtx_fini(mtx_t *mtx) argument
44 mtx_lock(mtx_t *mtx) argument
58 mtx_unlock(mtx_t *mtx) argument
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Djemalloc_cpp.cpp46 static std::mutex mtx; local
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dmtx.c8 mtx_t mtx; local
18 mtx_t mtx; member in struct:__anon1592
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dbase_structs.h27 malloc_mutex_t mtx; member in struct:base_s
/fuchsia/zircon/system/host/merkleroot/
H A Dmerkleroot.cpp153 std::mutex mtx; local
/fuchsia/zircon/system/dev/display/display/
H A Dcontroller.h112 mtx_t* mtx() { return &mtx_; } function in class:display::Controller
H A Dclient.cpp1517 mtx_t mtx; local
[all...]
/fuchsia/zircon/system/dev/display/intel-i915/
H A Ddisplay-device.h29 mtx_t mtx; member in struct:i915::display_ref
/fuchsia/zircon/system/host/blobfs/
H A Dmain.cpp124 std::mutex mtx; local
246 std::mutex mtx; local
[all...]
/fuchsia/zircon/system/dev/block/aml-sd-emmc/
H A Daml-sd-emmc.c59 mtx_t mtx; member in struct:aml_sd_emmc_t
[all...]
/fuchsia/zircon/system/dev/block/imx-sdhci/
H A Dimx-sdhci.c111 mtx_t mtx; // Held when a command or action is in progress. member in struct:imx_sdhci_device
[all...]
/fuchsia/zircon/system/dev/block/sdhci/
H A Dsdhci.c90 mtx_t mtx; member in struct:sdhci_device
[all...]

Completed in 101 milliseconds