HomeSort by: relevance | last modified time | path
    Searched defs:thread_handle (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbserver/
target.cc 811 process_stratum_target::thread_handle (ptid_t ptid, gdb_byte **handle, function in class:process_stratum_target
  /src/external/gpl3/gdb/dist/gdbserver/
target.cc 824 process_stratum_target::thread_handle (ptid_t ptid, gdb_byte **handle, function in class:process_stratum_target
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc 471 HANDLE thread_handle = ::CreateThread( local
478 GTEST_CHECK_(thread_handle != nullptr)
480 if (thread_handle == nullptr) {
483 return thread_handle;
  /src/external/gpl3/gdb.old/dist/gdb/
linux-thread-db.c 107 thread_info *thread_handle_to_thread_info (const gdb_byte *thread_handle,
315 std::optional<gdb::byte_vector> thread_handle; member in struct:private_thread_info
1690 THREAD_HANDLE (having length HANDLE_LEN). */
1693 thread_db_target::thread_handle_to_thread_info (const gdb_byte *thread_handle,
1707 handle_tid = (thread_t) * (const uint32_t *) thread_handle;
1709 handle_tid = * (const thread_t *) thread_handle;
1736 priv->thread_handle.emplace (handle_size);
1738 memcpy (priv->thread_handle->data (), &priv->tid, handle_size);
1740 return *priv->thread_handle;
remote.c 938 thread_info *thread_handle_to_thread_info (const gdb_byte *thread_handle,
1628 gdb::byte_vector thread_handle; member in struct:private_thread_info
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 ())
4037 gdb::byte_vector thread_handle; member in struct:thread_item
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
linux-thread-db.c 107 thread_info *thread_handle_to_thread_info (const gdb_byte *thread_handle,
315 std::optional<gdb::byte_vector> thread_handle; member in struct:private_thread_info
1687 THREAD_HANDLE (having length HANDLE_LEN). */
1690 thread_db_target::thread_handle_to_thread_info (const gdb_byte *thread_handle,
1704 handle_tid = (thread_t) * (const uint32_t *) thread_handle;
1706 handle_tid = * (const thread_t *) thread_handle;
1733 priv->thread_handle.emplace (handle_size);
1735 memcpy (priv->thread_handle->data (), &priv->tid, handle_size);
1737 return *priv->thread_handle;
remote.c 940 thread_info *thread_handle_to_thread_info (const gdb_byte *thread_handle,
1636 gdb::byte_vector thread_handle; member in struct:private_thread_info
4061 gdb::byte_vector thread_handle;
4189 item.thread_handle = hex2bin ((const char *) attr->value.get ());
4394 info->thread_handle = std::move (item.thread_handle);
15378 THREAD_HANDLE (having length HANDLE_LEN). */
15381 remote_target::thread_handle_to_thread_info (const gdb_byte *thread_handle,
15391 if (handle_len != priv->thread_handle.size ())
15393 handle_len, priv->thread_handle.size ())
4058 gdb::byte_vector thread_handle; member in struct:thread_item
    [all...]

Completed in 31 milliseconds