OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_get_task_permitted_caps
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/android/libthread_db/gdb-6.6/
libthread_db.c
56
_get_task_permitted_caps
(int pid, int tid, uint64_t *cap)
function
147
if (
_get_task_permitted_caps
(my_pid, my_pid, &my_caps) < 0) {
173
if (
_get_task_permitted_caps
(target_pid, tid, &tid_caps) < 0) {
/ndk/sources/android/libthread_db/gdb-7.3.x/
libthread_db.c
52
_get_task_permitted_caps
(int pid, int tid, uint64_t *cap)
function
144
if (
_get_task_permitted_caps
(my_pid, my_pid, &my_caps) < 0) {
170
if (
_get_task_permitted_caps
(target_pid, tid, &tid_caps) < 0) {
Completed in 341 milliseconds