Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_config.h155 #define POS_SEND_THERD_START 3 macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c1253 SetTidToBindInfo(session, threadIdx + POS_SEND_THERD_START); in DFileAddiSenderHandle()
1483 … uint32_t pos = (uint32_t)(session->clientSendThreadNum - 1 + socketIndex + POS_SEND_THERD_START); in DFileSenderPre()
1484 if (pos >= POS_SEND_THERD_START + NSTACKX_MAX_CLIENT_SEND_THREAD_NUM) { in DFileSenderPre()