Home
last modified time | relevance | path

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

1234

/freebsd-head/contrib/netbsd-tests/lib/libpthread_dbg/
HDt_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
/freebsd-head/contrib/netbsd-tests/lib/libc/stdlib/
HDt_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
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBThreadCollection.cpp33 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads) in SBThreadCollection()
38 void SBThreadCollection::SetOpaque(const lldb::ThreadCollectionSP &threads) { in SetOpaque()
/freebsd-head/contrib/xz/src/liblzma/common/
HDoutqueue.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()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_thread.cpp101 void GetRunningThreadsLocked(InternalMmapVector<tid_t> *threads) { in GetRunningThreadsLocked()
103 [](ThreadContextBase *tctx, void *threads) { in GetRunningThreadsLocked()
/freebsd-head/tools/test/stress2/testcases/thr1/
HDthr1.c62 pthread_t threads[NTHREADS]; in test() local
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDTraceIntelPTBundleLoader.h25 std::vector<lldb::ThreadPostMortemTraceSP> threads; member
HDTraceIntelPTJSONStructs.h37 std::vector<JSONThread> threads; member
/freebsd-head/tools/test/pthread_vfork/
HDpthread_vfork_test.c74 pthread_t threads[NUM_THREADS]; in main() local
/freebsd-head/tools/test/stress2/testcases/thr2/
HDthr2.c71 pthread_t threads[NTHREADS]; in test() local
/freebsd-head/tests/sys/cddl/zfs/tests/threadsappend/
HDthreadsappend.c85 pthread_t threads[2]; in main() local
/freebsd-head/lib/libthr/tests/
HDumtx_op_test.c70 pthread_t threads[THREAD_COUNT]; in ATF_TC_BODY() local
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDThreadCollection.cpp21 ThreadCollection::ThreadCollection(collection threads) in ThreadCollection()
/freebsd-head/contrib/libder/tests/
HDfuzz_parallel.c78 pthread_t *threads; in LLVMFuzzerTestOneInput() local
/freebsd-head/usr.sbin/pmc/
HDcmd_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
/freebsd-head/crypto/openssl/
HDConfigure2951 sub threads { subroutine
/freebsd-head/contrib/ntp/sntp/libevent/
HDiocp-internal.h88 HANDLE *threads; member
/freebsd-head/contrib/libevent/
HDiocp-internal.h88 HANDLE *threads; member
/freebsd-head/sys/dev/random/
HDunit_test.c236 thrd_t threads[NUM_THREADS]; in main() local
/freebsd-head/sbin/nvmecontrol/
HDperftest.c53 uint32_t threads; member
/freebsd-head/contrib/libarchive/libarchive/
HDarchive_write_add_filter_zstd.c60 int threads; member
271 intmax_t threads; in archive_compressor_zstd_options() local
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_stoptheworld_win.cpp94 const HANDLE threads = CreateToolhelp32Snapshot(TH32CS_SNAPTHREAD, 0); in RunThread() local
/freebsd-head/sys/contrib/zstd/examples/
HDstreaming_compression_thread_pool.c157 pthread_t *threads = malloc_orDie(argc * sizeof(pthread_t)); in main() local
/freebsd-head/sys/amd64/vmm/
HDx86.c85 uint16_t cores, maxcpus, sockets, threads; in x86_emulate_cpuid() local
/freebsd-head/contrib/netbsd-tests/lib/libpthread/
HDt_once.c105 pthread_t threads[NTHREADS]; in ATF_TC_BODY() local

1234