Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/fs/
Dfuse_fs_access.c38 static pthread_t fuse_thread; variable
502 err = pthread_create(&fuse_thread, NULL, fuse_fs_access_main, NULL); in fuse_fs_access_init()
527 pthread_join(fuse_thread, NULL); in fuse_fs_access_exit()