Searched refs:fuse_loop_mt (Results 1 - 3 of 3) sorted by relevance
/third_party/libfuse/include/ |
H A D | fuse.h | 1018 * 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 D | invalidate_path.c | 278 res = fuse_loop_mt(fuse, &config); in main()
|
/third_party/libfuse/lib/ |
H A D | helper.c | 380 res = fuse_loop_mt(fuse, loop_config); in fuse_main_real()
|
Completed in 4 milliseconds