Home
last modified time | relevance | path

Searched refs:CreateMutex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dmeta_object_lib.cpp37 static void CreateMutex(MutexType, MutexHandle& handle) in CreateMutex() function
111 : sapi_ { { CreateMutex, DestroyMutex, LockMutex, UnlockMutex }, GetThreadId } in MetaObjectLib()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_mutex.h37 mutex_ = CreateMutex(NULL, FALSE, NULL); in GraphicMutex()