Home
last modified time | relevance | path

Searched refs:fuse_loop_mt (Results 1 - 3 of 3) sorted by relevance

/third_party/libfuse/include/
H A Dfuse.h1018 * See also: fuse_loop_mt()
1034 #define fuse_loop_mt(f, clone_fd) fuse_loop_mt_31(f, clone_fd) macro
1037 #define fuse_loop_mt(f, config) fuse_loop_mt_32(f, config) macro
1050 * Note: using fuse_loop() instead of fuse_loop_mt() means you are running in
1055 * Enabling multiple threads, by using fuse_loop_mt(), will cause FUSE to make
1071 int fuse_loop_mt(struct fuse *f, struct fuse_loop_config *config);
1073 #define fuse_loop_mt(f, config) fuse_loop_mt_312(f, config) macro
1139 * This is done automatically by fuse_loop_mt()
1148 * This is done automatically by fuse_loop_mt()
/third_party/libfuse/example/
H A Dinvalidate_path.c278 res = fuse_loop_mt(fuse, &config); in main()
/third_party/libfuse/lib/
H A Dhelper.c380 res = fuse_loop_mt(fuse, loop_config); in fuse_main_real()

Completed in 4 milliseconds