Lines Matching defs:thread_handle
938 thread_info *thread_handle_to_thread_info (const gdb_byte *thread_handle,
1628 gdb::byte_vector thread_handle;
4040 gdb::byte_vector thread_handle;
4164 item.thread_handle = hex2bin ((const char *) attr->value.get ());
4367 info->thread_handle = std::move (item.thread_handle);
15343 THREAD_HANDLE (having length HANDLE_LEN). */
15346 remote_target::thread_handle_to_thread_info (const gdb_byte *thread_handle,
15356 if (handle_len != priv->thread_handle.size ())
15358 handle_len, priv->thread_handle.size ());
15359 if (memcmp (thread_handle, priv->thread_handle.data (),
15372 return priv->thread_handle;