Searched refs:pools (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/shared_ptr/thread/
H A Dmutex_weaktoshared.cc87 shared_and_weak_pools& pools = *static_cast<shared_and_weak_pools*>(opaque_pools); local
96 sp_vector_t::iterator cur_shared = pools.shared_pool.begin();
97 wp_vector_t::iterator cur_weak = pools.weak_pool.begin();
108 if (cur_weak == pools.weak_pool.end())
172 shared_and_weak_pools pools(obj_pool, weak_pool[0]);
173 pthread_create(threads, &tattr, thread_hammer_and_kill, static_cast<void*>(&pools));
H A Ddefault_weaktoshared.cc85 shared_and_weak_pools& pools = *static_cast<shared_and_weak_pools*>(opaque_pools); local
94 sp_vector_t::iterator cur_shared = pools.shared_pool.begin();
95 wp_vector_t::iterator cur_weak = pools.weak_pool.begin();
106 if (cur_weak == pools.weak_pool.end())
170 shared_and_weak_pools pools(obj_pool, weak_pool[0]);
171 pthread_create(threads, &tattr, thread_hammer_and_kill, static_cast<void*>(&pools));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/
H A Ddefault_weaktoshared.cc84 shared_and_weak_pools& pools = *static_cast<shared_and_weak_pools*>(opaque_pools); local
92 sp_vector_t::iterator cur_shared = pools.shared_pool.begin();
93 wp_vector_t::iterator cur_weak = pools.weak_pool.begin();
104 if (cur_weak == pools.weak_pool.end())
166 shared_and_weak_pools pools(obj_pool, weak_pool[0]);
167 pthread_create(threads, &tattr, thread_hammer_and_kill, static_cast<void*>(&pools));
H A Dmutex_weaktoshared.cc86 shared_and_weak_pools& pools = *static_cast<shared_and_weak_pools*>(opaque_pools); local
94 sp_vector_t::iterator cur_shared = pools.shared_pool.begin();
95 wp_vector_t::iterator cur_weak = pools.weak_pool.begin();
106 if (cur_weak == pools.weak_pool.end())
168 shared_and_weak_pools pools(obj_pool, weak_pool[0]);
169 pthread_create(threads, &tattr, thread_hammer_and_kill, static_cast<void*>(&pools));

Completed in 41 milliseconds