Home
last modified time | relevance | path

Searched defs:libc_shared_globals (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/private/
Dbionic_globals.h77 struct libc_shared_globals { struct
81 constexpr libc_shared_globals() {} in libc_shared_globals() argument
83 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