Home
last modified time | relevance | path

Searched defs:mutex_t (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Drw_bitmaps.c35 typedef pthread_mutex_t mutex_t; typedef
48 typedef int mutex_t; typedef
49 #define unix_pthread_mutex_lock(mutex_t) do {} while (0) argument
50 #define unix_pthread_mutex_unlock(mutex_t) do {} while (0) argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/
Dscoped_lock.hpp36 typedef MutexT mutex_t; typedef
74 typedef MutexT mutex_t; typedef
/aosp_15_r20/external/swiftshader/third_party/subzero/runtime/
H A Dszrt_asan.c33 typedef pthread_mutex_t mutex_t; typedef
40 typedef uint32_t mutex_t; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/v2/
Dshared_mutex.hpp168 typedef boost::mutex mutex_t; typedef in boost::thread_v2::shared_mutex
434 typedef boost::mutex mutex_t; typedef in boost::thread_v2::upgrade_mutex
/aosp_15_r20/bionic/libc/upstream-netbsd/android/include/
H A Dreentrant.h29 #define mutex_t pthread_mutex_t macro
/aosp_15_r20/external/trusty/lk/include/kernel/
Dmutex.h41 } mutex_t; typedef
/aosp_15_r20/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h180 typedef CRITICAL_SECTION mutex_t; typedef
194 typedef pthread_mutex_t mutex_t; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h179 typedef CRITICAL_SECTION mutex_t; typedef
193 typedef pthread_mutex_t mutex_t; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h179 typedef CRITICAL_SECTION mutex_t; typedef
193 typedef pthread_mutex_t mutex_t; typedef
/aosp_15_r20/external/trusty/lk/lib/rust_support/
Dsync.rs79 fn get_raw(&self) -> *mut mutex_t { in get_raw()
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dgpu_validation.h105 using mutex_t = std::mutex; variable