Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_pending.c37 static SoftBusMutex g_pendingLock; variable
44 if (SoftBusMutexInit(&g_pendingLock, NULL) != SOFTBUS_OK) { in InitPendingPacket()
52 (void)SoftBusMutexDestroy(&g_pendingLock); in DestroyPendingPacket()
57 if (SoftBusMutexLock(&g_pendingLock) != SOFTBUS_OK) { in CheckPendingPacketExisted()
65 (void)SoftBusMutexUnlock(&g_pendingLock); in CheckPendingPacketExisted()
69 (void)SoftBusMutexUnlock(&g_pendingLock); in CheckPendingPacketExisted()
101 if (SoftBusMutexLock(&g_pendingLock) != SOFTBUS_OK) { in CreatePendingPacket()
106 (void)SoftBusMutexUnlock(&g_pendingLock); in CreatePendingPacket()
116 if (SoftBusMutexLock(&g_pendingLock) != SOFTBUS_OK) { in DeletePendingPacket()
131 (void)SoftBusMutexUnlock(&g_pendingLock); in DeletePendingPacket()
[all...]
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_pending_packet.c37 static SoftBusMutex g_pendingLock; variable
42 if (SoftBusMutexInit(&g_pendingLock, NULL) != 0) { in ConnBrInitBrPendingPacket()
50 if (SoftBusMutexLock(&g_pendingLock) != SOFTBUS_OK) { in ConnBrCreateBrPendingPacket()
57 (void)SoftBusMutexUnlock(&g_pendingLock); in ConnBrCreateBrPendingPacket()
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()
90 if (SoftBusMutexLock(&g_pendingLock) != SOFTBUS_OK) { in ConnBrDelBrPendingPacket()
104 (void)SoftBusMutexUnlock(&g_pendingLock); in ConnBrDelBrPendingPacket()
[all...]

Completed in 1 milliseconds