Home
last modified time | relevance | path

Searched refs:GetGuestThreadAttr (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dguest_thread_manager.h30 bool GetGuestThreadAttr(pid_t tid,
/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_manager.cc81 bool GetGuestThreadAttr(pid_t tid, in GetGuestThreadAttr() function
/frameworks/libs/native_bridge_support/android_api/libc/proxy/
Dpthread_translation.cc115 if (GetGuestThreadAttr(tid, &stack_base, &stack_size, &guard_size, &error)) { in DoCustomTrampoline_pthread_getattr_np()