Home
last modified time | relevance | path

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

123

/openbsd/gnu/usr.bin/perl/dist/threads/lib/
H A Dthreads.pm1 package threads; package
105 sub threads::all { } subroutine
106 sub threads::running { 1 } subroutine
107 sub threads::joinable { 0 } subroutine
/openbsd/gnu/llvm/lldb/source/API/
H A DSBThreadCollection.cpp33 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads) in SBThreadCollection()
38 void SBThreadCollection::SetOpaque(const lldb::ThreadCollectionSP &threads) { in SetOpaque()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cpp131 pthread_t threads[kThreads]; in TEST() local
142 pthread_t threads[kThreads]; in TEST() local
152 pthread_t threads[kThreads]; in TEST() local
161 pthread_t threads[kThreads]; in TEST() local
/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp91 void GetRunningThreadsLocked(InternalMmapVector<tid_t> *threads) { in GetRunningThreadsLocked()
93 [](ThreadContextBase *tctx, void *threads) { in GetRunningThreadsLocked()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_trace_test.cpp64 ThreadState *threads[N]; member
278 ThreadArray<2> threads; in TRACE_TEST() local
298 ThreadArray<kThreads> threads; in TRACE_TEST() local
325 ThreadArray<kThreads> threads; in TRACE_TEST() local
/openbsd/regress/lib/libpthread/stdfiles/
H A DMakefile15 threads: ${PROG} target
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
H A Dmanythreads.c43 pthread_t threads[256]; in main() local
H A Dthread-specific.c31 pthread_t threads[2]; in main() local
H A Dschedlock.c33 pthread_t threads[NUM]; in main() local
H A Dwatchthreads.c35 pthread_t threads[NUM]; in main() local
H A Dprint-threads.c14 pthread_t threads[NUM]; in main() local
/openbsd/gnu/usr.bin/perl/dist/threads-shared/lib/threads/
H A Dshared.pm70 sub threads::shared::tie::SPLICE subroutine
/openbsd/gnu/gcc/libmudflap/testsuite/libmudflap.cth/
H A Dpass37-frag.c35 pthread_t threads[NT]; in main() local
H A Dpass39-frag.c35 pthread_t threads[NT]; in main() local
/openbsd/regress/lib/libpthread/getaddrinfo/
H A Dgetaddrinfo.c46 pthread_t threads[2]; local
/openbsd/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.h25 std::vector<lldb::ThreadPostMortemTraceSP> threads; member
/openbsd/regress/lib/libpthread/pthread_specific/
H A Dpthread_specific.c72 pthread_t threads[NTHREADS]; in main() local
/openbsd/regress/sys/kern/signal/sigprof/
H A Dsigprof.c38 pthread_t threads[NTHREADS + 1]; variable
/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadCollection.cpp21 ThreadCollection::ThreadCollection(collection threads) in ThreadCollection()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_thread.cpp49 pthread_t threads[kAlive] = {}; in TEST() local
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/thread/
H A Dpthread5.cc94 pthread_t threads[NTHREADS]; in main() local
/openbsd/regress/sys/kern/signal/sigpthread/
H A Dsigpthread.c53 pthread_t *threads; variable
/openbsd/usr.bin/top/
H A Dmachine.h75 int threads; /* show threads */ member
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp445 StructuredData::ArraySP threads = ConvertToStructuredArray( in RetrieveReportData() local
1019 ThreadCollectionSP threads, ProcessSP process_sp, in AddThreadsForPath()
1054 ThreadCollectionSP threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo() local
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp94 const HANDLE threads = CreateToolhelp32Snapshot(TH32CS_SNAPTHREAD, 0); in RunThread() local

123