Home
last modified time | relevance | path

Searched refs:interprocess (Results 1 – 25 of 3349) sorted by relevance

12345678910>>...134

/dports/devel/boost-docs/boost_1_72_0/libs/interprocess/test/
H A Dsharable_mutex_test_template.hpp42 boost::interprocess::scoped_lock<SM> l(sm); in plain_exclusive()
52 boost::interprocess::sharable_lock<SM> l(sm); in plain_shared()
63 boost::interprocess::scoped_lock<SM> l(sm, boost::interprocess::defer_lock); in try_exclusive()
75 boost::interprocess::sharable_lock<SM> l(sm, boost::interprocess::defer_lock); in try_shared()
89 boost::interprocess::scoped_lock<SM> in timed_exclusive()
90 l (sm, boost::interprocess::defer_lock); in timed_exclusive()
103 boost::interprocess::sharable_lock<SM> in timed_shared()
104 l(sm, boost::interprocess::defer_lock); in timed_shared()
205 boost::interprocess::ipcdetail::OS_thread_t tw1; in test_try_sharable_mutex()
215 boost::interprocess::ipcdetail::OS_thread_t tw2; in test_try_sharable_mutex()
[all …]
H A Dintrusive_ptr_test.cpp23 typedef boost::interprocess::offset_ptr<void> VP;
110 boost::interprocess::intrusive_ptr<X, VP> px; in default_constructor()
127 boost::interprocess::offset_ptr<X> p = new X; in pointer_constructor()
136 boost::interprocess::offset_ptr<X> p = new X; in pointer_constructor()
151 boost::interprocess::intrusive_ptr<X, VP> px; in copy_constructor()
157 boost::interprocess::intrusive_ptr<Y, VP> py; in copy_constructor()
296 boost::interprocess::intrusive_ptr<X, VP> px; in test()
308 boost::interprocess::intrusive_ptr<X, VP> px in test()
325 boost::interprocess::intrusive_ptr<X, VP> px; in test()
340 boost::interprocess::offset_ptr<X> p = new X; in test()
[all …]
H A Dmutex_test_template.hpp171 boost::interprocess::scoped_lock<M> l(sm); in lock_and_sleep()
189 boost::interprocess::scoped_lock<M> l(sm); in lock_and_catch_errors()
209 boost::interprocess::scoped_lock<M> l(sm, boost::interprocess::defer_lock); in try_lock_and_sleep()
222 boost::interprocess::scoped_lock<M> in timed_lock_and_sleep()
223 l (sm, boost::interprocess::defer_lock); in timed_lock_and_sleep()
242 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_lock()
249 boost::interprocess::ipcdetail::OS_thread_t tm2; in test_mutex_lock()
277 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_lock_timeout()
284 boost::interprocess::ipcdetail::OS_thread_t tm2; in test_mutex_lock_timeout()
309 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_try_lock()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/interprocess/test/
H A Dsharable_mutex_test_template.hpp42 boost::interprocess::scoped_lock<SM> l(sm); in plain_exclusive()
52 boost::interprocess::sharable_lock<SM> l(sm); in plain_shared()
63 boost::interprocess::scoped_lock<SM> l(sm, boost::interprocess::defer_lock); in try_exclusive()
75 boost::interprocess::sharable_lock<SM> l(sm, boost::interprocess::defer_lock); in try_shared()
89 boost::interprocess::scoped_lock<SM> in timed_exclusive()
90 l (sm, boost::interprocess::defer_lock); in timed_exclusive()
103 boost::interprocess::sharable_lock<SM> in timed_shared()
104 l(sm, boost::interprocess::defer_lock); in timed_shared()
205 boost::interprocess::ipcdetail::OS_thread_t tw1; in test_try_sharable_mutex()
215 boost::interprocess::ipcdetail::OS_thread_t tw2; in test_try_sharable_mutex()
[all …]
H A Dintrusive_ptr_test.cpp23 typedef boost::interprocess::offset_ptr<void> VP;
110 boost::interprocess::intrusive_ptr<X, VP> px; in default_constructor()
127 boost::interprocess::offset_ptr<X> p = new X; in pointer_constructor()
136 boost::interprocess::offset_ptr<X> p = new X; in pointer_constructor()
151 boost::interprocess::intrusive_ptr<X, VP> px; in copy_constructor()
157 boost::interprocess::intrusive_ptr<Y, VP> py; in copy_constructor()
296 boost::interprocess::intrusive_ptr<X, VP> px; in test()
308 boost::interprocess::intrusive_ptr<X, VP> px in test()
325 boost::interprocess::intrusive_ptr<X, VP> px; in test()
340 boost::interprocess::offset_ptr<X> p = new X; in test()
[all …]
H A Dmutex_test_template.hpp171 boost::interprocess::scoped_lock<M> l(sm); in lock_and_sleep()
189 boost::interprocess::scoped_lock<M> l(sm); in lock_and_catch_errors()
209 boost::interprocess::scoped_lock<M> l(sm, boost::interprocess::defer_lock); in try_lock_and_sleep()
222 boost::interprocess::scoped_lock<M> in timed_lock_and_sleep()
223 l (sm, boost::interprocess::defer_lock); in timed_lock_and_sleep()
242 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_lock()
249 boost::interprocess::ipcdetail::OS_thread_t tm2; in test_mutex_lock()
277 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_lock_timeout()
284 boost::interprocess::ipcdetail::OS_thread_t tm2; in test_mutex_lock_timeout()
309 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_try_lock()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/interprocess/test/
H A Dsharable_mutex_test_template.hpp42 boost::interprocess::scoped_lock<SM> l(sm); in plain_exclusive()
52 boost::interprocess::sharable_lock<SM> l(sm); in plain_shared()
63 boost::interprocess::scoped_lock<SM> l(sm, boost::interprocess::defer_lock); in try_exclusive()
75 boost::interprocess::sharable_lock<SM> l(sm, boost::interprocess::defer_lock); in try_shared()
89 boost::interprocess::scoped_lock<SM> in timed_exclusive()
90 l (sm, boost::interprocess::defer_lock); in timed_exclusive()
103 boost::interprocess::sharable_lock<SM> in timed_shared()
104 l(sm, boost::interprocess::defer_lock); in timed_shared()
205 boost::interprocess::ipcdetail::OS_thread_t tw1; in test_try_sharable_mutex()
215 boost::interprocess::ipcdetail::OS_thread_t tw2; in test_try_sharable_mutex()
[all …]
H A Dintrusive_ptr_test.cpp22 typedef boost::interprocess::offset_ptr<void> VP;
103 boost::interprocess::intrusive_ptr<X, VP> px; in default_constructor()
120 boost::interprocess::offset_ptr<X> p = new X; in pointer_constructor()
129 boost::interprocess::offset_ptr<X> p = new X; in pointer_constructor()
144 boost::interprocess::intrusive_ptr<X, VP> px; in copy_constructor()
150 boost::interprocess::intrusive_ptr<Y, VP> py; in copy_constructor()
249 boost::interprocess::intrusive_ptr<X, VP> px; in test()
261 boost::interprocess::intrusive_ptr<X, VP> px in test()
278 boost::interprocess::intrusive_ptr<X, VP> px; in test()
293 boost::interprocess::offset_ptr<X> p = new X; in test()
[all …]
H A Dmutex_test_template.hpp171 boost::interprocess::scoped_lock<M> l(sm); in lock_and_sleep()
189 boost::interprocess::scoped_lock<M> l(sm); in lock_and_catch_errors()
209 boost::interprocess::scoped_lock<M> l(sm, boost::interprocess::defer_lock); in try_lock_and_sleep()
222 boost::interprocess::scoped_lock<M> in timed_lock_and_sleep()
223 l (sm, boost::interprocess::defer_lock); in timed_lock_and_sleep()
242 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_lock()
249 boost::interprocess::ipcdetail::OS_thread_t tm2; in test_mutex_lock()
277 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_lock_timeout()
284 boost::interprocess::ipcdetail::OS_thread_t tm2; in test_mutex_lock_timeout()
309 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_try_lock()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/interprocess/test/
H A Dsharable_mutex_test_template.hpp42 boost::interprocess::scoped_lock<SM> l(sm); in plain_exclusive()
52 boost::interprocess::sharable_lock<SM> l(sm); in plain_shared()
63 boost::interprocess::scoped_lock<SM> l(sm, boost::interprocess::defer_lock); in try_exclusive()
75 boost::interprocess::sharable_lock<SM> l(sm, boost::interprocess::defer_lock); in try_shared()
89 boost::interprocess::scoped_lock<SM> in timed_exclusive()
90 l (sm, boost::interprocess::defer_lock); in timed_exclusive()
103 boost::interprocess::sharable_lock<SM> in timed_shared()
104 l(sm, boost::interprocess::defer_lock); in timed_shared()
205 boost::interprocess::ipcdetail::OS_thread_t tw1; in test_try_sharable_mutex()
215 boost::interprocess::ipcdetail::OS_thread_t tw2; in test_try_sharable_mutex()
[all …]
H A Dintrusive_ptr_test.cpp22 typedef boost::interprocess::offset_ptr<void> VP;
103 boost::interprocess::intrusive_ptr<X, VP> px; in default_constructor()
120 boost::interprocess::offset_ptr<X> p = new X; in pointer_constructor()
129 boost::interprocess::offset_ptr<X> p = new X; in pointer_constructor()
144 boost::interprocess::intrusive_ptr<X, VP> px; in copy_constructor()
150 boost::interprocess::intrusive_ptr<Y, VP> py; in copy_constructor()
249 boost::interprocess::intrusive_ptr<X, VP> px; in test()
261 boost::interprocess::intrusive_ptr<X, VP> px in test()
278 boost::interprocess::intrusive_ptr<X, VP> px; in test()
293 boost::interprocess::offset_ptr<X> p = new X; in test()
[all …]
H A Dmutex_test_template.hpp171 boost::interprocess::scoped_lock<M> l(sm); in lock_and_sleep()
189 boost::interprocess::scoped_lock<M> l(sm); in lock_and_catch_errors()
209 boost::interprocess::scoped_lock<M> l(sm, boost::interprocess::defer_lock); in try_lock_and_sleep()
222 boost::interprocess::scoped_lock<M> in timed_lock_and_sleep()
223 l (sm, boost::interprocess::defer_lock); in timed_lock_and_sleep()
242 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_lock()
249 boost::interprocess::ipcdetail::OS_thread_t tm2; in test_mutex_lock()
277 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_lock_timeout()
284 boost::interprocess::ipcdetail::OS_thread_t tm2; in test_mutex_lock_timeout()
309 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_try_lock()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/interprocess/test/
H A Dsharable_mutex_test_template.hpp42 boost::interprocess::scoped_lock<SM> l(sm); in plain_exclusive()
52 boost::interprocess::sharable_lock<SM> l(sm); in plain_shared()
63 boost::interprocess::scoped_lock<SM> l(sm, boost::interprocess::defer_lock); in try_exclusive()
75 boost::interprocess::sharable_lock<SM> l(sm, boost::interprocess::defer_lock); in try_shared()
89 boost::interprocess::scoped_lock<SM> in timed_exclusive()
90 l (sm, boost::interprocess::defer_lock); in timed_exclusive()
103 boost::interprocess::sharable_lock<SM> in timed_shared()
104 l(sm, boost::interprocess::defer_lock); in timed_shared()
205 boost::interprocess::ipcdetail::OS_thread_t tw1; in test_try_sharable_mutex()
215 boost::interprocess::ipcdetail::OS_thread_t tw2; in test_try_sharable_mutex()
[all …]
H A Dintrusive_ptr_test.cpp22 typedef boost::interprocess::offset_ptr<void> VP;
103 boost::interprocess::intrusive_ptr<X, VP> px; in default_constructor()
120 boost::interprocess::offset_ptr<X> p = new X; in pointer_constructor()
129 boost::interprocess::offset_ptr<X> p = new X; in pointer_constructor()
144 boost::interprocess::intrusive_ptr<X, VP> px; in copy_constructor()
150 boost::interprocess::intrusive_ptr<Y, VP> py; in copy_constructor()
249 boost::interprocess::intrusive_ptr<X, VP> px; in test()
261 boost::interprocess::intrusive_ptr<X, VP> px in test()
278 boost::interprocess::intrusive_ptr<X, VP> px; in test()
293 boost::interprocess::offset_ptr<X> p = new X; in test()
[all …]
H A Dmutex_test_template.hpp171 boost::interprocess::scoped_lock<M> l(sm); in lock_and_sleep()
189 boost::interprocess::scoped_lock<M> l(sm); in lock_and_catch_errors()
209 boost::interprocess::scoped_lock<M> l(sm, boost::interprocess::defer_lock); in try_lock_and_sleep()
222 boost::interprocess::scoped_lock<M> in timed_lock_and_sleep()
223 l (sm, boost::interprocess::defer_lock); in timed_lock_and_sleep()
242 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_lock()
249 boost::interprocess::ipcdetail::OS_thread_t tm2; in test_mutex_lock()
277 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_lock_timeout()
284 boost::interprocess::ipcdetail::OS_thread_t tm2; in test_mutex_lock_timeout()
309 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_try_lock()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/interprocess/test/
H A Dsharable_mutex_test_template.hpp42 boost::interprocess::scoped_lock<SM> l(sm); in plain_exclusive()
52 boost::interprocess::sharable_lock<SM> l(sm); in plain_shared()
63 boost::interprocess::scoped_lock<SM> l(sm, boost::interprocess::defer_lock); in try_exclusive()
75 boost::interprocess::sharable_lock<SM> l(sm, boost::interprocess::defer_lock); in try_shared()
89 boost::interprocess::scoped_lock<SM> in timed_exclusive()
90 l (sm, boost::interprocess::defer_lock); in timed_exclusive()
103 boost::interprocess::sharable_lock<SM> in timed_shared()
104 l(sm, boost::interprocess::defer_lock); in timed_shared()
205 boost::interprocess::ipcdetail::OS_thread_t tw1; in test_try_sharable_mutex()
215 boost::interprocess::ipcdetail::OS_thread_t tw2; in test_try_sharable_mutex()
[all …]
H A Dintrusive_ptr_test.cpp22 typedef boost::interprocess::offset_ptr<void> VP;
103 boost::interprocess::intrusive_ptr<X, VP> px; in default_constructor()
120 boost::interprocess::offset_ptr<X> p = new X; in pointer_constructor()
129 boost::interprocess::offset_ptr<X> p = new X; in pointer_constructor()
144 boost::interprocess::intrusive_ptr<X, VP> px; in copy_constructor()
150 boost::interprocess::intrusive_ptr<Y, VP> py; in copy_constructor()
249 boost::interprocess::intrusive_ptr<X, VP> px; in test()
261 boost::interprocess::intrusive_ptr<X, VP> px in test()
278 boost::interprocess::intrusive_ptr<X, VP> px; in test()
293 boost::interprocess::offset_ptr<X> p = new X; in test()
[all …]
H A Dmutex_test_template.hpp171 boost::interprocess::scoped_lock<M> l(sm); in lock_and_sleep()
189 boost::interprocess::scoped_lock<M> l(sm); in lock_and_catch_errors()
209 boost::interprocess::scoped_lock<M> l(sm, boost::interprocess::defer_lock); in try_lock_and_sleep()
222 boost::interprocess::scoped_lock<M> in timed_lock_and_sleep()
223 l (sm, boost::interprocess::defer_lock); in timed_lock_and_sleep()
242 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_lock()
249 boost::interprocess::ipcdetail::OS_thread_t tm2; in test_mutex_lock()
277 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_lock_timeout()
284 boost::interprocess::ipcdetail::OS_thread_t tm2; in test_mutex_lock_timeout()
309 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_try_lock()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/interprocess/test/
H A Dsharable_mutex_test_template.hpp42 boost::interprocess::scoped_lock<SM> l(sm); in plain_exclusive()
52 boost::interprocess::sharable_lock<SM> l(sm); in plain_shared()
63 boost::interprocess::scoped_lock<SM> l(sm, boost::interprocess::defer_lock); in try_exclusive()
75 boost::interprocess::sharable_lock<SM> l(sm, boost::interprocess::defer_lock); in try_shared()
89 boost::interprocess::scoped_lock<SM> in timed_exclusive()
90 l (sm, boost::interprocess::defer_lock); in timed_exclusive()
103 boost::interprocess::sharable_lock<SM> in timed_shared()
104 l(sm, boost::interprocess::defer_lock); in timed_shared()
205 boost::interprocess::ipcdetail::OS_thread_t tw1; in test_try_sharable_mutex()
215 boost::interprocess::ipcdetail::OS_thread_t tw2; in test_try_sharable_mutex()
[all …]
H A Dintrusive_ptr_test.cpp23 typedef boost::interprocess::offset_ptr<void> VP;
110 boost::interprocess::intrusive_ptr<X, VP> px; in default_constructor()
127 boost::interprocess::offset_ptr<X> p = new X; in pointer_constructor()
136 boost::interprocess::offset_ptr<X> p = new X; in pointer_constructor()
151 boost::interprocess::intrusive_ptr<X, VP> px; in copy_constructor()
157 boost::interprocess::intrusive_ptr<Y, VP> py; in copy_constructor()
296 boost::interprocess::intrusive_ptr<X, VP> px; in test()
308 boost::interprocess::intrusive_ptr<X, VP> px in test()
325 boost::interprocess::intrusive_ptr<X, VP> px; in test()
340 boost::interprocess::offset_ptr<X> p = new X; in test()
[all …]
H A Dmutex_test_template.hpp171 boost::interprocess::scoped_lock<M> l(sm); in lock_and_sleep()
189 boost::interprocess::scoped_lock<M> l(sm); in lock_and_catch_errors()
209 boost::interprocess::scoped_lock<M> l(sm, boost::interprocess::defer_lock); in try_lock_and_sleep()
222 boost::interprocess::scoped_lock<M> in timed_lock_and_sleep()
223 l (sm, boost::interprocess::defer_lock); in timed_lock_and_sleep()
242 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_lock()
249 boost::interprocess::ipcdetail::OS_thread_t tm2; in test_mutex_lock()
277 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_lock_timeout()
284 boost::interprocess::ipcdetail::OS_thread_t tm2; in test_mutex_lock_timeout()
309 boost::interprocess::ipcdetail::OS_thread_t tm1; in test_mutex_try_lock()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/interprocess/test/
H A Dsharable_mutex_test_template.hpp42 boost::interprocess::scoped_lock<SM> l(sm); in plain_exclusive()
52 boost::interprocess::sharable_lock<SM> l(sm); in plain_shared()
63 boost::interprocess::scoped_lock<SM> l(sm, boost::interprocess::defer_lock); in try_exclusive()
75 boost::interprocess::sharable_lock<SM> l(sm, boost::interprocess::defer_lock); in try_shared()
89 boost::interprocess::scoped_lock<SM> in timed_exclusive()
90 l (sm, boost::interprocess::defer_lock); in timed_exclusive()
103 boost::interprocess::sharable_lock<SM> in timed_shared()
104 l(sm, boost::interprocess::defer_lock); in timed_shared()
205 boost::interprocess::ipcdetail::OS_thread_t tw1; in test_try_sharable_mutex()
215 boost::interprocess::ipcdetail::OS_thread_t tw2; in test_try_sharable_mutex()
[all …]
H A Dintrusive_ptr_test.cpp22 typedef boost::interprocess::offset_ptr<void> VP;
103 boost::interprocess::intrusive_ptr<X, VP> px; in default_constructor()
120 boost::interprocess::offset_ptr<X> p = new X; in pointer_constructor()
129 boost::interprocess::offset_ptr<X> p = new X; in pointer_constructor()
144 boost::interprocess::intrusive_ptr<X, VP> px; in copy_constructor()
150 boost::interprocess::intrusive_ptr<Y, VP> py; in copy_constructor()
249 boost::interprocess::intrusive_ptr<X, VP> px; in test()
261 boost::interprocess::intrusive_ptr<X, VP> px in test()
278 boost::interprocess::intrusive_ptr<X, VP> px; in test()
293 boost::interprocess::offset_ptr<X> p = new X; in test()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/interprocess/test/
H A Dsharable_mutex_test_template.hpp42 boost::interprocess::scoped_lock<SM> l(sm); in plain_exclusive()
52 boost::interprocess::sharable_lock<SM> l(sm); in plain_shared()
63 boost::interprocess::scoped_lock<SM> l(sm, boost::interprocess::defer_lock); in try_exclusive()
75 boost::interprocess::sharable_lock<SM> l(sm, boost::interprocess::defer_lock); in try_shared()
89 boost::interprocess::scoped_lock<SM> in timed_exclusive()
90 l (sm, boost::interprocess::defer_lock); in timed_exclusive()
103 boost::interprocess::sharable_lock<SM> in timed_shared()
104 l(sm, boost::interprocess::defer_lock); in timed_shared()
205 boost::interprocess::ipcdetail::OS_thread_t tw1; in test_try_sharable_mutex()
215 boost::interprocess::ipcdetail::OS_thread_t tw2; in test_try_sharable_mutex()
[all …]
H A Dintrusive_ptr_test.cpp22 typedef boost::interprocess::offset_ptr<void> VP;
109 boost::interprocess::intrusive_ptr<X, VP> px; in default_constructor()
116 boost::interprocess::intrusive_ptr<X, VP> px(0); in pointer_constructor()
126 boost::interprocess::offset_ptr<X> p = new X; in pointer_constructor()
135 boost::interprocess::offset_ptr<X> p = new X; in pointer_constructor()
150 boost::interprocess::intrusive_ptr<X, VP> px; in copy_constructor()
156 boost::interprocess::intrusive_ptr<Y, VP> py; in copy_constructor()
295 boost::interprocess::intrusive_ptr<X, VP> px; in test()
307 boost::interprocess::intrusive_ptr<X, VP> px in test()
324 boost::interprocess::intrusive_ptr<X, VP> px; in test()
[all …]

12345678910>>...134