Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dios_base.h460 struct _Callback_list in _GLIBCXX_VISIBILITY() struct
463 _Callback_list* _M_next; in _GLIBCXX_VISIBILITY()
464 ios_base::event_callback _M_fn; in _GLIBCXX_VISIBILITY()
465 int _M_index; in _GLIBCXX_VISIBILITY()
466 _Atomic_word _M_refcount; // 0 means one reference. in _GLIBCXX_VISIBILITY()
468 _Callback_list(ios_base::event_callback __fn, int __index, in _GLIBCXX_VISIBILITY() function
473 _M_add_reference() { __gnu_cxx::__atomic_add_dispatch(&_M_refcount, 1); } in _GLIBCXX_VISIBILITY()
477 _M_remove_reference() in _GLIBCXX_VISIBILITY()

Completed in 4 milliseconds