Searched refs:prune_thread (Results 1 – 1 of 1) sorted by relevance
130 pthread_t prune_thread; member4857 return fuse_start_thread(&f->prune_thread, fuse_prune_nodes, f); in fuse_start_cleanup_thread()4866 pthread_cancel(f->prune_thread); in fuse_stop_cleanup_thread()4868 pthread_join(f->prune_thread, NULL); in fuse_stop_cleanup_thread()