Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h204 Status NotifyTracersOfNewThread(lldb::tid_t tid);
H A DNativeProcessLinux.cpp1680 Status NativeProcessLinux::NotifyTracersOfNewThread(lldb::tid_t tid) { in NotifyTracersOfNewThread() function in NativeProcessLinux
1715 Status tracing_error = NotifyTracersOfNewThread(thread.GetID()); in AddThread()