Home
last modified time | relevance | path

Searched defs:global_mutex (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/
Din_process_tpm.cpp173 static std::mutex global_mutex; member in cuttlefish::InProcessTpm::Impl
180 std::mutex InProcessTpm::Impl::global_mutex; member in cuttlefish::InProcessTpm::Impl
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dmutex.cc25 static std::recursive_mutex global_mutex; variable
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestmutexscope.c41 static apr_global_mutex_t *global_mutex; variable