Searched refs:caller (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/bionic/ |
D | pthread_internal.cpp | 86 pid_t __pthread_internal_gettid(pthread_t thread_id, const char* caller) { in __pthread_internal_gettid() argument 87 pthread_internal_t* thread = __pthread_internal_find(thread_id, caller); in __pthread_internal_gettid() 91 pthread_internal_t* __pthread_internal_find(pthread_t thread_id, const char* caller) { in __pthread_internal_find() argument 114 async_safe_format_log(ANDROID_LOG_WARN, "libc", "invalid pthread_t (0) passed to %s", caller); in __pthread_internal_find() 116 async_safe_fatal("invalid pthread_t %p passed to %s", thread, caller); in __pthread_internal_find()
|
D | pthread_setname_np.cpp | 46 static int __open_task_comm_fd(pthread_t t, int flags, const char* caller) { in __open_task_comm_fd() argument 49 __pthread_internal_gettid(t, caller)); in __open_task_comm_fd()
|
D | pthread_internal.h | 211 …IBC_HIDDEN__ pthread_internal_t* __pthread_internal_find(pthread_t pthread_id, const char* caller); 212 __LIBC_HIDDEN__ pid_t __pthread_internal_gettid(pthread_t pthread_id, const char* caller);
|
/bionic/linker/ |
D | linker.cpp | 771 soinfo* caller, in ElfW() 779 if (caller == nullptr) { in ElfW() 782 auto it = soinfo_list.find(caller); in ElfW() 806 if (s == nullptr && caller != nullptr) { in ElfW() 807 soinfo* local_group_root = caller->get_local_group_root(); in ElfW() 811 (handle == RTLD_NEXT) ? caller : nullptr, in ElfW() 2031 static android_namespace_t* get_caller_namespace(soinfo* caller) { in get_caller_namespace() argument 2032 return caller != nullptr ? caller->get_primary_namespace() : g_anonymous_namespace; in get_caller_namespace() 2097 soinfo* const caller = find_containing_library(caller_addr); in do_dlopen() local 2098 android_namespace_t* ns = get_caller_namespace(caller); in do_dlopen() [all …]
|
/bionic/libc/malloc_hooks/ |
D | README.md | 62 the caller must guarantee that it does not depend on allocations/frees
|
/bionic/docs/ |
D | status.md | 322 in the caller, given that callers actually need the tid to pass to some 373 regardless of whether the caller was built with FORTIFY enabled. In P,
|
D | clang_fortify_anatomy.md | 270 caller, Clang should be able to trivially determine that `buf` refers to a 641 `__builtin_object_size(p, N)` to the caller is critical, since it allows Clang 744 context of the caller of the function annotated with `pass_object_size`, and
|
D | elf-tls.md | 283 almost all registers, reducing register pressure in the caller
|