Searched refs:thread_item (Results 1 – 4 of 4) sorted by relevance
3989 struct thread_item struct3991 explicit thread_item (ptid_t ptid_) in thread_item() function3995 thread_item (thread_item &&other) = default;3996 thread_item &operator= (thread_item &&other) = default; argument3998 DISABLE_COPY_AND_ASSIGN (thread_item);4027 auto match_ptid = [&] (const thread_item &item) in contains_thread() argument4043 auto match_ptid = [&] (const thread_item &item) in remove_thread()4057 std::vector<thread_item> items;4125 thread_item &item = data->items.emplace_back (ptid); in start_thread()4323 for (thread_item &item : context.items) in update_thread_list()
1737 (struct thread_item) <~thread_item>: Remove.1739 (start_thread): Adjust to thread_item::thread_handle type1761 * remote.c (struct thread_item): Add constructor, disable copy1774 (remote_newthread_step): Use thread_item constructor, adjust to1776 (start_thread): Use thread_item constructor, adjust to change to1779 (remote_get_threads_with_qthreadinfo): Use thread_item7379 (struct thread_item): Add field, thread_handle.
11311 (struct thread_item, threads_parsing_context
2426 (struct thread_item, thread_item_t): Move higher up in