Searched refs:get_id (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dsection.h67 int get_id () const;
H A Dsection.c90 dwarf2_section_info::get_id () const function in class:dwarf2_section_info
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dsection.h67 int get_id () const;
H A Dsection.c92 dwarf2_section_info::get_id () const function in class:dwarf2_section_info
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drun-on-main-thread.c103 return std::this_thread::get_id () == main_thread;
114 main_thread = std::this_thread::get_id ();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DParallel.cpp74 std::thread::id CurrentThreadId = std::this_thread::get_id();
76 if (T.get_id() == CurrentThreadId)
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Dbarrier.cpp45 __current = hash<thread::id>()(this_thread::get_id()) % ((__expected + 1) >> 1);
H A Dmutex.cpp147 __thread_id id = this_thread::get_id();
165 __thread_id id = this_thread::get_id();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstd_thread.h205 get_id() const noexcept
315 // the non-zero value returned by this_thread::get_id() for
337 get_id() noexcept
/netbsd-current/sys/arch/atari/stand/edahdi/
H A Dedahdi.c104 char *get_id(void);
221 if ((new_id = get_id()) == NULL) {
317 get_id(void) function
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DBaseMetric.h137 int get_id () { return id; } function in class:BaseMetric
H A DMetricList.cc482 if (mtr->get_id () == m1->get_id () && st == m1->get_subtype ())
769 && m->get_id () == mtr->get_id ())
852 if (m->get_id () == bm->get_id () && m->get_subtype () == st)
H A DPathTree.cc592 allocate_slot (mtr->get_id (), vtype);
601 int id = mtr->get_id ();
862 xlate[mind] = find_slot (mtr->get_id ());
1224 if (mitem->get_id () != mitem_tmp->get_id ())
1920 int mind = bm->get_id ();
2538 xlate[mind] = find_slot (mtr->get_id ());
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DBaseMetric.h137 int get_id () { return id; } function in class:BaseMetric
H A DMetricList.cc482 if (mtr->get_id () == m1->get_id () && st == m1->get_subtype ())
769 && m->get_id () == mtr->get_id ())
852 if (m->get_id () == bm->get_id () && m->get_subtype () == st)
/netbsd-current/external/mit/isl/dist/
H A Disl_space.c307 static __isl_keep isl_id *get_id(__isl_keep isl_space *space, function
398 id = get_id(src, src_type, i);
401 isl_id_free(get_id(dst, dst_type, offset + i));
741 isl_id_free(get_id(space, type, pos));
775 isl_id_free(get_id(space, type, pos));
787 return isl_bool_ok(get_id(space, type, pos) != NULL);
795 if (!get_id(space, type, pos))
798 return isl_id_copy(get_id(space, type, pos));
875 id = get_id(space, type, pos);
882 isl_id *id = get_id(spac
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.c108 int get_id ();
370 fma_forest::get_id () function in class:fma_forest
696 forest->get_id ());
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.cc108 int get_id ();
370 fma_forest::get_id () function in class:fma_forest
696 forest->get_id ());
/netbsd-current/external/bsd/libfido2/dist/src/
H A Dhid_osx.c110 get_id(IOHIDDeviceRef dev, int16_t *vendor_id, int16_t *product_id) function
228 if (get_id(dev, &di->vendor_id, &di->product_id) < 0 ||
H A Dhid_win.c107 get_id(HANDLE dev, int16_t *vendor_id, int16_t *product_id) function
333 if (get_id(dev, &di->vendor_id, &di->product_id) < 0) {
334 fido_log_debug("%s: get_id", __func__);
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion.cc83 return (long)reg1->get_id () - (long)reg2->get_id ();
1531 pp_printf (pp, "HEAP_ALLOCATED_REGION(%i)", get_id ());
1533 pp_printf (pp, "heap_allocated_region(%i)", get_id ());
H A Dsm.h54 unsigned get_id () const { return m_id; } function in class:ana::state_machine::state
H A Dsm-malloc.cc485 return (hashval_t)m_freed->get_id ();
497 return (int)a->m_freed->get_id () - (int)b->m_freed->get_id ();
625 if (state->get_id () == 0)
636 gcc_assert (state->get_id () != 0);
1456 gcc_assert (m_start->get_id () == 0);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp757 dlErrorMsgs.erase(std::this_thread::get_id());
793 dlErrorMsgs.erase(std::this_thread::get_id());
830 dlErrorMsgs.erase(std::this_thread::get_id());
870 auto I = dlErrorMsgs.find(std::this_thread::get_id());
883 dlErrorMsgs[std::this_thread::get_id()] =
/netbsd-current/sbin/iscsid/
H A Discsid_globals.h408 uint32_t get_id(generic_list_t *, iscsid_sym_id_t *);

Completed in 253 milliseconds

12