Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_util.h73 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 Dnstackx_dfile_mp.c109 if (PthreadCreate(&(session->senderTid[0]), NULL, DFileSenderHandle, para)) { in CreateSenderThread()
H A Dnstackx_dfile_session.c1345 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 Dnstackx_file_manager.c995 if ((PthreadCreate(&fileManager->fileManagerTid[i], NULL, FileManagerThread, ctx)) != 0) { in CreateFMThread()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_util.c126 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 Dsys_util.c179 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 Dcoap_app.c440 int32_t ret = PthreadCreate(&g_coapTid, NULL, CoapIoMonitorLoop, NULL); in CoapThreadInit()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_common.c362 ret = PthreadCreate(&g_tid, NULL, NstackMainLoop, NULL); in NstackxInitInner()

Completed in 11 milliseconds