Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c233 List *curFront = NULL; in GetRetranBlockInfo() local
236 if (MutexListPopFront(&fileList->sendRetranList, &curFront, &isPoped) != NSTACKX_EOK) { in GetRetranBlockInfo()
238 retranNode = (SendRetranRequestNode *)curFront; in GetRetranBlockInfo()
245 retranNode = (SendRetranRequestNode *)curFront; in GetRetranBlockInfo()
H A Dnstackx_file_manager.c214 int32_t MutexListPopFront(MutexList *mutexList, List **curFront, uint8_t *isPoped) in MutexListPopFront() argument
225 *curFront = ListPopFront(&mutexList->head); in MutexListPopFront()
2028 List *curFront = NULL; in SetTransIdState() local
2052 if (MutexListPopFront(&session->tranIdStateList, &curFront, &isPoped) != NSTACKX_EOK) { in SetTransIdState()
2057 TransStateNode *tmp = (TransStateNode *)curFront; in SetTransIdState()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h435 int32_t MutexListPopFront(MutexList *mutexList, List **curFront, uint8_t *isPoped);