Home
last modified time | relevance | path

Searched refs:fd_table (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dfdsan.cpp116 return __libc_shared_globals()->fd_table; in GetFdTable()
133 auto& fd_table = GetFdTable(); in fdsan_error() local
135 auto error_level = atomic_load(&fd_table.error_level); in fdsan_error()
169 atomic_compare_exchange_strong(&fd_table.error_level, &error_level, in fdsan_error()
/bionic/linker/
Dlinker_debuggerd_android.cpp40 .fdsan_table = &__libc_shared_globals()->fd_table, in get_process_info()
/bionic/libc/private/
Dbionic_globals.h80 FdTable fd_table; member