Home
last modified time | relevance | path

Searched refs:PthreadJoin (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_util.h74 NSTACKX_EXPORT void PthreadJoin(pthread_t thread, void **retval);
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_util.c131 void PthreadJoin(pthread_t thread, void **retval) in PthreadJoin() function
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_util.c184 void PthreadJoin(pthread_t thread, void **retval) in PthreadJoin() function
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c1094 PthreadJoin(session->tid, NULL); in StopDFileThreads()
1097 PthreadJoin(session->senderTid[0], NULL); in StopDFileThreads()
1100 PthreadJoin(session->receiverTid, NULL); in StopDFileThreads()
1102 PthreadJoin(session->controlTid, NULL); in StopDFileThreads()
H A Dnstackx_dfile_session.c1301 PthreadJoin(session->sendThreadPara[i].senderTid, NULL); in CloseAddiSendThread()
1312 PthreadJoin(session->sendThreadPara[cnt - 1].senderTid, NULL); in ErrorHandle()
1975 PthreadJoin(session->controlTid, NULL); in StartDFileThreadsInner()
1979 PthreadJoin(session->senderTid[0], NULL); in StartDFileThreadsInner()
1987 PthreadJoin(session->tid, NULL); in StartDFileThreadsInner()
H A Dnstackx_file_manager.c976 PthreadJoin(fileManager->fileManagerTid[i], NULL); in StopFileManagerThreads()
1009 PthreadJoin(fileManager->fileManagerTid[i - 1], NULL); in CreateFMThread()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c459 PthreadJoin(g_coapTid, NULL); in CoapThreadDestroy()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_common.c475 PthreadJoin(g_tid, NULL); in NSTACKX_Deinit()

Completed in 12 milliseconds