Home
last modified time | relevance | path

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

/third_party/libfuse/include/
Dfuse_common.h894 void fuse_loop_cfg_set_idle_threads(struct fuse_loop_config *config,
/third_party/libfuse/lib/
Dfuse_versionscript180 fuse_loop_cfg_set_idle_threads;
Dfuse_loop_mt.c458 fuse_loop_cfg_set_idle_threads(config, v1_conf->max_idle_threads); in fuse_loop_cfg_convert()
463 void fuse_loop_cfg_set_idle_threads(struct fuse_loop_config *config, in fuse_loop_cfg_set_idle_threads() function
Dhelper.c378 fuse_loop_cfg_set_idle_threads(loop_config, opts.max_idle_threads); in fuse_main_real()
/third_party/libfuse/example/
Dpassthrough_hp.cc1349 fuse_loop_cfg_set_idle_threads(loop_config, fs.num_threads); in main()