HomeSort by relevance Sort by last modified time
    Searched refs:tid_caps (Results 1 - 2 of 2) 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.1.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) {

Completed in 73 milliseconds