Home
last modified time | relevance | path

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

/foundation/appexecfwk/appexecfwk_lite/utils/bundle_lite/
Dmutex_lock.h42 struct Mutex { struct
44 Mutex() in Mutex() function
49 ~Mutex() in ~Mutex() argument
54 void Lock() in Lock()
59 void UnLock() in UnLock()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/platform/src/
Dmutex.c21 typedef struct Mutex { struct
25 Mutex *MutexCreate() in MutexCreate() argument
/foundation/communication/bluetooth/services/bluetooth_standard/stack/platform/include/
Dmutex.h25 typedef struct Mutex Mutex; typedef
/foundation/multimedia/histreamer/engine/foundation/osal/thread/
Dmutex.cpp24 Mutex::Mutex() : created_(true) in Mutex() function in OHOS::Media::OSAL::Mutex