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_bottom.c40 static pthread_t fuse_thread; variable
617 err = pthread_create(&fuse_thread, NULL, ffsa_main, (void *)fuse_mountpoint); in ffsa_init_bottom()
641 pthread_join(fuse_thread, NULL); in ffsa_cleanup_bottom()