Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c57 static SoftBusMutex g_udpNegLock; variable
66 if (SoftBusMutexLock(&g_udpNegLock) != SOFTBUS_OK) { in GenerateUdpChannelId()
75 SoftBusMutexUnlock(&g_udpNegLock); in GenerateUdpChannelId()
79 SoftBusMutexUnlock(&g_udpNegLock); in GenerateUdpChannelId()
85 if (SoftBusMutexLock(&g_udpNegLock) != SOFTBUS_OK) { in ReleaseUdpChannelId()
92 (void)SoftBusMutexUnlock(&g_udpNegLock); in ReleaseUdpChannelId()
96 (void)SoftBusMutexUnlock(&g_udpNegLock); in ReleaseUdpChannelId()
101 if (SoftBusMutexLock(&g_udpNegLock) != SOFTBUS_OK) { in GenerateSeq()
113 SoftBusMutexUnlock(&g_udpNegLock); in GenerateSeq()
1168 int32_t ret = SoftBusMutexInit(&g_udpNegLock, NULL); in TransUdpChannelInit()