Searched refs:multithreaded (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dhelper.c148 int *multithreaded, int *foreground)
169 if (multithreaded)
170 *multithreaded = !hopts.singlethread;
147 fuse_parse_cmdline(struct fuse_args *args, char **mountpoint, int *multithreaded, int *foreground) argument
H A DFUSEFileSystem.h65 status_t MainLoop(bool multithreaded);
H A DFUSEFileSystem.cpp298 FUSEFileSystem::MainLoop(bool multithreaded) argument
300 // TODO: Respect the multithreaded flag!
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_compat.h64 int *multithreaded, int *fd);
115 int *multithreaded, int *fd);
159 char **mountpoint, int *multithreaded, int *fd);
H A Dfuse_common.h239 * @param multithreaded set to 1 unless the '-s' option is present
244 int *multithreaded, int *foreground);
H A Dfuse.h985 char **mountpoint, int *multithreaded,

Completed in 46 milliseconds