Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h236 pthread_t fileManagerTid[NSTACKX_FILE_MANAGER_THREAD_NUM]; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c976 PthreadJoin(fileManager->fileManagerTid[i], NULL); in StopFileManagerThreads()
978 fileManager->fileManagerTid[i] = INVALID_TID; in StopFileManagerThreads()
995 if ((PthreadCreate(&fileManager->fileManagerTid[i], NULL, FileManagerThread, ctx)) != 0) { in CreateFMThread()
1009 PthreadJoin(fileManager->fileManagerTid[i - 1], NULL); in CreateFMThread()