Home
last modified time | relevance | path

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

/aosp12/bionic/libc/private/
H A Dbionic_globals.h76 struct libc_shared_globals { struct
80 constexpr libc_shared_globals() {} in libc_shared_globals() argument
82 FdTable fd_table;
87 int initial_linker_arg_count = 0;
91 pthread_mutex_t abort_msg_lock = PTHREAD_MUTEX_INITIALIZER;
92 abort_msg_t* abort_msg = nullptr;
117 __LIBC_HIDDEN__ libc_shared_globals* __libc_shared_globals(); argument