Home
last modified time | relevance | path

Searched refs:multithreaded (Results 1 – 25 of 84) sorted by relevance

1234

/netbsd-src/lib/librefuse/
H A Dfuse.h362 char **mountpoint, int *multithreaded, int *fd) { in fuse_setup() argument
364 mountpoint, multithreaded, fd); in fuse_setup()
392 char **mountpoint, int *multithreaded, int *fd) { in fuse_setup() argument
394 mountpoint, multithreaded, fd); in fuse_setup()
422 char **mountpoint, int *multithreaded, int *fd) { in fuse_setup() argument
424 mountpoint, multithreaded, fd); in fuse_setup()
467 char **mountpoint, int *multithreaded, void *user_data) { in fuse_setup() argument
469 mountpoint, multithreaded, user_data); in fuse_setup()
513 char **mountpoint, int *multithreaded, void *user_data) { in fuse_setup() argument
515 mountpoint, multithreaded, user_dat in fuse_setup()
559 fuse_setup(int argc,char * argv[],const struct fuse_operations * op,size_t op_size,char ** mountpoint,int * multithreaded,void * user_data) fuse_setup() argument
[all...]
/netbsd-src/lib/librefuse/refuse/
H A Dv22.c41 char **mountpoint, int *multithreaded, int *fd) { in fuse_setup_v22() argument
54 fuse = fuse_setup_v26(argc, argv, op, op_version, mountpoint, multithreaded, NULL); in fuse_setup_v22()
H A Dv25.c60 int *multithreaded, int *foreground) { in fuse_parse_cmdline_v25() argument
67 *multithreaded = !opts.singlethread; in fuse_parse_cmdline_v25()
H A Dv26.c95 char **mountpoint, int *multithreaded, in fuse_setup_v26() argument
105 *multithreaded = !opts.singlethread; in fuse_setup_v26()
H A Dv22.h80 char **mountpoint, int *multithreaded, int *fd);
H A Dv25.h89 int *multithreaded, int *foreground);
H A Dv26.h101 char **mountpoint, int *multithreaded,
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dcpuwalk_example.txt30 duration. This is on a 4 CPU server running a multithreaded CPU bound
61 The following is a similar demonstration, this time running a multithreaded
H A Dthreaded_example.txt27 server (which it is), or a sign that a multithreaded application may be
53 is fairly even, and the above serves as an example of a multithreaded
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dcpuwalk_example.txt30 duration. This is on a 4 CPU server running a multithreaded CPU bound
61 The following is a similar demonstration, this time running a multithreaded
H A Dthreaded_example.txt27 server (which it is), or a sign that a multithreaded application may be
53 is fairly even, and the above serves as an example of a multithreaded
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-php/
H A DREADME4 reason is that a web server usually is multithreaded, and the gettext() API
/netbsd-src/external/bsd/libbind/dist/
H A Dconfig.threads.in7 # to work well, and where debugging of multithreaded programs
58 # Linux kernels produce unusable core dumps from multithreaded
/netbsd-src/external/gpl2/xcvs/dist/m4/
H A Dunlocked-io.m425 but it is not safe for multithreaded apps.])
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/
H A Dunlocked-io.m423 but it is not safe for multithreaded apps.])
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-m4/
H A Dunlocked-io.m423 but it is not safe for multithreaded apps.])
/netbsd-src/external/mit/expat/dist/win32/
H A DREADME.txt34 single threaded or multithreaded run-time library,
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Drequirements.inc.rst29 multithreaded, allowing full utilization of multiprocessor systems for
/netbsd-src/tests/lib/libobjc/
H A Dt_threads.m93 printf("becoming multithreaded!\n");
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dperformance.rst176 Timers have no locking, so if you have a multithreaded program, you
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dperformance.rst176 Timers have no locking, so if you have a multithreaded program, you
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3829.txt151 the authorization identity. For multithreaded or high bandwidth
/netbsd-src/external/bsd/libevent/dist/
H A DREADME.md135 --disable-thread-support Don't support multithreaded environments.
/netbsd-src/external/bsd/tre/dist/
H A DREADME.md173 handler, or in many threads of a multithreaded application.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGarbageCollection.rst768 Denotes a multithreaded mutator; the collector must still stop the mutator
770 multithreaded mutator is a complicated problem. It generally requires highly
784 multithreaded programs. This will be added in the future as there is

1234