Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_pending.c37 static SoftBusMutex g_pendingLock; variable
52 (void)SoftBusMutexDestroy(&g_pendingLock); in DestroyPendingPacket()
65 (void)SoftBusMutexUnlock(&g_pendingLock); in CheckPendingPacketExisted()
69 (void)SoftBusMutexUnlock(&g_pendingLock); in CheckPendingPacketExisted()
106 (void)SoftBusMutexUnlock(&g_pendingLock); in CreatePendingPacket()
131 (void)SoftBusMutexUnlock(&g_pendingLock); in DeletePendingPacket()
186 (void)SoftBusMutexUnlock(&g_pendingLock); in GetPendingPacketData()
189 (void)SoftBusMutexUnlock(&g_pendingLock); in GetPendingPacketData()
199 (void)SoftBusMutexLock(&g_pendingLock); in GetPendingPacketData()
206 (void)SoftBusMutexUnlock(&g_pendingLock); in GetPendingPacketData()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_pending_packet.c37 static SoftBusMutex g_pendingLock; variable
64 (void)SoftBusMutexUnlock(&g_pendingLock); in ConnBrCreateBrPendingPacket()
74 (void)SoftBusMutexUnlock(&g_pendingLock); in ConnBrCreateBrPendingPacket()
80 (void)SoftBusMutexUnlock(&g_pendingLock); in ConnBrCreateBrPendingPacket()
84 (void)SoftBusMutexUnlock(&g_pendingLock); in ConnBrCreateBrPendingPacket()
104 (void)SoftBusMutexUnlock(&g_pendingLock); in ConnBrDelBrPendingPacket()
124 (void)SoftBusMutexUnlock(&g_pendingLock); in ConnBrGetBrPendingPacket()
150 (void)SoftBusMutexLock(&g_pendingLock); in ConnBrGetBrPendingPacket()
155 (void)SoftBusMutexUnlock(&g_pendingLock); in ConnBrGetBrPendingPacket()
176 SoftBusMutexUnlock(&g_pendingLock); in ConnBrSetBrPendingPacket()
[all …]