Home
last modified time | relevance | path

Searched refs:MUTEX_Unlock (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dsamgr_lite.c133 MUTEX_Unlock(samgr->mutex); in SAMGR_Bootstrap()
153 MUTEX_Unlock(manager->mutex); in SAMGR_GetServiceByID()
183 MUTEX_Unlock(manager->mutex); in InitCompleted()
215 MUTEX_Unlock(samgr->mutex); in InitializeAllServices()
228 MUTEX_Unlock(samgr->mutex); in RegisterService()
233 MUTEX_Unlock(samgr->mutex); in RegisterService()
243 MUTEX_Unlock(samgr->mutex); in RegisterService()
270 MUTEX_Unlock(samgr->mutex); in UnregisterService()
422 MUTEX_Unlock(manager->mutex); in GetUninitializedPos()
495 MUTEX_Unlock(manager->mutex); in GetService()
[all …]
/ohos5.0/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/
H A Dpub_sub_implement.c73 MUTEX_Unlock(broadcast->feature->mutex); in AddTopic()
97 MUTEX_Unlock(broadcast->feature->mutex); in Subscribe()
101 MUTEX_Unlock(broadcast->feature->mutex); in Subscribe()
112 MUTEX_Unlock(broadcast->feature->mutex); in Subscribe()
138 MUTEX_Unlock(broadcast->feature->mutex); in ModifyConsumer()
142 MUTEX_Unlock(broadcast->feature->mutex); in ModifyConsumer()
169 MUTEX_Unlock(broadcast->feature->mutex); in Unsubscribe()
241 MUTEX_Unlock(feature->mutex); in ImmediatelyPublish()
254 MUTEX_Unlock(g_pubSubImplement.feature->mutex); in DefaultHandle()
H A Dpub_sub_feature.c86 MUTEX_Unlock(broadcast->mutex); in OnMessage()
106 MUTEX_Unlock(feature->mutex); in GetRelation()
110 MUTEX_Unlock(feature->mutex); in GetRelation()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server.c132 MUTEX_Unlock(server->mtx); in MessageHandle()
192 MUTEX_Unlock(server->mtx); in ProcEndpoint()
213 MUTEX_Unlock(server->mtx); in ProcPutFeature()
220 MUTEX_Unlock(server->mtx); in ProcPutFeature()
232 MUTEX_Unlock(server->mtx); in ProcPutFeature()
241 MUTEX_Unlock(server->mtx); in ProcPutFeature()
306 MUTEX_Unlock(server->mtx); in ProcGetFeature()
313 MUTEX_Unlock(server->mtx); in ProcGetFeature()
391 MUTEX_Unlock(server->sysCapMtx); in ProcAddSysCap()
417 MUTEX_Unlock(server->sysCapMtx); in ProcGetSysCap()
[all …]
H A Dsamgr_server_rpc.c227 MUTEX_Unlock(server->mtx); in MessageHandle()
294 MUTEX_Unlock(server->mtx); in ProcEndpoint()
320 MUTEX_Unlock(server->mtx); in ProcPutFeature()
327 MUTEX_Unlock(server->mtx); in ProcPutFeature()
343 MUTEX_Unlock(server->mtx); in ProcPutFeature()
351 MUTEX_Unlock(server->mtx); in ProcPutFeature()
421 MUTEX_Unlock(server->mtx); in ProcGetFeature()
427 MUTEX_Unlock(server->mtx); in ProcGetFeature()
503 MUTEX_Unlock(server->sysCapMtx); in ProcAddSysCap()
529 MUTEX_Unlock(server->sysCapMtx); in ProcGetSysCap()
[all …]
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dclient_factory.c91 MUTEX_Unlock(g_mutex); in SAMGR_RegisterFactory()
99 MUTEX_Unlock(g_mutex); in SAMGR_RegisterFactory()
116 MUTEX_Unlock(g_mutex); in GetFactory()
H A Ddefault_client.c144 MUTEX_Unlock(g_mutex); in AddRef()
152 MUTEX_Unlock(g_mutex); in Release()
H A Ddefault_client_rpc.c138 MUTEX_Unlock(g_mutex); in AddRef()
146 MUTEX_Unlock(g_mutex); in Release()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register.c48 MUTEX_Unlock(g_remoteRegister.mtx); in SAMGR_RegisterServiceApi()
74 MUTEX_Unlock(g_remoteRegister.mtx); in SAMGR_FindServiceApi()
79 MUTEX_Unlock(g_remoteRegister.mtx); in SAMGR_FindServiceApi()
H A Dremote_register_rpc.c63 MUTEX_Unlock(g_remoteRegister.mtx); in SAMGR_RegisterServiceApi()
91 MUTEX_Unlock(g_remoteRegister.mtx); in SAMGR_FindServiceApi()
96 MUTEX_Unlock(g_remoteRegister.mtx); in SAMGR_FindServiceApi()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/
H A Dthread_adapter.h42 void MUTEX_Unlock(MutexId mutex);
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/cmsis/
H A Dthread_adapter.c33 void MUTEX_Unlock(MutexId mutex) in MUTEX_Unlock() function
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dthread_adapter.c45 void MUTEX_Unlock(MutexId mutex) in MUTEX_Unlock() function