Searched refs:g_udpNegLock (Results 1 – 1 of 1) sorted by relevance
57 static SoftBusMutex g_udpNegLock; variable66 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()