Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 25 of 51) sorted by relevance

123

/titanic_50/usr/src/test/libc-tests/cfg/symbols/
H A Dthreads_h.cfg23 type | cnd_t | threads.h | -ALL +C11
24 type | thrd_t | threads.h | -ALL +C11
25 type | tss_t | threads.h | -ALL +C11
26 type | mtx_t | threads.h | -ALL +C11
27 type | once_flag | threads.h | -ALL +C11
28 type | tss_dtor_t | threads.h | -ALL +C11
29 type | thrd_start_t | threads.h | -ALL +C11
34 value | mtx_plain | int | threads.h | -ALL +C11
35 value | mtx_recursive | int | threads.h | -ALL +C11
36 value | mtx_timed | int | threads.h | -ALL +C11
[all …]
H A DREADME81 define | thread_local | | threads.h | -ALL +C11
82 define | __alignas_is_defined | 1 | threads.h | -ALL +C11
/titanic_50/usr/src/test/libc-tests/tests/
H A Dc11_threads.c124 thrd_t threads[STRESS_NTHREADS]; in cthr_test_stress() local
128 VERIFY3S(thrd_create(&threads[i], cthr_test_stress_thr, in cthr_test_stress()
133 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success); in cthr_test_stress()
238 thrd_t threads[BROADCAST_NTHREADS]; in cthr_test_broadcast() local
243 VERIFY3S(thrd_create(&threads[i], cthr_test_broadcast_thr, in cthr_test_broadcast()
253 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success); in cthr_test_broadcast()
278 thrd_t threads[SIGNAL_NTHREADS]; in cthr_test_signal() local
283 VERIFY3S(thrd_create(&threads[i], cthr_test_signal_thr, NULL), in cthr_test_signal()
293 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success); in cthr_test_signal()
H A Dcall_once.c56 thrd_t threads[CO_NTHREADS]; in main() local
63 VERIFY3S(thrd_create(&threads[i], co_thr, NULL), ==, in main()
73 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success); in main()
H A Dc11_tss.c65 thrd_t threads[TSS_NTHREADS]; in main() local
72 VERIFY3S(thrd_create(&threads[i], ct_tss_thr, in main()
77 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success); in main()
/titanic_50/usr/src/lib/libc/
H A DMakefile.targ233 pics/%.o: $(LIBCBASE)/../port/threads/%.c
237 pics/%.o: $(LIBCBASE)/threads/%.c
241 pics/%.o: $(LIBCBASE)/threads/%.s
245 pics/%.o: $(LIBCBASE)/../$(TARGET_ARCH)/threads/%.c
249 pics/%.o: $(LIBCBASE)/../$(TARGET_ARCH)/threads/%.s
308 pics/%.o: $(LIBCBASE)/../port/threads/%.d $(THREADSOBJS:%=pics/%)
/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsdbc_ioctl.h240 int threads; member
265 int threads; member
H A Dsd_conf.c227 _sd_cache_config.threads = mgmt->threads;
818 _sd_ioset = nst_init("sd_thr", _sd_cache_config.threads);
836 config_info->threads = _sd_cache_config.threads;
/titanic_50/usr/src/uts/common/avs/ns/sv/
H A Dsv.c1613 sv_thread_tune(int threads) in sv_thread_tune() argument
1615 int incr = (threads > 0) ? 1 : -1; in sv_thread_tune()
1623 if (threads > 0) { in sv_thread_tune()
1624 sv_threads_extra += threads; in sv_thread_tune()
1627 threads = -threads; in sv_thread_tune()
1628 if (threads >= sv_threads_extra) { in sv_thread_tune()
1629 threads -= sv_threads_extra; in sv_thread_tune()
1633 sv_threads_extra -= threads; in sv_thread_tune()
1636 } else if (threads > 0) { in sv_thread_tune()
1642 if ((nthreads + threads) > sv_threads_max) { in sv_thread_tune()
[all …]
/titanic_50/usr/src/man/man5/
H A DMakefile125 threads.5 \
205 pthreads.5 := LINKSRC = threads.5
/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME91 dedicated threads. Sysevents and doors are both seen as callbacks into
101 So the structure of the daemon is a set of threads that drive event
125 When running, the daemon will consist of a number of threads:
129 time-consuming processing are spawned in worker threads (e.g. WiFi
131 o door request threads: the door infrastructure manages server threads
134 o various wifi/IP threads: threads which do asynchronous work such as
137 o routing socket threads: process routing socket messages of interest
139 o dlpi threads: used to monitor for DL_NOTE_LINK messages on links
371 handling thread, spawning other threads to carry out
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man5.inc66 file path=usr/share/man/man5/threads.5
70 link path=usr/share/man/man5/pthreads.5 target=threads.5
/titanic_50/usr/src/cmd/avs/dscfg/etc/
H A Ddscfg_format34 % threads csiz wrtcache filpat reserved1 niobuf ntdaemon fwrthru nofwrthru
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dsignal156 "All threads blocked",
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dsignal156 "All threads blocked",
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dsignal156 "All threads blocked",
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dsignal156 "All threads blocked",
/titanic_50/usr/src/lib/libc/amd64/
H A DMakefile1100 $(THREADSOBJS:%.o=$(LIBCDIR)/port/threads/%.c) \
1101 $(THREADSMACHOBJS:%.o=threads/%.c) \
1158 $(TIL:%=pics/%) := CFLAGS64 += $(LIBCBASE)/threads/amd64.il
1215 $(TIL:%=pics/%): $(LIBCBASE)/threads/amd64.il
/titanic_50/usr/src/lib/libunistat/common/sdbc/
H A Dsdbc.err45 FLUSHTHRD = Flush threads create failure.
/titanic_50/usr/src/lib/libldap5/
H A DMakefile.com48 ldappr-io.o ldappr-threads.o
/titanic_50/usr/src/lib/libsqlite/test/
H A Dthread1.test43 # Interleave two threads on read access. Then make sure a third
H A Dlock.test293 # When one thread is writing, other threads cannot read. Except if the
294 # writing thread is writing to its temporary tables, the other threads
/titanic_50/usr/src/lib/libsasl/
H A DREADME46 be able to support multiple different locales on different threads.
/titanic_50/usr/src/lib/libc/sparcv9/
H A DMakefile.com1117 $(THREADSOBJS:%.o=$(LIBCDIR)/port/threads/%.c) \
1118 $(THREADSMACHOBJS:%.o=$(LIBCDIR)/$(MACH)/threads/%.c) \
1179 $(TIL:%=pics/%) := CFLAGS64 += $(LIBCBASE)/threads/sparcv9.il
1263 $(TIL:%=pics/%): $(LIBCBASE)/threads/sparcv9.il
/titanic_50/usr/src/lib/libc/i386/
H A DMakefile.com1164 $(THREADSOBJS:%.o=$(LIBCDIR)/port/threads/%.c) \
1165 $(THREADSMACHOBJS:%.o=$(LIBCDIR)/$(MACH)/threads/%.c) \
1222 THREADS_INLINES = $(LIBCBASE)/threads/i386.il
1283 $(TIL:%=pics/%): $(LIBCBASE)/threads/i386.il

123