Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c884 static void *FileManagerThread(void *arg) in FileManagerThread() function
995 if ((PthreadCreate(&fileManager->fileManagerTid[i], NULL, FileManagerThread, ctx)) != 0) { in CreateFMThread()