/titanic_50/usr/src/test/libc-tests/cfg/symbols/ |
H A D | threads_h.cfg | 23 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 D | README | 81 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 D | c11_threads.c | 124 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 D | call_once.c | 56 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 D | c11_tss.c | 65 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 D | Makefile.targ | 233 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 D | sdbc_ioctl.h | 240 int threads; member 265 int threads; member
|
H A D | sd_conf.c | 227 _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 D | sv.c | 1613 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 D | Makefile | 125 threads.5 \ 205 pthreads.5 := LINKSRC = threads.5
|
/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | README | 91 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 D | system-library.man5.inc | 66 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 D | dscfg_format | 34 % threads csiz wrtcache filpat reserved1 niobuf ntdaemon fwrthru nofwrthru
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | signal | 156 "All threads blocked",
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | signal | 156 "All threads blocked",
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | signal | 156 "All threads blocked",
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | signal | 156 "All threads blocked",
|
/titanic_50/usr/src/lib/libc/amd64/ |
H A D | Makefile | 1100 $(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 D | sdbc.err | 45 FLUSHTHRD = Flush threads create failure.
|
/titanic_50/usr/src/lib/libldap5/ |
H A D | Makefile.com | 48 ldappr-io.o ldappr-threads.o
|
/titanic_50/usr/src/lib/libsqlite/test/ |
H A D | thread1.test | 43 # Interleave two threads on read access. Then make sure a third
|
H A D | lock.test | 293 # 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 D | README | 46 be able to support multiple different locales on different threads.
|
/titanic_50/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 1117 $(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 D | Makefile.com | 1164 $(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
|