Searched refs:task (Results 1 – 2 of 2) sorted by relevance
/bionic/linker/ |
D | linker.cpp | 1129 LoadTask* task, in load_library() argument 1134 off64_t file_offset = task->get_file_offset(); in load_library() 1135 const char* name = task->get_name(); in load_library() 1136 const android_dlextinfo* extinfo = task->get_extinfo(); in load_library() 1152 if (TEMP_FAILURE_RETRY(fstat(task->get_fd(), &file_stat)) != 0) { in load_library() 1171 task->set_soinfo(si); in load_library() 1182 if (TEMP_FAILURE_RETRY(fstatfs(task->get_fd(), &fs_stat)) != 0) { in load_library() 1194 const soinfo* needed_by = task->is_dt_needed() ? task->get_needed_by() : nullptr; in load_library() 1198 const soinfo* needed_or_dlopened_by = task->get_needed_by(); in load_library() 1210 const char* needed_or_dlopened_by = task->get_needed_by() == nullptr ? in load_library() [all …]
|
/bionic/libc/kernel/uapi/linux/ |
D | perf_event.h | 206 … : 1, mmap : 1, comm : 1, freq : 1, inherit_stat : 1, enable_on_exec : 1, task : 1, watermark : 1,… member
|