Searched defs:libc_shared_globals (Results 1 – 1 of 1) sorted by relevance
105 struct libc_shared_globals { struct109 constexpr libc_shared_globals() {} in libc_shared_globals() argument111 FdTable fd_table;116 int initial_linker_arg_count = 0;120 pthread_mutex_t abort_msg_lock = PTHREAD_MUTEX_INITIALIZER;121 abort_msg_t* abort_msg = nullptr;123 StaticTlsLayout static_tls_layout;124 TlsModules tls_modules;125 BionicAllocator tls_allocator;130 void (*set_target_sdk_version_hook)(int target) = nullptr;[all …]