Home
last modified time | relevance | path

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

/glibc-2.36/libio/
Dvtables.c26 void (*IO_accept_foreign_vtables) (void) attribute_hidden; variable
44 void (*flag) (void) = atomic_load_relaxed (&IO_accept_foreign_vtables); in _IO_vtable_check()
DlibioP.h906 extern void (*IO_accept_foreign_vtables) (void) attribute_hidden;
916 atomic_store_relaxed (&IO_accept_foreign_vtables, flag); in IO_set_accept_foreign_vtables()
/glibc-2.36/ChangeLog.old/
DChangeLog.1819869 (__libc_IO_vtables, IO_accept_foreign_vtables, _IO_vtable_check):