Home
last modified time | relevance | path

Searched refs:m_callback_baton (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp43 m_synchronize_mutex(), m_callback(nullptr), m_callback_baton(nullptr) { in ThreadedCommunication()
252 m_callback(m_callback_baton, bytes, len); in AppendBytesToCache()
348 m_callback_baton = callback_baton; in SetReadThreadBytesReceivedCallback()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp44 : m_pairs(), m_callback(callback), m_callback_baton(callback_baton) {} in PathMappingList()
55 m_callback_baton = nullptr; in operator =()
75 baton = m_callback_baton; in Notify()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadedCommunication.h251 void *m_callback_baton; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h159 void *m_callback_baton = nullptr; variable