Searched refs:caller (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/bionic/ |
D | pthread_internal.cpp | 87 pid_t __pthread_internal_gettid(pthread_t thread_id, const char* caller) { in __pthread_internal_gettid() argument 88 pthread_internal_t* thread = __pthread_internal_find(thread_id, caller); in __pthread_internal_gettid() 92 pthread_internal_t* __pthread_internal_find(pthread_t thread_id, const char* caller) { in __pthread_internal_find() argument 115 async_safe_format_log(ANDROID_LOG_WARN, "libc", "invalid pthread_t (0) passed to %s", caller); in __pthread_internal_find() 117 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 | 207 …IBC_HIDDEN__ pthread_internal_t* __pthread_internal_find(pthread_t pthread_id, const char* caller); 208 __LIBC_HIDDEN__ pid_t __pthread_internal_gettid(pthread_t pthread_id, const char* caller);
|
/bionic/linker/ |
D | linker.cpp | 774 soinfo* caller, in ElfW() 782 if (caller == nullptr) { in ElfW() 785 auto it = soinfo_list.find(caller); in ElfW() 809 if (s == nullptr && caller != nullptr) { in ElfW() 810 soinfo* local_group_root = caller->get_local_group_root(); in ElfW() 814 (handle == RTLD_NEXT) ? caller : nullptr, in ElfW() 2052 static android_namespace_t* get_caller_namespace(soinfo* caller) { in get_caller_namespace() argument 2053 return caller != nullptr ? caller->get_primary_namespace() : g_anonymous_namespace; in get_caller_namespace() 2118 soinfo* const caller = find_containing_library(caller_addr); in do_dlopen() local 2119 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 | 352 in the caller, given that callers actually need the tid to pass to some 402 also performs some checking regardless of whether the caller was built with
|
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
|