/illumos-gate/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
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_cpuid.c | 553 uint16_t cores, maxcpus, sockets, threads; in legacy_emulate_cpuid() local 606 vm_get_topology(vm, &sockets, &cores, &threads, in legacy_emulate_cpuid() 618 width = MIN(0xF, log2(threads * cores)); in legacy_emulate_cpuid() 621 logical_cpus = MIN(0xFF, threads * cores - 1); in legacy_emulate_cpuid() 723 vm_get_topology(vm, &sockets, &cores, &threads, in legacy_emulate_cpuid() 727 logical_cpus = threads; in legacy_emulate_cpuid() 732 logical_cpus = threads; in legacy_emulate_cpuid() 737 logical_cpus = threads * cores; in legacy_emulate_cpuid() 769 vm_get_topology(vm, &sockets, &cores, &threads, in legacy_emulate_cpuid() 772 threads = MIN(0xFF, threads - 1); in legacy_emulate_cpuid() [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/perf/ |
H A D | perf.shlib | 41 typeset threads=$1 49 suffix="$suffix.$threads-threads.$filesystems-filesystems" 59 typeset threads=$4 65 log_note "Running with $threads $sync_str threads, $iosize ios" 69 verify_threads_per_fs $threads $threads_per_fs 78 # of the number of threads. 81 populate_perf_filesystems $((threads / threads_per_fs)) 108 export FILESIZE=$((TOTAL_SIZE / threads)) 109 export NUMJOBS=$threads 115 typeset suffix=$(get_suffix $threads $sync $iosize) [all …]
|
/illumos-gate/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() 237 thrd_t threads[BROADCAST_NTHREADS]; in cthr_test_broadcast() local 242 VERIFY3S(thrd_create(&threads[i], cthr_test_broadcast_thr, in cthr_test_broadcast() 252 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success); in cthr_test_broadcast() 277 thrd_t threads[SIGNAL_NTHREADS]; in cthr_test_signal() local 282 VERIFY3S(thrd_create(&threads[i], cthr_test_signal_thr, NULL), in cthr_test_signal() 292 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success); in cthr_test_signal()
|
H A D | call_once.c | 57 thrd_t threads[CO_NTHREADS]; in main() local 64 VERIFY3S(thrd_create(&threads[i], co_thr, NULL), ==, in main() 74 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()
|
H A D | Makefile | 39 threads \
|
/illumos-gate/usr/src/lib/libc/ |
H A D | Makefile.targ | 245 pics/%.o: $(LIBCBASE)/../port/threads/%.c 249 pics/%.o: $(LIBCBASE)/threads/%.c 253 pics/%.o: $(LIBCBASE)/threads/%.S 257 pics/%.o: $(LIBCBASE)/../$(TARGET_ARCH)/threads/%.c 261 pics/%.o: $(LIBCBASE)/../$(TARGET_ARCH)/threads/%.S 331 pics/%.o: $(LIBCBASE)/../port/threads/%.d $(THREADSOBJS:%=pics/%)
|
/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/ |
H A D | maxcpu.c | 47 uint16_t sockets, cores, threads, maxcpus; in main() local 48 if (vm_get_topology(ctx, &sockets, &cores, &threads, &maxcpus) != 0) { in main()
|
/illumos-gate/usr/src/cmd/mdb/intel/modules/vmm/ |
H A D | vmm.c | 35 uint16_t sockets, cores, threads; member 102 vm.sockets, vm.cores, vm.threads, in i_vmm_dcmd()
|
/illumos-gate/usr/src/man/man7/ |
H A D | Makefile | 132 threads.7 \ 230 pthreads.7 := LINKSRC = threads.7
|
/illumos-gate/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
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | qlc.conf | 262 completion-threads=4;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man7.inc | 66 link path=usr/share/man/man7/pthreads.7 target=threads.7 70 file path=usr/share/man/man7/threads.7
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | smbiostbl.c | 254 uint8_t threads; /* threads per socket */ member 750 type4->threads = 0; in smbios_type4_initializer() 752 type4->threads = cpu_cores * cpu_threads; in smbios_type4_initializer()
|
H A D | bhyverun.c | 509 uint16_t sockets, cores, threads, maxcpus; in num_vcpus_allowed() local 526 error = vm_get_topology(ctx, &sockets, &cores, &threads, &maxcpus); in num_vcpus_allowed()
|
/illumos-gate/usr/src/lib/libvmmapi/common/ |
H A D | vmmapi.h | 340 uint16_t threads, uint16_t maxcpus); 342 uint16_t *threads, uint16_t *maxcpus);
|
H A D | vmmapi.c | 2113 uint16_t sockets, uint16_t cores, uint16_t threads, uint16_t maxcpus) in vm_set_topology() argument 2120 topology.threads = threads; in vm_set_topology() 2127 uint16_t *sockets, uint16_t *cores, uint16_t *threads, uint16_t *maxcpus) in vm_get_topology() argument 2137 *threads = topology.threads; in vm_get_topology()
|
/illumos-gate/usr/src/uts/intel/io/vmm/sys/ |
H A D | vmm_kernel.h | 144 uint16_t *threads, uint16_t *maxcpus); 146 uint16_t threads, uint16_t maxcpus);
|
/illumos-gate/usr/src/lib/libldap5/ |
H A D | Makefile.com | 49 ldappr-io.o ldappr-threads.o
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | lock.test | 291 # When one thread is writing, other threads cannot read. Except if the 292 # writing thread is writing to its temporary tables, the other threads
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | signal | 181 "All threads blocked",
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | signal | 181 "All threads blocked",
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | signal | 181 "All threads blocked",
|