Home
last modified time | relevance | path

Searched defs:get_id (Results 1 – 25 of 60) sorted by relevance

123

/external/pigweed/pw_thread_zephyr/public/pw_thread_zephyr/
Did_inline.h24 inline thread::Id get_id() noexcept { in get_id() function
Dthread_inline.h33 inline Thread::id Thread::get_id() const { in get_id() function
/external/pigweed/pw_thread_embos/public/pw_thread_embos/
Did_inline.h23 inline thread::Id get_id() noexcept { in get_id() function
Dthread_inline.h34 inline Thread::id Thread::get_id() const { in get_id() function
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Did_inline.h24 inline thread::Id get_id() noexcept { in get_id() function
Dthread_inline.h35 inline Thread::id Thread::get_id() const { in get_id() function
/external/pigweed/pw_thread_stl/public/pw_thread_stl/
Did_inline.h22 inline thread::Id get_id() noexcept { return std::this_thread::get_id(); } in get_id() function
Dthread_inline.h49 inline Thread::id Thread::get_id() const { return native_type_.get_id(); } in get_id() function
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Did_inline.h24 inline thread::Id get_id() noexcept { in get_id() function
Dthread_inline.h37 inline Thread::id Thread::get_id() const { in get_id() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
Dthread.h137 thread::id thread::get_id() const noexcept { in get_id() function
152 inline thread::id get_id() { return llvm_thread_get_current_id_impl(); } in get_id() function
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dtestable_mutex.hpp116 thread::id get_id() const in get_id() function in boost::testable_mutex
Dscoped_thread.hpp217 inline id get_id() const BOOST_NOEXCEPT in get_id() function in boost::scoped_thread
/external/cronet/tot/third_party/libc++/src/include/__thread/
Djthread.h97 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI id get_id() const noexcept { return __thread_.get_id(); } in get_id() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__thread/
Djthread.h95 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI id get_id() const noexcept { return __thread_.get_id(); } in get_id() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__thread/
Djthread.h95 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI id get_id() const noexcept { return __thread_.get_id(); } in get_id() function
/external/cronet/stable/third_party/libc++/src/include/__thread/
Djthread.h97 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI id get_id() const noexcept { return __thread_.get_id(); } in get_id() function
/external/libexif/libexif/
Dexif-mnote-data-priv.h49 unsigned int (* get_id) (ExifMnoteData *, unsigned int); member
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtest_resource_alias_analysis.cc62 auto get_id = [&](Value value) -> int64_t { in runOnFunction() local
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dvulkano_gralloc.rs121 fn get_id(&self) -> DeviceId; in get_id() method
125 fn get_id(&self) -> DeviceId { in get_id() method
/external/linux-kselftest/tools/testing/selftests/user_events/
Dperf_test.c43 static int get_id(void) in get_id() function
/external/libcxx/test/support/
Dtest_allocator.h158 int get_id() const { return id_; } in get_id() function
248 int get_id() const { return id_; } in get_id() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/builder/
Darg_group.rs540 pub fn get_id(&self) -> &Id { in get_id() method
/external/rust/android-crates-io/crates/clap_builder/src/builder/
Darg_group.rs516 pub fn get_id(&self) -> &Id { in get_id() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/builder/
Darg_group.rs540 pub fn get_id(&self) -> &Id { in get_id() method

123