/aosp_15_r20/frameworks/native/libs/binder/include/binder/ |
H A D | RpcThreads.h | 112 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/ |
D | RpcThreads.h | 111 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/ |
D | RpcThreads.h | 111 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/ |
D | RpcThreads.h | 111 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/ |
D | RpcThreads.h | 111 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/ |
D | thread.h | 137 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 D | thread.h | 137 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/ |
D | thread.h | 137 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/ |
D | thread.h | 137 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/ |
D | thread.h | 137 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 D | vulkano_gralloc.rs | 121 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 D | id_inline.h | 24 inline thread::Id get_id() noexcept { in get_id() function
|
H A D | thread_inline.h | 33 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 D | id_inline.h | 24 inline thread::Id get_id() noexcept { in get_id() function
|
H A D | thread_inline.h | 35 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 D | id_inline.h | 22 inline thread::Id get_id() noexcept { return std::this_thread::get_id(); } in get_id() function
|
H A D | thread_inline.h | 49 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 D | id_inline.h | 24 inline thread::Id get_id() noexcept { in get_id() function
|
H A D | thread_inline.h | 37 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 D | id_inline.h | 23 inline thread::Id get_id() noexcept { in get_id() function
|
H A D | thread_inline.h | 34 inline Thread::id Thread::get_id() const { in get_id() function
|
/aosp_15_r20/external/libcxx/test/support/ |
H A D | test_allocator.h | 158 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/ |
D | testable_mutex.hpp | 116 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/ |
D | thread.cpp | 418 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 D | jni_id.cc | 35 auto get_id = is_static ? env->functions->GetStaticMethodID : env->functions->GetMethodID; in Java_Main_GetMethodId() local
|