Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fs/
Dfuse_fs_access.c42 static pthread_t fuse_thread; variable
513 err = pthread_create(&fuse_thread, NULL, fuse_fs_access_main, NULL); in fuse_fs_access_init()
538 pthread_join(fuse_thread, NULL); in fuse_fs_access_exit()