Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 25 of 99) sorted by relevance

1234

/src/contrib/netbsd-tests/lib/libpthread_dbg/ !
H A Dt_threads.c78 pthread_t threads[MAX_THREADS]; in ATF_TC_BODY() local
139 pthread_t threads[MAX_THREADS]; in ATF_TC_BODY() local
209 pthread_t threads[MAX_THREADS]; in ATF_TC_BODY() local
282 pthread_t threads[MAX_THREADS]; in ATF_TC_BODY() local
363 pthread_t threads[MAX_THREADS]; in ATF_TC_BODY() local
436 pthread_t threads[MAX_THREADS]; in ATF_TC_BODY() local
510 pthread_t threads[MAX_THREADS]; in ATF_TC_BODY() local
584 pthread_t threads[MAX_THREADS]; in ATF_TC_BODY() local
665 pthread_t threads[MAX_THREADS]; in ATF_TC_BODY() local
/src/contrib/netbsd-tests/lib/libc/stdlib/ !
H A Dt_getenv_thread.c150 pthread_t threads[THREADED_NUM_THREADS]; in ATF_TC_BODY() local
175 pthread_t threads[THREADED_NUM_THREADS]; in ATF_TC_BODY() local
200 pthread_t threads[THREADED_NUM_THREADS]; in ATF_TC_BODY() local
225 pthread_t threads[THREADED_NUM_THREADS]; in ATF_TC_BODY() local
/src/contrib/llvm-project/lldb/source/API/ !
H A DSBThreadCollection.cpp33 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads) in SBThreadCollection()
38 void SBThreadCollection::SetOpaque(const lldb::ThreadCollectionSP &threads) { in SetOpaque()
/src/contrib/xz/src/liblzma/common/ !
H A Doutqueue.c19 #define GET_BUFS_LIMIT(threads) (2 * (threads)) argument
23 lzma_outq_memusage(uint64_t buf_size_max, uint32_t threads) in lzma_outq_memusage()
113 uint32_t threads) in lzma_outq_init()
/src/crypto/openssl/doc/designs/ddd/ !
H A DREPORT.md141 ### Originally planned changes
157 ### Actual changes
/src/contrib/llvm-project/compiler-rt/lib/lsan/ !
H A Dlsan_thread.cpp101 void GetRunningThreadsLocked(InternalMmapVector<tid_t> *threads) { in GetRunningThreadsLocked()
103 [](ThreadContextBase *tctx, void *threads) { in GetRunningThreadsLocked()
/src/tools/test/stress2/testcases/thr1/ !
H A Dthr1.c62 pthread_t threads[NTHREADS]; in test() local
/src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ !
H A DTraceIntelPTBundleLoader.h25 std::vector<lldb::ThreadPostMortemTraceSP> threads; member
/src/tools/test/stress2/testcases/thr2/ !
H A Dthr2.c71 pthread_t threads[NTHREADS]; in test() local
/src/tools/test/pthread_vfork/ !
H A Dpthread_vfork_test.c74 pthread_t threads[NUM_THREADS]; in main() local
/src/tests/sys/cddl/zfs/tests/threadsappend/ !
H A Dthreadsappend.c85 pthread_t threads[2]; in main() local
/src/lib/libthr/tests/ !
H A Dumtx_op_test.c70 pthread_t threads[THREAD_COUNT]; in ATF_TC_BODY() local
/src/crypto/openssl/demos/kdf/ !
H A Dargon2.c83 unsigned int threads; in main() local
/src/contrib/llvm-project/lldb/source/Target/ !
H A DThreadCollection.cpp21 ThreadCollection::ThreadCollection(collection threads) in ThreadCollection()
/src/sys/dev/vmm/ !
H A Dvmm_vm.c354 uint16_t *threads, uint16_t *maxcpus) in vm_get_topology()
364 uint16_t threads, uint16_t maxcpus __unused) in vm_set_topology()
/src/contrib/libder/tests/ !
H A Dfuzz_parallel.c78 pthread_t *threads; in LLVMFuzzerTestOneInput() local
/src/usr.sbin/pmc/ !
H A Dcmd_pmc_filter.cc198 char *events, char *processes, char *threads, bool exclusive, bool json, int infd, in pmc_filter_handler()
300 char *lwps, *pids, *events, *processes, *threads; in cmd_pmc_filter() local
/src/crypto/openssl/ !
H A DConfigure3110 sub threads { subroutine
/src/contrib/libevent/ !
H A Diocp-internal.h88 HANDLE *threads; member
/src/contrib/ntp/sntp/libevent/ !
H A Diocp-internal.h88 HANDLE *threads; member
/src/sys/dev/random/ !
H A Dunit_test.c236 thrd_t threads[NUM_THREADS]; in main() local
/src/contrib/libarchive/libarchive/ !
H A Darchive_write_add_filter_zstd.c60 int threads; member
271 intmax_t threads; in archive_compressor_zstd_options() local
/src/sbin/nvmecontrol/ !
H A Dperftest.c53 uint32_t threads; member
/src/sys/contrib/zstd/examples/ !
H A Dstreaming_compression_thread_pool.c157 pthread_t *threads = malloc_orDie(argc * sizeof(pthread_t)); in main() local
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ !
H A Dsanitizer_stoptheworld_win.cpp94 const HANDLE threads = CreateToolhelp32Snapshot(TH32CS_SNAPTHREAD, 0); in RunThread() local

1234