Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/libc/private/
H A Dbionic_globals.h105 struct libc_shared_globals { struct
109 constexpr libc_shared_globals() {} in libc_shared_globals() argument
111 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 …]