Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A Dthread.h77 thread() : Thread(native_handle_type()) {} in thread() function
78 thread(thread &&Other) noexcept in thread() function
82 explicit thread(Function &&f, Args &&...args) in thread() function
130 thread::thread(llvm::Optional<unsigned> StackSizeInBytes, Function &&f, in thread() function
225 struct thread { struct
226 thread() {} in thread() argument
227 thread(thread &&other) {} in thread() function
229 explicit thread(llvm::Optional<unsigned> StackSizeInBytes, Function &&f, in thread() function
234 explicit thread(Function &&f, Args &&...args) { in thread() function
243 void join() {} in join()
[all …]
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_taskdeps.h21 static inline void __kmp_node_deref(kmp_info_t *thread, kmp_depnode_t *node) { in __kmp_node_deref()
40 static inline void __kmp_depnode_list_free(kmp_info_t *thread, in __kmp_depnode_list_free()
56 static inline void __kmp_dephash_free_entries(kmp_info_t *thread, in __kmp_dephash_free_entries()
83 static inline void __kmp_dephash_free(kmp_info_t *thread, kmp_dephash_t *h) { in __kmp_dephash_free()
95 kmp_info_t *thread = __kmp_threads[gtid]; in __kmp_release_deps() local
H A Dkmp_taskdeps.cpp69 static kmp_dephash_t *__kmp_dephash_extend(kmp_info_t *thread, in __kmp_dephash_extend()
125 static kmp_dephash_t *__kmp_dephash_create(kmp_info_t *thread, in __kmp_dephash_create()
157 static kmp_dephash_entry *__kmp_dephash_find(kmp_info_t *thread, in __kmp_dephash_find()
199 static kmp_depnode_list_t *__kmp_add_node(kmp_info_t *thread, in __kmp_add_node()
250 __kmp_depnode_link_successor(kmp_int32 gtid, kmp_info_t *thread, in __kmp_depnode_link_successor()
277 kmp_info_t *thread, in __kmp_depnode_link_successor()
307 kmp_info_t *thread = __kmp_threads[gtid]; in __kmp_process_dep_all() local
367 kmp_info_t *thread = __kmp_threads[gtid]; in __kmp_process_deps() local
595 kmp_info_t *thread = __kmp_threads[gtid]; in __kmpc_omp_task_with_deps() local
756 kmp_info_t *thread = __kmp_threads[gtid]; in __kmpc_omp_wait_deps() local
/llvm-project-15.0.7/lldb/source/Symbol/
H A DFuncUnwinders.cpp61 Thread &thread) { in GetUnwindPlanAtCallSite()
199 UnwindPlanSP FuncUnwinders::GetSymbolFileUnwindPlan(Thread &thread) { in GetSymbolFileUnwindPlan()
215 Thread &thread) { in GetObjectFileAugmentedUnwindPlan()
246 Thread &thread) { in GetEHFrameAugmentedUnwindPlan()
287 Thread &thread) { in GetDebugFrameAugmentedUnwindPlan()
328 Thread &thread) { in GetAssemblyUnwindPlan()
353 Thread &thread, const UnwindPlanSP &a, const UnwindPlanSP &b) { in CompareUnwindPlansForIdenticalInitialPCLocation()
384 Thread &thread) { in GetUnwindPlanAtNonCallSite()
435 Thread &thread) { in GetUnwindPlanFastUnwind()
454 UnwindPlanSP FuncUnwinders::GetUnwindPlanArchitectureDefault(Thread &thread) { in GetUnwindPlanArchitectureDefault()
[all …]
H A DUnwindPlan.cpp72 GetByteOrderAndAddrSize(Thread *thread) { in GetByteOrderAndAddrSize()
82 static void DumpDWARFExpr(Stream &s, llvm::ArrayRef<uint8_t> expr, Thread *thread) { in DumpDWARFExpr()
95 Thread *thread, in Dump()
159 Thread *thread, uint32_t reg_num) { in DumpRegisterName()
226 Thread *thread, addr_t base_addr) const { in Dump()
493 void UnwindPlan::Dump(Stream &s, Thread *thread, lldb::addr_t base_addr) const { in Dump()
570 const RegisterInfo *UnwindPlan::GetRegisterInfo(Thread *thread, in GetRegisterInfo()
/llvm-project-15.0.7/lldb/source/API/
H A DSBHostOS.cpp104 llvm::Expected<HostThread> thread = in ThreadCreate() local
121 bool SBHostOS::ThreadCancel(lldb::thread_t thread, SBError *error_ptr) { in ThreadCancel()
133 bool SBHostOS::ThreadDetach(lldb::thread_t thread, SBError *error_ptr) { in ThreadDetach()
150 bool SBHostOS::ThreadJoin(lldb::thread_t thread, lldb::thread_result_t *result, in ThreadJoin()
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp31 StopInfo::StopInfo(Thread &thread, uint64_t value) in StopInfo()
87 StopInfoBreakpoint(Thread &thread, break_id_t break_id) in StopInfoBreakpoint()
134 bool IsValidForOperatingSystemThread(Thread &thread) override { in IsValidForOperatingSystemThread()
675 StopInfoWatchpoint(Thread &thread, break_id_t watch_id, in StopInfoWatchpoint()
1051 StopInfoException(Thread &thread, const char *description) in StopInfoException()
1241 StopInfoVForkDone(Thread &thread) : StopInfo(thread, 0) {} in StopInfoVForkDone()
1290 StopInfoSP StopInfo::CreateStopReasonToTrace(Thread &thread) { in CreateStopReasonToTrace()
1311 StopInfoSP StopInfo::CreateStopReasonWithExec(Thread &thread) { in CreateStopReasonWithExec()
1315 StopInfoSP StopInfo::CreateStopReasonFork(Thread &thread, in CreateStopReasonFork()
1322 StopInfoSP StopInfo::CreateStopReasonVFork(Thread &thread, in CreateStopReasonVFork()
[all …]
H A DInstrumentationRuntimeStopInfo.cpp19 Thread &thread, std::string description, in InstrumentationRuntimeStopInfo()
32 Thread &thread, std::string description, in CreateStopReasonWithInstrumentationData()
H A DThreadPlanStepInstruction.cpp23 ThreadPlanStepInstruction::ThreadPlanStepInstruction(Thread &thread, in ThreadPlanStepInstruction()
40 Thread &thread = GetThread(); in SetUpState() local
100 Thread &thread = GetThread(); in IsPlanStale() local
129 Thread &thread = GetThread(); in ShouldStop() local
H A DThreadPlanCallFunction.cpp35 Thread &thread, ABI *&abi, lldb::addr_t &start_load_addr, in ConstructorSetup()
98 Thread &thread, const Address &function, const CompilerType &return_type, in ThreadPlanCallFunction()
131 Thread &thread, const Address &function, in ThreadPlanCallFunction()
188 Thread &thread = GetThread(); in DoTakedown() local
379 Thread &thread = GetThread(); in DidPush() local
H A DThreadPlanTracer.cpp37 ThreadPlanTracer::ThreadPlanTracer(Thread &thread, lldb::StreamSP &stream_sp) in ThreadPlanTracer()
41 ThreadPlanTracer::ThreadPlanTracer(Thread &thread) in ThreadPlanTracer()
88 ThreadPlanAssemblyTracer::ThreadPlanAssemblyTracer(Thread &thread, in ThreadPlanAssemblyTracer()
93 ThreadPlanAssemblyTracer::ThreadPlanAssemblyTracer(Thread &thread) in ThreadPlanAssemblyTracer()
H A DThreadPlanStepThrough.cpp27 ThreadPlanStepThrough::ThreadPlanStepThrough(Thread &thread, in ThreadPlanStepThrough()
81 Thread &thread = GetThread(); in LookForPlanToStepThroughFromCurrentPC() local
245 Thread &thread = GetThread(); in HitOurBackstopBreakpoint() local
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp43 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute() local
77 ThreadSP thread = in DoExecute() local
114 ThreadSP thread = process->GetThreadList().FindThreadByIndexID( in DoExecute() local
140 Thread *thread = process->GetThreadList().FindThreadByID(tid).get(); in BucketThread() local
185 Thread &thread = m_exe_ctx.GetThreadRef(); in DoExecute() local
197 ThreadSP thread = process.GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute() local
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/thread_specific_break/
H A DTestThreadSpecificBreakpoint.py12 def using_current(test, thread, breakpoint): argument
16 def set_thread_id(test, thread, breakpoint): argument
20 def set_thread_name(test, thread, breakpoint): argument
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dllgdb.py139 thread = process.GetThreadAtIndex(0) variable
144 thread = process.GetThreadAtIndex(0) variable
149 thread = process.GetThreadAtIndex(0) variable
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp118 Thread *thread = static_cast<Thread *>(hook); in ThreadCreateHook() local
134 Thread *thread = static_cast<Thread *>(hook); in ThreadStartHook() local
143 static void FinishThreadInitialization(Thread *thread) { in FinishThreadInitialization()
153 Thread *thread = static_cast<Thread *>(hook); in ThreadExitHook() local
207 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook()
215 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) { in __sanitizer_thread_create_hook()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/
H A Dmain.cpp35 for (auto &thread : threads) in main() local
38 for (auto &thread : threads) in main() local
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dsignal_recursive.cpp63 static void StopWorld(pthread_t thread) { in StopWorld()
73 static void StartWorld(pthread_t thread) { in StartWorld()
83 static void CollectGarbage(pthread_t thread) { in CollectGarbage()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp926 bool ABISysV_hexagon::PrepareTrivialCall(Thread &thread, lldb::addr_t sp, in PrepareTrivialCall()
966 Thread &thread, lldb::addr_t sp, lldb::addr_t pc, lldb::addr_t ra, in PrepareTrivialCall()
1087 bool ABISysV_hexagon::GetArgumentValues(Thread &thread, in GetArgumentValues()
1100 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectSimple()
1106 Thread &thread, CompilerType &return_compiler_type) const { in GetReturnValueObjectImpl()
1198 ABISysV_hexagon::GetReturnValueObjectImpl(lldb_private::Thread &thread, in GetReturnValueObjectImpl()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp124 AsanThread *thread = (AsanThread *)MmapOrDie(AsanThreadMmapSize(), __func__); in CreateAsanThread() local
184 AsanThread *thread = CreateAsanThread(&stack, parent_tid, detached, name); in BeforeThreadCreateHook() local
197 AsanThread *thread = static_cast<AsanThread *>(hook); in ThreadCreateHook() local
213 AsanThread *thread = static_cast<AsanThread *>(hook); in ThreadStartHook() local
254 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook()
262 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) { in __sanitizer_thread_create_hook()
/llvm-project-15.0.7/lldb/utils/lui/
H A Dlldbutil.py690 def get_caller_symbol(thread): argument
704 def get_function_names(thread): argument
714 def get_symbol_names(thread): argument
724 def get_pc_addresses(thread): argument
734 def get_filenames(thread): argument
745 def get_line_numbers(thread): argument
755 def get_module_names(thread): argument
766 def get_stack_frames(thread): argument
776 def print_stacktrace(thread, string_buffer=False): argument
/llvm-project-15.0.7/lldb/test/Shell/ExecControl/StopHook/Inputs/
H A Dstop-hook-threads.cpp61 for (auto &thread : threads) in main() local
65 for (auto &thread : threads) in main() local
/llvm-project-15.0.7/lldb/examples/python/
H A Dperformance.py81 def ThreadStopped(self, thread): argument
90 def ThreadStopped(self, thread): argument
144 def ThreadStopped(self, thread): argument
350 def BreakpointHit(self, thread): argument
356 def PlanComplete(self, thread): argument
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp327 NativeThreadLinux &thread = AddThread(tid, /*resume*/ false); in NativeProcessLinux() local
431 void NativeProcessLinux::MonitorCallback(NativeThreadLinux &thread, in MonitorCallback()
906 for (const auto &thread : m_threads) { in Resume() local
923 for (const auto &thread : m_threads) { in Resume() local
982 for (const auto &thread : m_threads) { in Detach() local
1016 for (const auto &thread : m_threads) { in Interrupt() local
1239 NativeThreadLinux &thread = *GetCurrentThread(); in Syscall() local
1644 for (const auto &thread : m_threads) { in HasThreadNoLock() local
1711 NativeThreadLinux &thread = in AddThread() local
1823 for (const auto &thread : m_threads) { in StopRunningThreads() local
[all …]
/llvm-project-15.0.7/libc/src/threads/
H A Dthrd_detach.cpp21 auto *thread = reinterpret_cast<Thread *>(&th); variable

12345678910>>...14