/third_party/boost/boost/thread/pthread/ |
D | condition_variable.hpp | 187 template<typename lock_type> 188 void wait(lock_type& m) in wait() 192 thread_cv_detail::lock_on_exit<lock_type> guard; in wait() 212 template<typename lock_type,typename predicate_type> 213 void wait(lock_type& m,predicate_type pred) in wait() 222 template<typename lock_type> 223 bool timed_wait(lock_type& m,boost::system_time const& abs_time) in timed_wait() 245 template<typename lock_type> 246 bool timed_wait(lock_type& m,::boost::xtime const& abs_time) in timed_wait() 251 template<typename lock_type,typename duration_type> [all …]
|
/third_party/boost/boost/thread/win32/ |
D | condition_variable.hpp | 142 template<typename lock_type> 146 lock_type& _lock; 149 relocker(lock_type& lock_): in relocker() 255 template<typename lock_type> 256 bool do_wait_until(lock_type& lock, detail::internal_platform_timepoint const &timeout) in do_wait_until() 258 relocker<lock_type> locker(lock); in do_wait_until() 530 template<typename lock_type> 531 void wait(lock_type& m) in wait() 536 template<typename lock_type,typename predicate_type> 537 void wait(lock_type& m,predicate_type pred) in wait() [all …]
|
/third_party/boost/libs/atomic/src/ |
D | lockpool.cpp | 56 typedef pthread_mutex_t lock_type; typedef 59 typedef lock_operations::storage_type lock_type; 64 padding_size = (sizeof(lock_type) <= BOOST_ATOMIC_CACHE_LINE_SIZE ? 65 (BOOST_ATOMIC_CACHE_LINE_SIZE - sizeof(lock_type)) : 66 (BOOST_ATOMIC_CACHE_LINE_SIZE - sizeof(lock_type) % BOOST_ATOMIC_CACHE_LINE_SIZE)) 72 lock_type lock; in BOOST_ALIGNMENT() 80 lock_type lock; in BOOST_ALIGNMENT() 111 while (lock_operations::test_and_set(*static_cast< lock_type* >(m_lock), memory_order_acquire)) in scoped_lock() 117 while (!!lock_operations::load(*static_cast< lock_type* >(m_lock), memory_order_relaxed)); in scoped_lock() 123 lock_operations::clear(*static_cast< lock_type* >(m_lock), memory_order_release); in ~scoped_lock()
|
/third_party/boost/libs/interprocess/test/ |
D | mutex_test_template.hpp | 39 typedef boost::interprocess::scoped_lock<mutex_type> lock_type; typedef 48 lock_type lock(interprocess_mutex, boost::interprocess::defer_lock); in operator ()() 51 lock_type lock(interprocess_mutex); in operator ()() 138 typedef boost::interprocess::scoped_lock<mutex_type> lock_type; typedef 144 lock_type lock1(mx); in operator ()() 145 lock_type lock2(mx); in operator ()() 148 lock_type lock1(mx, defer_lock); in operator ()() 149 lock_type lock2(mx, defer_lock); in operator ()() 152 lock_type lock1(mx, try_to_lock); in operator ()() 153 lock_type lock2(mx, try_to_lock); in operator ()() [all …]
|
/third_party/boost/boost/flyweight/detail/ |
D | flyweight_core.hpp | 68 typedef typename core::lock_type lock_type; in erase() typedef 70 lock_type lock(core::mutex());(void)lock; in erase() 106 typedef typename LockingPolicy::lock_type lock_type; typedef in boost::flyweights::detail::flyweight_core 181 lock_type lock(mutex());(void)lock; in insert_rep() 204 lock_type lock(mutex());(void)lock; in insert_value() 229 lock_type lock(mutex());(void)lock; in insert_rep() 248 lock_type lock(mutex());(void)lock; in insert_value()
|
/third_party/boost/libs/signals2/test/ |
D | mutex_test.cpp | 109 typedef typename boost::unique_lock<M> lock_type; typedef 118 lock_type lock(mutex, boost::defer_lock); in operator ()() 121 lock_type lock(mutex); in operator ()() 145 typedef typename boost::unique_lock<M> lock_type; typedef 154 lock_type lock(mutex, boost::try_to_lock); in operator ()() 158 lock_type lock(mutex, boost::defer_lock); in operator ()() 161 lock_type lock(mutex, boost::try_to_lock); in operator ()()
|
/third_party/boost/libs/thread/doc/ |
D | condition_variables.qbk | 449 template<typename lock_type> 450 void wait(lock_type& lock); 452 template<typename lock_type,typename predicate_type> 453 void wait(lock_type& lock,predicate_type predicate); 455 template <class lock_type, class Clock, class Duration> 457 lock_type& lock, 460 template <class lock_type, class Clock, class Duration, class Predicate> 462 lock_type& lock, 467 template <class lock_type, class Rep, class Period> 469 lock_type& lock, [all …]
|
/third_party/boost/libs/fiber/examples/ |
D | work_stealing.cpp | 26 typedef std::unique_lock< std::mutex > lock_type; typedef 52 lock_type lk( mtx_count); in whatevah() 72 lock_type lk( mtx_count); in thread() 108 …lock_type/*< `lock_type` is typedef'ed as __unique_lock__< [@http://en.cppreference.com/w/cpp/thre… in main()
|
D | work_sharing.cpp | 26 typedef std::unique_lock< std::mutex > lock_type; typedef 52 lock_type lk( mtx_count); in whatevah() 73 lock_type lk( mtx_count); in thread() 112 …lock_type/*< `lock_type` is typedef'ed as __unique_lock__< [@http://en.cppreference.com/w/cpp/thre… in main()
|
/third_party/boost/libs/thread/test/ |
D | test_mutex.cpp | 30 typedef typename M::scoped_lock lock_type; typedef 39 lock_type lock(mutex, boost::defer_lock); in operator ()() 42 lock_type lock(mutex); in operator ()() 260 typedef typename M::scoped_lock lock_type; typedef 265 lock_type lock1(mx); in operator ()() 266 lock_type lock2(mx); in operator ()()
|
D | shared_mutex_locking_thread.hpp | 15 template<typename lock_type> 49 lock_type lock(rw_mutex); in operator ()()
|
/third_party/boost/boost/signals2/detail/ |
D | slot_call_iterator.hpp | 135 typedef garbage_collecting_lock<connection_body_base> lock_type; typedef in boost::signals2::detail::slot_call_iterator_t 137 void set_callable_iter(lock_type &lock, Iterator newValue) const in set_callable_iter() 156 lock_type lock(**iter); in lock_next_callable() 176 lock_type lock(**callable_iter); in lock_next_callable()
|
/third_party/boost/libs/fiber/performance/fiber/ |
D | skynet_stealing_join.cpp | 36 using lock_type = std::unique_lock< std::mutex >; typedef 70 lock_type lk( mtx); in thread() 98 lock_type lk( mtx); in main()
|
D | skynet_stealing_async.cpp | 36 using lock_type = std::unique_lock< std::mutex >; typedef 72 lock_type lk( mtx); in thread() 99 lock_type lk( mtx); in main()
|
D | skynet_stealing_detach.cpp | 36 using lock_type = std::unique_lock< std::mutex >; typedef 66 lock_type lk( mtx); in thread() 94 lock_type lk( mtx); in main()
|
D | skynet_shared_detach.cpp | 34 using lock_type = std::unique_lock< std::mutex >; typedef 66 lock_type lk( mtx); in thread() 94 lock_type lk( mtx); in main()
|
D | skynet_shared_join.cpp | 34 using lock_type = std::unique_lock< std::mutex >; typedef 70 lock_type lk( mtx); in thread() 98 lock_type lk( mtx); in main()
|
/third_party/ltp/testcases/kernel/device-drivers/locking/ |
D | lock_torture.sh | 68 lock_type="spin_lock spin_lock_irq rw_lock rw_lock_irq mutex_lock rwsem_lock" 73 for type in $lock_type; do
|
/third_party/boost/libs/fiber/performance/fiber/numa/ |
D | skynet_stealing_detach.cpp | 37 using lock_type = std::unique_lock< std::mutex >; typedef 74 lock_type lk( mtx); in thread() 106 lock_type lk( mtx); in main()
|
/third_party/boost/libs/fiber/test/ |
D | test_mutex_dispatch.cpp | 198 typedef typename std::unique_lock< M > lock_type; typedef 205 lock_type lk(mtx, std::defer_lock); in operator ()() 208 lock_type lk(mtx); in operator ()() 222 typedef typename std::unique_lock< M > lock_type; typedef 246 typedef typename std::unique_lock< M > lock_type; typedef 250 lock_type lock1(mx); in operator ()() 251 lock_type lock2(mx); in operator ()()
|
D | test_mutex_post.cpp | 198 typedef typename std::unique_lock< M > lock_type; typedef 205 lock_type lk(mtx, std::defer_lock); in operator ()() 208 lock_type lk(mtx); in operator ()() 222 typedef typename std::unique_lock< M > lock_type; typedef 246 typedef typename std::unique_lock< M > lock_type; typedef 250 lock_type lock1(mx); in operator ()() 251 lock_type lock2(mx); in operator ()()
|
/third_party/boost/boost/log/sources/ |
D | exception_handler_feature.hpp | 218 >::type lock_type; in handle_exception() typedef 219 lock_type lock(base_type::get_threading_model()); in handle_exception()
|
/third_party/glib/gio/ |
D | gwin32file-sync-stream.c | 60 DWORD lock_type); 74 DWORD lock_type); 308 DWORD lock_type) in _file_sync_stream_lock_region() argument 317 DWORD lock_type) in _file_sync_stream_unlock_region() argument
|
/third_party/boost/boost/thread/ |
D | lock_algorithms.hpp | 391 typedef typename std::iterator_traits<Iterator>::value_type lock_type; in try_lock_impl() typedef 392 unique_lock<lock_type> guard(*begin, try_to_lock); in try_lock_impl() 413 typedef typename std::iterator_traits<Iterator>::value_type lock_type; in lock_impl() typedef 426 unique_lock<lock_type> begin_lock(*begin, defer_lock); in lock_impl()
|
/third_party/boost/boost/flyweight/ |
D | no_locking.hpp | 29 typedef mutex_type lock_type; typedef
|