Searched refs:handle_size (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-thread-db.c1721 int handle_size = sizeof (priv->tid);
1722 gdb::byte_vector rv (handle_size);
1724 memcpy (rv.data (), &priv->tid, handle_size);
1720 int handle_size = sizeof (priv->tid); local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-thread-db.c1735 int handle_size = sizeof (priv->tid);
1736 gdb::byte_vector rv (handle_size);
1738 memcpy (rv.data (), &priv->tid, handle_size);
1734 int handle_size = sizeof (priv->tid); local

Completed in 191 milliseconds