Home
last modified time | relevance | path

Searched refs:singlethread (Results 1 – 11 of 11) sorted by relevance

/third_party/libfuse/lib/
Dhelper.c44 FUSE_HELPER_OPT("-s", singlethread),
367 if (opts.singlethread) in fuse_main_real()
Dcuse_lowlevel.c282 *multithreaded = !opts.singlethread; in cuse_lowlevel_setup()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dworkqueue.h154 int singlethread; /**< Whether to create a new working task. 0 indicates that member
/third_party/libfuse/example/
Dinvalidate_path.c273 if (opts.singlethread) in main()
Dhello_ll.c259 if (opts.singlethread) in main()
Dnotify_inval_entry.c362 if (opts.singlethread) { in main()
Dnotify_inval_inode.c342 if (opts.singlethread) in main()
Dnotify_store_retrieve.c400 if (opts.singlethread) in main()
Dpassthrough_ll.c1289 if (opts.singlethread) in main()
/third_party/libfuse/include/
Dfuse_lowlevel.h1942 int singlethread; member
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_workqueue.c121 wq->singlethread = singleThread; in __create_workqueue_key()