Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c1284 SemWait(&session->sendThreadPara[threadIdx].semNewCycle); in DFileAddiSenderHandle()
1301 SemPost(&session->sendThreadPara[i].semNewCycle); in CloseAddiSendThread()
1304 SemDestroy(&session->sendThreadPara[i].semNewCycle); in CloseAddiSendThread()
1312 SemPost(&session->sendThreadPara[cnt - 1].semNewCycle); in ErrorHandle()
1315 SemDestroy(&session->sendThreadPara[cnt - 1].semNewCycle); in ErrorHandle()
1338 if (SemInit(&session->sendThreadPara[i].semNewCycle, 0, 0) != 0) { in CreateAddiSendThread()
1349 SemDestroy(&session->sendThreadPara[i].semNewCycle); in CreateAddiSendThread()
1464 SemPost(&session->sendThreadPara[i].semNewCycle); in DFileSessionSendFrame()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h51 sem_t semNewCycle; member