Home
last modified time | relevance | path

Searched refs:SetTidToBindInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_config.h182 void SetTidToBindInfo(const struct DFileSession *session, uint32_t pos);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_config.c44 void SetTidToBindInfo(const DFileSession *session, uint32_t pos) in SetTidToBindInfo() function
H A Dnstackx_dfile_session.c1008 SetTidToBindInfo(session, POS_MAIN_THERD_START); in DFileMainLoop()
1253 SetTidToBindInfo(session, threadIdx + POS_SEND_THERD_START); in DFileAddiSenderHandle()
1488 SetTidToBindInfo(session, pos); in DFileSenderPre()
1765 SetTidToBindInfo(session, POS_RECV_THERD_START); in DFileRecverPre()
H A Dnstackx_file_manager.c875 SetTidToBindInfo(fileManager->context, threadIdx); in FileManagerPre()