Searched refs:PthreadCreate (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
H A D | nstackx_util.h | 73 NSTACKX_EXPORT int32_t PthreadCreate(pthread_t *tid, const pthread_attr_t *attr, void *(*entry)(void *), void *arg);
|
/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 | 1345 if (PthreadCreate(&(session->sendThreadPara[i].senderTid), NULL, DFileAddiSenderHandle, sendThreadCtx)) { in CreateAddiSendThread() 1954 if (PthreadCreate(&(session->tid), NULL, DFileMainLoop, session)) { in StartDFileThreadsInner() 1963 if (PthreadCreate(&(session->receiverTid), NULL, DFileReceiverHandle, session)) { in StartDFileThreadsInner() 1968 if (PthreadCreate(&(session->controlTid), NULL, DFileControlHandle, session)) { in StartDFileThreadsInner()
|
H A D | nstackx_file_manager.c | 995 if ((PthreadCreate(&fileManager->fileManagerTid[i], NULL, FileManagerThread, ctx)) != 0) { in CreateFMThread()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_util.c | 126 int32_t PthreadCreate(pthread_t *tid, const pthread_attr_t *attr, void *(*entry)(void *), void *arg) in PthreadCreate() function
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_util.c | 179 int32_t PthreadCreate(pthread_t *tid, const pthread_attr_t *attr, void *(*entry)(void *), void *arg) in PthreadCreate() function
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
H A D | coap_app.c | 440 int32_t ret = PthreadCreate(&g_coapTid, NULL, CoapIoMonitorLoop, NULL); in CoapThreadInit()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_common.c | 362 ret = PthreadCreate(&g_tid, NULL, NstackMainLoop, NULL); in NstackxInitInner()
|
Completed in 11 milliseconds