Searched defs:libc_shared_globals (Results 1 – 1 of 1) sorted by relevance
77 struct libc_shared_globals { struct81 constexpr libc_shared_globals() {} in libc_shared_globals() argument83 FdTable fd_table;88 int initial_linker_arg_count = 0;92 pthread_mutex_t abort_msg_lock = PTHREAD_MUTEX_INITIALIZER;93 abort_msg_t* abort_msg = nullptr;95 StaticTlsLayout static_tls_layout;96 TlsModules tls_modules;97 BionicAllocator tls_allocator;124 __LIBC_HIDDEN__ libc_shared_globals* __libc_shared_globals(); argument