HomeSort by relevance Sort by last modified time
    Searched refs:tid_caps (Results 1 - 3 of 3) sorted by null

  /ndk/sources/android/libthread_db/gdb-6.6/
libthread_db.c 136 uint64_t my_caps, tid_caps; local
173 if (_get_task_permitted_caps(target_pid, tid, &tid_caps) < 0) {
180 if (tid_caps != my_caps) {
  /ndk/sources/android/libthread_db/gdb-7.3.x/
libthread_db.c 133 uint64_t my_caps, tid_caps; local
170 if (_get_task_permitted_caps(target_pid, tid, &tid_caps) < 0) {
177 if (tid_caps != my_caps) {
  /ndk/sources/android/libthread_db/gdb-7.6/
libthread_db.c 145 uint64_t my_caps, tid_caps; local
182 if (_get_task_permitted_caps(target_pid, tid, &tid_caps) < 0) {
189 if (tid_caps != my_caps) {

Completed in 168 milliseconds