Searched refs:cur_tid (Results 1 – 2 of 2) sorted by relevance
36 StreamCallback::FindStreamForThread(lldb::tid_t cur_tid) in FindStreamForThread() argument39 collection::iterator iter = m_accumulated_data.find (cur_tid); in FindStreamForThread()43 … ret = m_accumulated_data.insert(std::pair<lldb::tid_t,StreamString>(cur_tid, StreamString())); in FindStreamForThread()52 lldb::tid_t cur_tid = Host::GetCurrentThreadID(); in Flush() local53 StreamString &out_stream = FindStreamForThread(cur_tid); in Flush()61 lldb::tid_t cur_tid = Host::GetCurrentThreadID(); in Write() local62 FindStreamForThread(cur_tid).Write (s, length); in Write()
43 StreamString &FindStreamForThread(lldb::tid_t cur_tid);