Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H A Dmutex_lock.h42 struct Mutex { struct
44 Mutex() in Mutex() argument
49 ~Mutex() in ~Mutex() argument
54 void Lock() in Lock()
59 void UnLock() in UnLock()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dmutex.rs35 pub struct Mutex<T: ?Sized> { struct
42 unsafe impl<T: ?Sized + Send> Send for Mutex<T> {} argument
43 unsafe impl<T: ?Sized + Send> Sync for Mutex<T> {} implementation
57 impl<T: Sized> Mutex<T> { impl
76 impl<T: ?Sized> Mutex<T> { implementation
/ohos5.0/base/security/device_security_level/baselib/utils/include/
H A Dutils_mutex.h40 typedef struct Mutex { struct
42 } Mutex; typedef
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dmutex.c21 typedef struct Mutex { struct
25 Mutex *MutexCreate() in MutexCreate() argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dmutex.h25 typedef struct Mutex Mutex; typedef
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/task/
H A Dmutex.h29 using Mutex = ffrt::mutex; variable
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-basic-trans-mutex.md1 # Mutex chapter
H A Dkernel-mini-basic-ipc-mutex.md1 # Mutex chapter
/ohos5.0/foundation/multimedia/media_foundation/engine/foundation/osal/thread/
H A Dmutex.cpp24 Mutex::Mutex() : created_(true) in Mutex() function in OHOS::Media::OSAL::Mutex
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dabs_result_set.h335 using Mutex = Lock<std::mutex>; variable
/ohos5.0/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A Dmutex.cpp27 Mutex::Mutex() : created_(true) in Mutex() function in OHOS::Media::Mutex