Searched refs:_get_task_permitted_caps (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/android/libthread_db/gdb-6.6/ |
D | libthread_db.c | 56 _get_task_permitted_caps(int pid, int tid, uint64_t *cap) in _get_task_permitted_caps() function 147 if (_get_task_permitted_caps(my_pid, my_pid, &my_caps) < 0) { in td_ta_new() 173 if (_get_task_permitted_caps(target_pid, tid, &tid_caps) < 0) { in td_ta_new()
|
/ndk/sources/android/libthread_db/gdb-7.3.x/ |
D | libthread_db.c | 52 _get_task_permitted_caps(int pid, int tid, uint64_t *cap) in _get_task_permitted_caps() function 144 if (_get_task_permitted_caps(my_pid, my_pid, &my_caps) < 0) { in td_ta_new() 170 if (_get_task_permitted_caps(target_pid, tid, &tid_caps) < 0) { in td_ta_new()
|
/ndk/sources/android/libthread_db/gdb-7.6/ |
D | libthread_db.c | 64 _get_task_permitted_caps(int pid, int tid, uint64_t *cap) in _get_task_permitted_caps() function 156 if (_get_task_permitted_caps(my_pid, my_pid, &my_caps) < 0) { in td_ta_new() 182 if (_get_task_permitted_caps(target_pid, tid, &tid_caps) < 0) { in td_ta_new()
|