Searched refs:PthreadJoin (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
H A D | nstackx_util.h | 74 NSTACKX_EXPORT void PthreadJoin(pthread_t thread, void **retval);
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_util.c | 131 void PthreadJoin(pthread_t thread, void **retval) in PthreadJoin() function
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_util.c | 184 void PthreadJoin(pthread_t thread, void **retval) in PthreadJoin() function
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile.c | 1094 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 D | nstackx_dfile_session.c | 1301 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 D | nstackx_file_manager.c | 976 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 D | coap_app.c | 459 PthreadJoin(g_coapTid, NULL); in CoapThreadDestroy()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_common.c | 475 PthreadJoin(g_tid, NULL); in NSTACKX_Deinit()
|
Completed in 12 milliseconds