Home
last modified time | relevance | path

Searched refs:NotifyTracersOfNewThread (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h204 Status NotifyTracersOfNewThread(lldb::tid_t tid);
H A DNativeProcessLinux.cpp1679 Status NativeProcessLinux::NotifyTracersOfNewThread(lldb::tid_t tid) { in NotifyTracersOfNewThread() function in NativeProcessLinux
1714 Status tracing_error = NotifyTracersOfNewThread(thread.GetID()); in AddThread()