Home
last modified time | relevance | path

Searched refs:__native_type (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstd_mutex.h60 typedef __gthread_mutex_t __native_type; in _GLIBCXX_VISIBILITY() typedef
63 __native_type _M_mutex = __GTHREAD_MUTEX_INIT; in _GLIBCXX_VISIBILITY()
67 __native_type _M_mutex; in _GLIBCXX_VISIBILITY()
86 typedef __native_type* native_handle_type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstd_mutex.h62 typedef __gthread_mutex_t __native_type; in _GLIBCXX_VISIBILITY() typedef
65 __native_type _M_mutex = __GTHREAD_MUTEX_INIT; in _GLIBCXX_VISIBILITY()
69 __native_type _M_mutex; in _GLIBCXX_VISIBILITY()
99 typedef __native_type* native_handle_type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dmutex68 typedef __gthread_recursive_mutex_t __native_type;
74 __native_type _M_mutex = __GTHREAD_RECURSIVE_MUTEX_INIT;
78 __native_type _M_mutex;
95 typedef __native_type* native_handle_type;
214 typedef __native_type* native_handle_type;
280 typedef __native_type* native_handle_type;
675 typedef __gthread_once_t __native_type;
676 __native_type _M_once = __GTHREAD_ONCE_INIT;
H A Dcondition_variable80 typedef __gthread_cond_t __native_type;
83 __native_type _M_cond = __GTHREAD_COND_INIT;
85 __native_type _M_cond;
89 typedef __native_type* native_handle_type;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dmutex71 typedef __gthread_recursive_mutex_t __native_type;
77 __native_type _M_mutex = __GTHREAD_RECURSIVE_MUTEX_INIT;
81 __native_type _M_mutex;
107 typedef __native_type* native_handle_type;
236 typedef __native_type* native_handle_type;
311 typedef __native_type* native_handle_type;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-200911859 _M_internal_mutex. Add private __native_type typedef.
11863 * include/std/mutex (mutex): Add private __native_type typedef. Use it.
11867 (once_flag): Make __native_type typedef private.