Searched refs:senderTid (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_dfile_session.h | 49 pthread_t senderTid; member 95 pthread_t senderTid[NSTACKX_MULTI_PATH_NUM]; member
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_mp.c | 109 if (PthreadCreate(&(session->senderTid[0]), NULL, DFileSenderHandle, para)) { in CreateSenderThread()
|
H A D | nstackx_dfile_session.c | 1302 PthreadJoin(session->sendThreadPara[i].senderTid, NULL); in CloseAddiSendThread() 1313 PthreadJoin(session->sendThreadPara[cnt - 1].senderTid, NULL); in ErrorHandle() 1346 …if (PthreadCreate(&(session->sendThreadPara[i].senderTid), NULL, DFileAddiSenderHandle, sendThread… in CreateAddiSendThread() 1980 PthreadJoin(session->senderTid[0], NULL); in StartDFileThreadsInner() 1981 session->senderTid[0] = INVALID_TID; in StartDFileThreadsInner()
|
H A D | nstackx_dfile.c | 1097 PthreadJoin(session->senderTid[0], NULL); in StopDFileThreads() 1098 session->senderTid[0] = INVALID_TID; in StopDFileThreads()
|