Searched refs:caller (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/bionic/ |
D | pthread_internal.cpp | 83 pid_t __pthread_internal_gettid(pthread_t thread_id, const char* caller) { in __pthread_internal_gettid() argument 84 pthread_internal_t* thread = __pthread_internal_find(thread_id, caller); in __pthread_internal_gettid() 88 pthread_internal_t* __pthread_internal_find(pthread_t thread_id, const char* caller) { in __pthread_internal_find() argument 111 async_safe_format_log(ANDROID_LOG_WARN, "libc", "invalid pthread_t (0) passed to %s", caller); in __pthread_internal_find() 113 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 | 183 …IBC_HIDDEN__ pthread_internal_t* __pthread_internal_find(pthread_t pthread_id, const char* caller); 184 __LIBC_HIDDEN__ pid_t __pthread_internal_gettid(pthread_t pthread_id, const char* caller);
|
/bionic/linker/ |
D | linker.cpp | 739 soinfo* caller, in ElfW() 747 if (caller == nullptr) { in ElfW() 750 auto it = soinfo_list.find(caller); in ElfW() 774 if (s == nullptr && caller != nullptr) { in ElfW() 775 soinfo* local_group_root = caller->get_local_group_root(); in ElfW() 779 (handle == RTLD_NEXT) ? caller : nullptr, in ElfW() 2005 static android_namespace_t* get_caller_namespace(soinfo* caller) { in get_caller_namespace() argument 2006 return caller != nullptr ? caller->get_primary_namespace() : g_anonymous_namespace; in get_caller_namespace() 2071 soinfo* const caller = find_containing_library(caller_addr); in do_dlopen() local 2072 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 | 287 in the caller, given that callers actually need the tid to pass to some 338 regardless of whether the caller was built with FORTIFY enabled. In P,
|
D | elf-tls.md | 283 almost all registers, reducing register pressure in the caller
|