Home
last modified time | relevance | path

Searched refs:_M_key (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dlosertree.h66 _Tp _M_key; member
142 ::new(&(_M_losers[__i]._M_key)) _Tp(__key); in __insert_start()
146 _M_losers[__pos]._M_key = __key; in __insert_start()
194 && !_M_comp(_M_losers[__right]._M_key, in __init_winner()
195 _M_losers[__left]._M_key))) in __init_winner()
238 && ((_M_comp(_M_losers[__pos]._M_key, __key)) in __delete_min_insert()
239 || (!_M_comp(__key, _M_losers[__pos]._M_key) in __delete_min_insert()
245 swap(_M_losers[__pos]._M_key, __key); in __delete_min_insert()
251 _M_losers[0]._M_key = __key; in __delete_min_insert()
294 && !_M_comp(_M_losers[__right]._M_key, in __init_winner()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dlosertree.h66 _Tp _M_key; member
142 ::new(&(_M_losers[__i]._M_key)) _Tp(__key); in __insert_start()
146 _M_losers[__pos]._M_key = __key; in __insert_start()
194 && !_M_comp(_M_losers[__right]._M_key, in __init_winner()
195 _M_losers[__left]._M_key))) in __init_winner()
238 && ((_M_comp(_M_losers[__pos]._M_key, __key)) in __delete_min_insert()
239 || (!_M_comp(__key, _M_losers[__pos]._M_key) in __delete_min_insert()
245 swap(_M_losers[__pos]._M_key, __key); in __delete_min_insert()
251 _M_losers[0]._M_key = __key; in __delete_min_insert()
294 && !_M_comp(_M_losers[__right]._M_key, in __init_winner()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_globals.cc92 __gthread_key_t _M_key; member
98 _M_init = __gthread_key_create(&_M_key, eh_globals_dtor) == 0; in __eh_globals_init()
104 __gthread_key_delete(_M_key); in ~__eh_globals_init()
116 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key)); in __cxa_get_globals_fast()
128 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key)); in __cxa_get_globals()
132 if (v == 0 || __gthread_setspecific(init._M_key, v) != 0) in __cxa_get_globals()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_globals.cc99 __gthread_key_t _M_key; member
105 _S_init = __gthread_key_create(&_M_key, eh_globals_dtor) == 0; in __eh_globals_init()
116 __gthread_key_delete(_M_key); in ~__eh_globals_init()
133 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key)); in __cxa_get_globals_fast()
145 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key)); in __cxa_get_globals()
149 if (v == 0 || __gthread_setspecific(init._M_key, v) != 0) in __cxa_get_globals()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dtimer110 _M_key.swap(__rhs._M_key);
127 _M_key.swap(__rhs._M_key);
168 unique_ptr<_Key> _M_key{new _Key};
H A Dio_context319 if (__it->_M_key == __t._M_key.get())
339 if (__it->_M_key == __t._M_key.get())
357 if (_M_queue.top()._M_key == nullptr)
377 if (_M_queue.top()._M_key == nullptr) // cancelled
404 : _M_expiry(__t.expiry()), _M_key(__t._M_key.get()), _M_id(__id),
409 _Key* _M_key;
413 void cancel() { _M_expiry = _M_expiry.min(); _M_key = nullptr; }
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dtimer110 _M_key.swap(__rhs._M_key);
127 _M_key.swap(__rhs._M_key);
168 unique_ptr<_Key> _M_key{new _Key};
H A Dio_context314 if (__it->_M_key == __t._M_key.get())
334 if (__it->_M_key == __t._M_key.get())
352 if (_M_queue.top()._M_key == nullptr)
372 if (_M_queue.top()._M_key == nullptr) // cancelled
399 : _M_expiry(__t.expiry()), _M_key(__t._M_key.get()), _M_id(__id),
404 _Key* _M_key;
408 void cancel() { _M_expiry = _M_expiry.min(); _M_key = nullptr; }
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dmt_allocator.cc48 __gthread_key_t _M_key; member
54 __gthread_key_delete(_M_key); in ~__freelist()
545 __gthread_key_create(&freelist._M_key, in _M_initialize()
634 void* v = __gthread_getspecific(freelist._M_key); in _M_get_thread_id()
648 __gthread_setspecific(freelist._M_key, (void*)_M_id); in _M_get_thread_id()
740 __gthread_key_create(&freelist._M_key, in _M_initialize()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dmt_allocator.cc48 __gthread_key_t _M_key; member
54 __gthread_key_delete(_M_key); in ~__freelist()
545 __gthread_key_create(&freelist._M_key, in _M_initialize()
634 void* v = __gthread_getspecific(freelist._M_key); in _M_get_thread_id()
648 __gthread_setspecific(freelist._M_key, (void*)_M_id); in _M_get_thread_id()
740 __gthread_key_create(&freelist._M_key, in _M_initialize()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc1186 if (int err = __gthread_key_create(&_M_key, destroy_TPools)) in synchronized_pool_resource()
1197 __gthread_key_delete(_M_key); // does not run destroy_TPools in ~synchronized_pool_resource()
1208 __gthread_key_delete(_M_key); // does not run destroy_TPools in release()
1209 __gthread_key_create(&_M_key, destroy_TPools); in release()
1233 if (auto tp = static_cast<_TPools*>(__gthread_getspecific(_M_key))) in _M_thread_specific_pools()
1358 if (int err = __gthread_setspecific(_M_key, p)) in _M_alloc_tpools()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc1153 if (int err = __gthread_key_create(&_M_key, destroy_TPools)) in synchronized_pool_resource()
1164 __gthread_key_delete(_M_key); // does not run destroy_TPools in ~synchronized_pool_resource()
1175 __gthread_key_delete(_M_key); // does not run destroy_TPools in release()
1176 __gthread_key_create(&_M_key, destroy_TPools); in release()
1200 if (auto tp = static_cast<_TPools*>(__gthread_getspecific(_M_key))) in _M_thread_specific_pools()
1325 if (int err = __gthread_setspecific(_M_key, p)) in _M_alloc_tpools()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dnode_handle.h221 _M_key() const noexcept { return key(); } in _GLIBCXX_VISIBILITY()
273 _M_key() const noexcept { return value(); } in _GLIBCXX_VISIBILITY()
H A Dstl_tree.h1459 auto __res = _M_get_insert_unique_pos(__nh._M_key()); in _GLIBCXX_VISIBILITY()
1487 auto __res = _M_get_insert_equal_pos(__nh._M_key()); in _GLIBCXX_VISIBILITY()
1507 auto __res = _M_get_insert_hint_unique_pos(__hint, __nh._M_key()); in _GLIBCXX_VISIBILITY()
1529 auto __res = _M_get_insert_hint_equal_pos(__hint, __nh._M_key()); in _GLIBCXX_VISIBILITY()
H A Dhashtable.h886 const key_type& __k = __nh._M_key(); in _GLIBCXX_VISIBILITY()
915 const key_type& __k = __nh._M_key(); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dnode_handle.h327 _M_key() const noexcept { return key(); } in _GLIBCXX_VISIBILITY()
379 _M_key() const noexcept { return value(); } in _GLIBCXX_VISIBILITY()
H A Dstl_tree.h1452 auto __res = _M_get_insert_unique_pos(__nh._M_key()); in _GLIBCXX_VISIBILITY()
1480 auto __res = _M_get_insert_equal_pos(__nh._M_key()); in _GLIBCXX_VISIBILITY()
1500 auto __res = _M_get_insert_hint_unique_pos(__hint, __nh._M_key()); in _GLIBCXX_VISIBILITY()
1522 auto __res = _M_get_insert_hint_equal_pos(__hint, __nh._M_key()); in _GLIBCXX_VISIBILITY()
1652 _M_key() const in _GLIBCXX_VISIBILITY() function
2436 auto __res = _M_get_insert_unique_pos(__z._M_key()); in _GLIBCXX_VISIBILITY()
2451 auto __res = _M_get_insert_equal_pos(__z._M_key()); in _GLIBCXX_VISIBILITY()
2464 auto __res = _M_get_insert_hint_unique_pos(__pos, __z._M_key()); in _GLIBCXX_VISIBILITY()
2479 auto __res = _M_get_insert_hint_equal_pos(__pos, __z._M_key()); in _GLIBCXX_VISIBILITY()
H A Dhashtable.h1000 const key_type& __k = __nh._M_key(); in _GLIBCXX_VISIBILITY()
1029 const key_type& __k = __nh._M_key(); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dmemory_resource495 __gthread_key_t _M_key;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dmemory_resource671 __gthread_key_t _M_key;