Home
last modified time | relevance | path

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

12345

/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DRpcThreads.h112 id get_id() const { return id(); } in get_id() function
119 static inline RpcMaybeThread::id get_id() { in get_id() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DRpcThreads.h111 id get_id() const { return id(); } in get_id() function
118 static inline RpcMaybeThread::id get_id() { in get_id() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/
DRpcThreads.h111 id get_id() const { return id(); } in get_id() function
118 static inline RpcMaybeThread::id get_id() { in get_id() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/
DRpcThreads.h111 id get_id() const { return id(); } in get_id() function
118 static inline RpcMaybeThread::id get_id() { in get_id() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DRpcThreads.h111 id get_id() const { return id(); } in get_id() function
118 static inline RpcMaybeThread::id get_id() { in get_id() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
H A Dvulkano_gralloc.rs121 fn get_id(&self) -> DeviceId; in get_id() method
125 fn get_id(&self) -> DeviceId { in get_id() method
/aosp_15_r20/external/pigweed/pw_thread_zephyr/public/pw_thread_zephyr/
H A Did_inline.h24 inline thread::Id get_id() noexcept { in get_id() function
H A Dthread_inline.h33 inline Thread::id Thread::get_id() const { in get_id() function
/aosp_15_r20/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
H A Did_inline.h24 inline thread::Id get_id() noexcept { in get_id() function
H A Dthread_inline.h35 inline Thread::id Thread::get_id() const { in get_id() function
/aosp_15_r20/external/pigweed/pw_thread_stl/public/pw_thread_stl/
H A Did_inline.h22 inline thread::Id get_id() noexcept { return std::this_thread::get_id(); } in get_id() function
H A Dthread_inline.h49 inline Thread::id Thread::get_id() const { return native_type_.get_id(); } in get_id() function
/aosp_15_r20/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
H A Did_inline.h24 inline thread::Id get_id() noexcept { in get_id() function
H A Dthread_inline.h37 inline Thread::id Thread::get_id() const { in get_id() function
/aosp_15_r20/external/pigweed/pw_thread_embos/public/pw_thread_embos/
H A Did_inline.h23 inline thread::Id get_id() noexcept { in get_id() function
H A Dthread_inline.h34 inline Thread::id Thread::get_id() const { in get_id() function
/aosp_15_r20/external/libcxx/test/support/
H A Dtest_allocator.h158 int get_id() const { return id_; } in get_id() function
248 int get_id() const { return id_; } in get_id() function
/aosp_15_r20/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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/src/win32/
Dthread.cpp418 thread::id thread::get_id() const BOOST_NOEXCEPT in get_id() function in boost::thread
798 thread::id get_id() BOOST_NOEXCEPT in get_id() function
/aosp_15_r20/art/test/1972-jni-id-swap-indices/
H A Djni_id.cc35 auto get_id = is_static ? env->functions->GetStaticMethodID : env->functions->GetMethodID; in Java_Main_GetMethodId() local

12345