Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_physical_subnet_manager.c31 #define CALL_WITH_LOCK(RET, LOCK, ACTION) \ macro
106 CALL_WITH_LOCK(ret, &g_physicalSubnetsLock, DoRegistSubnet(subnet)); in LnnRegistPhysicalSubnet()
128 CALL_WITH_LOCK(ret, &g_physicalSubnetsLock, DoUnregistSubnetByType(type)); in LnnUnregistPhysicalSubnetByType()
196 CALL_WITH_LOCK(ret, &g_physicalSubnetsLock, DoVisitSubnet(callback, data)); in LnnVisitPhysicalSubnet()