Home
last modified time | relevance | path

Searched full:threaded (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/uts/common/sys/
H A Dconf.h152 * D_MTPERMOD - per module single threaded.
153 * D_MTQPAIR - per queue-pair single threaded.
154 * D_MTPERQ - per queue instance single threaded.
165 * single-threaded at the inner perimeter.
169 * single-threaded at the inner perimeter.
173 * not be single-threaded at the inner perimeter.
176 * procedure should not be single-threaded at the inner perimeter.
180 * close procedures should be single-threaded at the outer
183 #define D_MTSAFE 0x0020 /* multi-threaded module or driver */
191 #define D_MTPERQ 0x2000 /* per queue instance single-threaded */
[all …]
H A Dclock_tick.h43 * Per-CPU structure to facilitate multi-threaded tick accounting.
74 * Per-set structure to facilitate multi-threaded tick accounting.
/illumos-gate/usr/src/man/man3c/
H A Dgetnetgrent.3c57 The \fBinnetgr()\fR function is safe for use in single-threaded and
99 This implementation is not safe for use in multi-threaded applications.
108 both in single-threaded and multi-threaded applications.
117 multi-threaded applications, the effect of each is process-wide. Calling
121 multi-threaded applications may require coordination by the caller.
126 interpretation of \fBerrno\fR in multi-threaded applications.
171 When compiling multi-threaded applications, see \fBIntro\fR(3), \fINotes On
/illumos-gate/usr/src/man/man3socket/
H A Dgetnetbyname.3socket144 for use in multi-threaded applications.
154 results, and are safe for use in both single-threaded and multi-threaded
171 For enumeration in multi-threaded applications, the position within the
173 may be used in a multi-threaded application but resets the enumeration position
213 \fIerrno\fR in multi-threaded applications.
271 When compiling multi-threaded applications, see \fBIntro\fR(3), \fINotes On
H A Dgetprotobyname.3socket61 be used in single-threaded applications and are safe for multithreaded
206 reentrant interfaces can be used in single-threaded as well as multithreaded
217 scope, and are therefore not safe in multi-threaded applications.
/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_isoch.h72 * single-threaded processes. after that these members remain read-only.
74 _NOTE(SCHEME_PROTECTS_DATA("single-threaded", av1394_isoch_seg_s))
75 _NOTE(SCHEME_PROTECTS_DATA("single-threaded", av1394_isoch_pool_s))
86 _NOTE(SCHEME_PROTECTS_DATA("single-threaded", av1394_ir_ixl_data_s))
115 _NOTE(SCHEME_PROTECTS_DATA("single-threaded", av1394_ir_s::{
138 _NOTE(SCHEME_PROTECTS_DATA("single-threaded", av1394_it_ixl_begin_s))
163 _NOTE(SCHEME_PROTECTS_DATA("single-threaded", av1394_it_ixl_buf_s))
182 _NOTE(SCHEME_PROTECTS_DATA("single-threaded", av1394_it_ixl_empty_cip_s))
194 _NOTE(SCHEME_PROTECTS_DATA("single-threaded", av1394_it_frame_info_s))
232 _NOTE(SCHEME_PROTECTS_DATA("single-threaded", av1394_it_s::{
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dclock_tick.c51 * multi-threaded tick accounting. The CPUs are chosen
59 * This implementation gives us a multi-threaded tick processing facility that
61 * configurations it may be desirable to let the processing be single-threaded
69 * to switch to multi-threaded. Similarly, if CPUs are removed dynamically
70 * no attempt is made to switch to single-threaded. This is to keep the
80 * multi-threaded tick accounting kicks in.
87 * Indicates whether or not tick accounting is single threaded.
132 * Where to begin the scan for single-threaded mode. In multi-threaded,
231 * then we assume single threaded. in clock_tick_init_post()
244 * single-threaded. in clock_tick_init_post()
[all …]
H A Daudit_core.c203 * We are essentially running singled threaded for this reason.
277 * why we are single threaded?
314 * We are single threaded in this routine.
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c187 int threaded = __libc_threaded; in _flushlbf() local
189 if (threaded) in _flushlbf()
204 if (threaded) { in _flushlbf()
221 if (threaded) in _flushlbf()
254 int threaded = __libc_threaded; in _findiop() local
256 if (threaded) in _findiop()
282 if (threaded) { in _findiop()
317 if (threaded) in _findiop()
385 if (threaded) in _findiop()
601 int threaded = __libc_threaded; in _fflush_l_iops() local
[all …]
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A D00README48 tpcom.c threaded print comment: a threaded version of pcom.c.
50 threaded program.
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.h52 * by a bucket which is threaded in up to two of three ways. All active pages
53 * are threaded on a hash chain (hashed by page number) and an lru chain.
54 * Inactive pages are threaded on a free chain. Each reference to a memory
/illumos-gate/usr/src/lib/lib9p/common/
H A Dfid.h48 * (threaded) op is invoked on a not-yet-valid fid, the fid cannot
53 * -- we're currently single-threaded per connection so the locks
77 uint32_t lo_flags; /* volatile atomic_t when threaded? */
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dmp.h120 /* These fields need to be protected for multi-threaded support. */
139 #define MP_LOCKHANDLE 0x01 /* Threaded, lock handles and region. */
162 /* These fields need to be protected for multi-threaded support. */
190 /* These fields need to be protected for multi-threaded support. */
H A Dlog.h64 /* These fields need to be protected for multi-threaded support. */
75 * on threaded logs.
97 * These fields are used by XA; since XA forbids threaded execution, these
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsema.c123 } else if (!udp->uberflags.uf_mt && /* single threaded */ in sema_wait_impl()
126 * Since we are single-threaded, we don't need the in sema_wait_impl()
274 } else if (!udp->uberflags.uf_mt) { /* single threaded */ in sema_trywait()
341 } else if (!udp->uberflags.uf_mt) { /* single threaded */ in sema_post()
/illumos-gate/usr/src/man/man9e/
H A Dquiesce.9e48 timeout or \fBtaskq\fR is invoked. The system is single-threaded and can not be
109 When \fBquiesce()\fR is called, the system is single-threaded, therefore the
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dmain.c79 * Due to being threaded, a simple set of signal handlers would not work
195 * We block these while we're still single-threaded; this block will
452 * use reference counting to be safe in a threaded program. It is in main()
455 * (and if necessary set uid to 0) in this threaded daemon. in main()
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacenv.h178 /* Common application configuration. All single threaded except for AcpiExec. */
433 * Use single threaded if the entire subsystem is contained in an application
434 * Use multiple threaded when the subsystem is running in the kernel.
436 * By default the model is single threaded if ACPI_APPLICATION is set,
437 * multi-threaded if ACPI_APPLICATION is not set.
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tdb.c30 * In order to properly debug multi-threaded programs, the proc target must be
35 * life as a single-threaded process and then later dlopen() libthread, so we
42 * the same time. This might happen if you were looking at two multi-threaded
/illumos-gate/usr/src/cmd/sgs/link_audit/man/
H A Dperfcnt.man54 has the limitation that it does not work with a threaded program nor
127 will not work with a threaded application and should not be
/illumos-gate/usr/src/man/man3nsl/
H A Drpc_control.3nsl49 RPC_SVC_MT_NONE Single threaded mode (default)
58 default (single threaded) mode. See the \fINetwork Interfaces Programmer's
/illumos-gate/usr/src/test/util-tests/tests/libsff/
H A Dlibsff_conn.out5 BNC/TNC (Bayonet/Threaded Neill-Concelman)
264 BNC/TNC (Bayonet/Threaded Neill-Concelman)
/illumos-gate/usr/src/man/man3gen/
H A Dregexpr.3gen201 When compiling multi-threaded applications, the \fB_REENTRANT\fR flag must be
202 defined on the compile line. This flag should only be used in multi-threaded
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h41 struct ns_conn_mt; /* multi-threaded (MT) connection, forward definition */
49 * Structure for handling the waiter of a pending multi-threaded (MT) connection
227 boolean_t ldap_mt; /* libldap supports multi-threaded client ? */
/illumos-gate/usr/src/uts/common/sys/scsi/conf/
H A Dautoconf.h166 * multi-threaded does not guarantee reduce configuration time, however when
170 * begin. Running multi-threaded also helps verification of framework and HBA

12345678910>>...18