Home
last modified time | relevance | path

Searched refs:shared_lock (Results 76 – 100 of 1837) sorted by relevance

12345678910>>...74

/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/stylesheets/
H A Drule_parser.rs14 use crate::shared_lock::{Locked, SharedRwLock};
46 pub shared_lock: &'a SharedRwLock, field
73 shared_lock: self.shared_lock, in nested()
210 let media = Arc::new(self.shared_lock.wrap(media)); in parse_prelude()
278 &self.shared_lock, in rule_without_block()
339 shared_lock: &'a SharedRwLock, field
353 shared_lock: self.shared_lock, in parse_nested_rules()
370 CssRules::new(rules, self.shared_lock) in parse_nested_rules()
473 Ok(CssRule::FontFace(Arc::new(self.shared_lock.wrap( in parse_block()
514 Ok(CssRule::Supports(Arc::new(self.shared_lock.wrap( in parse_block()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/thread/
H A Dlocks.hpp172 class shared_lock;
522 class shared_lock class
528 explicit shared_lock(shared_lock&);
529 shared_lock& operator=(shared_lock&);
531 shared_lock(): in shared_lock() function in boost::shared_lock
557 shared_lock(detail::thread_move_t<shared_lock<Mutex> > other): in shared_lock() function in boost::shared_lock
597 shared_lock& operator=(detail::thread_move_t<shared_lock<Mutex> > other) in operator =()
599 shared_lock temp(other); in operator =()
642 ~shared_lock() in ~shared_lock()
714 void swap(shared_lock<Mutex>&& lhs,shared_lock<Mutex>&& rhs) in swap()
[all …]
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/thread/
H A Dlocks.hpp172 class shared_lock;
522 class shared_lock class
528 explicit shared_lock(shared_lock&);
529 shared_lock& operator=(shared_lock&);
531 shared_lock(): in shared_lock() function in boost::shared_lock
557 shared_lock(detail::thread_move_t<shared_lock<Mutex> > other): in shared_lock() function in boost::shared_lock
597 shared_lock& operator=(detail::thread_move_t<shared_lock<Mutex> > other) in operator =()
599 shared_lock temp(other); in operator =()
642 ~shared_lock() in ~shared_lock()
714 void swap(shared_lock<Mutex>&& lhs,shared_lock<Mutex>&& rhs) in swap()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/stylesheets/
H A Dstylesheet.rs31 pub shared_lock: SharedRwLock, field
76 shared_lock: &SharedRwLock, in from_str()
88 &shared_lock, in from_str()
163 pub shared_lock: SharedRwLock, field
330 &existing.shared_lock, in update_from_str()
355 shared_lock: &SharedRwLock, in parse_rules()
377 shared_lock: shared_lock, in parse_rules()
425 shared_lock: SharedRwLock, in from_str()
436 &shared_lock, in from_str()
445 shared_lock, in from_str()
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/third-party/discord-rpc/include/mingw-std-threads/
H A Dshared_mutex300 using std::shared_lock;
305 class shared_lock
321 shared_lock (void) noexcept
326 shared_lock (shared_lock<Mutex> && other) noexcept
333 explicit shared_lock (mutex_type & m)
366 shared_lock& operator= (shared_lock<Mutex> && other) noexcept
381 ~shared_lock (void)
387 shared_lock (const shared_lock<Mutex> &) = delete;
388 shared_lock& operator= (const shared_lock<Mutex> &) = delete;
467 void swap( shared_lock<Mutex>& lhs, shared_lock<Mutex>& rhs ) noexcept
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/third-party/discord-rpc/include/mingw-std-threads/
H A Dshared_mutex300 using std::shared_lock;
305 class shared_lock
321 shared_lock (void) noexcept
326 shared_lock (shared_lock<Mutex> && other) noexcept
333 explicit shared_lock (mutex_type & m)
366 shared_lock& operator= (shared_lock<Mutex> && other) noexcept
381 ~shared_lock (void)
387 shared_lock (const shared_lock<Mutex> &) = delete;
388 shared_lock& operator= (const shared_lock<Mutex> &) = delete;
467 void swap( shared_lock<Mutex>& lhs, shared_lock<Mutex>& rhs ) noexcept
[all …]
/dports/www/firefox-esr/firefox-91.8.0/servo/tests/unit/style/
H A Dstylesheets.rs24 use style::shared_lock::SharedRwLock;
91 CssRule::Style(Arc::new(stylesheet.shared_lock.wrap(StyleRule { in test_parse_stylesheet()
108 block: Arc::new(stylesheet.shared_lock.wrap(block_from(vec![ in test_parse_stylesheet()
126 CssRule::Style(Arc::new(stylesheet.shared_lock.wrap(StyleRule { in test_parse_stylesheet()
144 block: Arc::new(stylesheet.shared_lock.wrap(block_from(vec![ in test_parse_stylesheet()
153 CssRule::Style(Arc::new(stylesheet.shared_lock.wrap(StyleRule { in test_parse_stylesheet()
218 Arc::new(stylesheet.shared_lock.wrap(Keyframe { in test_parse_stylesheet()
231 Arc::new(stylesheet.shared_lock.wrap(Keyframe { in test_parse_stylesheet()
255 ], &stylesheet.shared_lock), in test_parse_stylesheet()
259 media: Arc::new(stylesheet.shared_lock.wrap(MediaList::empty())), in test_parse_stylesheet()
[all …]
/dports/www/firefox/firefox-99.0/servo/tests/unit/style/
H A Dstylesheets.rs24 use style::shared_lock::SharedRwLock;
91 CssRule::Style(Arc::new(stylesheet.shared_lock.wrap(StyleRule { in test_parse_stylesheet()
108 block: Arc::new(stylesheet.shared_lock.wrap(block_from(vec![ in test_parse_stylesheet()
126 CssRule::Style(Arc::new(stylesheet.shared_lock.wrap(StyleRule { in test_parse_stylesheet()
144 block: Arc::new(stylesheet.shared_lock.wrap(block_from(vec![ in test_parse_stylesheet()
153 CssRule::Style(Arc::new(stylesheet.shared_lock.wrap(StyleRule { in test_parse_stylesheet()
218 Arc::new(stylesheet.shared_lock.wrap(Keyframe { in test_parse_stylesheet()
231 Arc::new(stylesheet.shared_lock.wrap(Keyframe { in test_parse_stylesheet()
255 ], &stylesheet.shared_lock), in test_parse_stylesheet()
259 media: Arc::new(stylesheet.shared_lock.wrap(MediaList::empty())), in test_parse_stylesheet()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/tests/unit/style/
H A Dstylesheets.rs25 use style::shared_lock::SharedRwLock;
92 CssRule::Style(Arc::new(stylesheet.shared_lock.wrap(StyleRule { in test_parse_stylesheet()
110 block: Arc::new(stylesheet.shared_lock.wrap(block_from(vec![ in test_parse_stylesheet()
128 CssRule::Style(Arc::new(stylesheet.shared_lock.wrap(StyleRule { in test_parse_stylesheet()
146 block: Arc::new(stylesheet.shared_lock.wrap(block_from(vec![ in test_parse_stylesheet()
155 CssRule::Style(Arc::new(stylesheet.shared_lock.wrap(StyleRule { in test_parse_stylesheet()
220 Arc::new(stylesheet.shared_lock.wrap(Keyframe { in test_parse_stylesheet()
233 Arc::new(stylesheet.shared_lock.wrap(Keyframe { in test_parse_stylesheet()
257 ], &stylesheet.shared_lock), in test_parse_stylesheet()
261 media: Arc::new(stylesheet.shared_lock.wrap(MediaList::empty())), in test_parse_stylesheet()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/servo/tests/unit/style/
H A Dstylesheets.rs24 use style::shared_lock::SharedRwLock;
91 CssRule::Style(Arc::new(stylesheet.shared_lock.wrap(StyleRule { in test_parse_stylesheet()
108 block: Arc::new(stylesheet.shared_lock.wrap(block_from(vec![ in test_parse_stylesheet()
126 CssRule::Style(Arc::new(stylesheet.shared_lock.wrap(StyleRule { in test_parse_stylesheet()
144 block: Arc::new(stylesheet.shared_lock.wrap(block_from(vec![ in test_parse_stylesheet()
153 CssRule::Style(Arc::new(stylesheet.shared_lock.wrap(StyleRule { in test_parse_stylesheet()
218 Arc::new(stylesheet.shared_lock.wrap(Keyframe { in test_parse_stylesheet()
231 Arc::new(stylesheet.shared_lock.wrap(Keyframe { in test_parse_stylesheet()
255 ], &stylesheet.shared_lock), in test_parse_stylesheet()
259 media: Arc::new(stylesheet.shared_lock.wrap(MediaList::empty())), in test_parse_stylesheet()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/servo/tests/unit/style/
H A Dstylesheets.rs24 use style::shared_lock::SharedRwLock;
91 CssRule::Style(Arc::new(stylesheet.shared_lock.wrap(StyleRule { in test_parse_stylesheet()
108 block: Arc::new(stylesheet.shared_lock.wrap(block_from(vec![ in test_parse_stylesheet()
126 CssRule::Style(Arc::new(stylesheet.shared_lock.wrap(StyleRule { in test_parse_stylesheet()
144 block: Arc::new(stylesheet.shared_lock.wrap(block_from(vec![ in test_parse_stylesheet()
153 CssRule::Style(Arc::new(stylesheet.shared_lock.wrap(StyleRule { in test_parse_stylesheet()
218 Arc::new(stylesheet.shared_lock.wrap(Keyframe { in test_parse_stylesheet()
231 Arc::new(stylesheet.shared_lock.wrap(Keyframe { in test_parse_stylesheet()
255 ], &stylesheet.shared_lock), in test_parse_stylesheet()
259 media: Arc::new(stylesheet.shared_lock.wrap(MediaList::empty())), in test_parse_stylesheet()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/servo/tests/unit/style/rule_tree/
H A Dbench.rs14 use style::shared_lock::SharedRwLock;
61 let guard = s.shared_lock.read(); in parse_rules()
79 shared_lock: &SharedRwLock) in test_insertion_style_attribute()
82 …rules.push((StyleSource::from_declarations(Arc::new(shared_lock.wrap(PropertyDeclarationBlock::wit… in test_insertion_style_attribute()
139 let shared_lock = SharedRwLock::new(); in bench_expensive_insertion() localVariable
144 test::black_box(test_insertion_style_attribute(&r, &rules_matched, &shared_lock)); in bench_expensive_insertion()
191 let shared_lock = SharedRwLock::new(); in bench_expensive_insertion_parallel() localVariable
201 &shared_lock)); in bench_expensive_insertion_parallel()
207 &shared_lock)); in bench_expensive_insertion_parallel()
/dports/www/firefox/firefox-99.0/servo/tests/unit/style/rule_tree/
H A Dbench.rs14 use style::shared_lock::SharedRwLock;
61 let guard = s.shared_lock.read(); in parse_rules()
79 shared_lock: &SharedRwLock) in test_insertion_style_attribute()
82 …rules.push((StyleSource::from_declarations(Arc::new(shared_lock.wrap(PropertyDeclarationBlock::wit… in test_insertion_style_attribute()
139 let shared_lock = SharedRwLock::new(); in bench_expensive_insertion() localVariable
144 test::black_box(test_insertion_style_attribute(&r, &rules_matched, &shared_lock)); in bench_expensive_insertion()
191 let shared_lock = SharedRwLock::new(); in bench_expensive_insertion_parallel() localVariable
201 &shared_lock)); in bench_expensive_insertion_parallel()
207 &shared_lock)); in bench_expensive_insertion_parallel()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/tests/unit/style/rule_tree/
H A Dbench.rs14 use style::shared_lock::SharedRwLock;
61 let guard = s.shared_lock.read(); in parse_rules()
78 shared_lock: &SharedRwLock) in test_insertion_style_attribute()
81 …rules.push((StyleSource::Declarations(Arc::new(shared_lock.wrap(PropertyDeclarationBlock::with_one( in test_insertion_style_attribute()
138 let shared_lock = SharedRwLock::new(); in bench_expensive_insertion() localVariable
143 test::black_box(test_insertion_style_attribute(&r, &rules_matched, &shared_lock)); in bench_expensive_insertion()
190 let shared_lock = SharedRwLock::new(); in bench_expensive_insertion_parallel() localVariable
200 &shared_lock)); in bench_expensive_insertion_parallel()
206 &shared_lock)); in bench_expensive_insertion_parallel()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dmedialist.rs19 use style::shared_lock::{SharedRwLock, Locked};
51 fn shared_lock(&self) -> &SharedRwLock { in shared_lock() method
52 &self.parent_stylesheet.style_stylesheet().shared_lock in shared_lock()
59 let guard = self.shared_lock().read(); in MediaText()
65 let mut guard = self.shared_lock().write(); in SetMediaText()
89 let guard = self.shared_lock().read(); in Length()
95 let guard = self.shared_lock().read(); in Item()
127 let mut guard = self.shared_lock().write(); in AppendMedium()
156 let mut guard = self.shared_lock().write(); in DeleteMedium()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/tests/unit/style/rule_tree/
H A Dbench.rs14 use style::shared_lock::SharedRwLock;
61 let guard = s.shared_lock.read(); in parse_rules()
79 shared_lock: &SharedRwLock) in test_insertion_style_attribute()
82 …rules.push((StyleSource::from_declarations(Arc::new(shared_lock.wrap(PropertyDeclarationBlock::wit… in test_insertion_style_attribute()
139 let shared_lock = SharedRwLock::new(); in bench_expensive_insertion() localVariable
144 test::black_box(test_insertion_style_attribute(&r, &rules_matched, &shared_lock)); in bench_expensive_insertion()
191 let shared_lock = SharedRwLock::new(); in bench_expensive_insertion_parallel() localVariable
201 &shared_lock)); in bench_expensive_insertion_parallel()
207 &shared_lock)); in bench_expensive_insertion_parallel()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/tests/unit/style/rule_tree/
H A Dbench.rs14 use style::shared_lock::SharedRwLock;
61 let guard = s.shared_lock.read(); in parse_rules()
79 shared_lock: &SharedRwLock) in test_insertion_style_attribute()
82 …rules.push((StyleSource::from_declarations(Arc::new(shared_lock.wrap(PropertyDeclarationBlock::wit… in test_insertion_style_attribute()
139 let shared_lock = SharedRwLock::new(); in bench_expensive_insertion() localVariable
144 test::black_box(test_insertion_style_attribute(&r, &rules_matched, &shared_lock)); in bench_expensive_insertion()
191 let shared_lock = SharedRwLock::new(); in bench_expensive_insertion_parallel() localVariable
201 &shared_lock)); in bench_expensive_insertion_parallel()
207 &shared_lock)); in bench_expensive_insertion_parallel()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/stylesheets/
H A Dstylesheet.rs32 pub shared_lock: SharedRwLock, field
81 shared_lock: &SharedRwLock, in from_str()
96 &shared_lock, in from_str()
198 pub shared_lock: SharedRwLock, field
429 &existing.shared_lock, in update_from_str()
457 shared_lock: &SharedRwLock, in parse_rules()
481 shared_lock, in parse_rules()
539 shared_lock: SharedRwLock, in from_str()
551 &shared_lock, in from_str()
563 shared_lock, in from_str()
[all …]
/dports/www/firefox/firefox-99.0/servo/components/style/stylesheets/
H A Dstylesheet.rs31 pub shared_lock: SharedRwLock, field
80 shared_lock: &SharedRwLock, in from_str()
95 &shared_lock, in from_str()
197 pub shared_lock: SharedRwLock, field
425 &existing.shared_lock, in update_from_str()
453 shared_lock: &SharedRwLock, in parse_rules()
477 shared_lock, in parse_rules()
536 shared_lock: SharedRwLock, in from_str()
548 &shared_lock, in from_str()
560 shared_lock, in from_str()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/stylesheets/
H A Dstylesheet.rs32 pub shared_lock: SharedRwLock, field
81 shared_lock: &SharedRwLock, in from_str()
96 &shared_lock, in from_str()
198 pub shared_lock: SharedRwLock, field
429 &existing.shared_lock, in update_from_str()
457 shared_lock: &SharedRwLock, in parse_rules()
481 shared_lock, in parse_rules()
539 shared_lock: SharedRwLock, in from_str()
551 &shared_lock, in from_str()
563 shared_lock, in from_str()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/
H A Dop_bool.pass.cpp31 static_assert(std::is_constructible<bool, std::shared_lock<M>>::value, ""); in main()
32 static_assert(!std::is_convertible<std::shared_lock<M>, bool>::value, ""); in main()
35 std::shared_lock<M> lk0; in main()
37 std::shared_lock<M> lk1(m); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/
H A Dop_bool.pass.cpp31 static_assert(std::is_constructible<bool, std::shared_lock<M>>::value, ""); in main()
32 static_assert(!std::is_convertible<std::shared_lock<M>, bool>::value, ""); in main()
35 std::shared_lock<M> lk0; in main()
37 std::shared_lock<M> lk1(m); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/
H A Dop_bool.pass.cpp31 static_assert(std::is_constructible<bool, std::shared_lock<M>>::value, ""); in main()
32 static_assert(!std::is_convertible<std::shared_lock<M>, bool>::value, ""); in main()
35 std::shared_lock<M> lk0; in main()
37 std::shared_lock<M> lk1(m); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/
H A Dop_bool.pass.cpp31 static_assert(std::is_constructible<bool, std::shared_lock<M>>::value, ""); in main()
32 static_assert(!std::is_convertible<std::shared_lock<M>, bool>::value, ""); in main()
35 std::shared_lock<M> lk0; in main()
37 std::shared_lock<M> lk1(m); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/thread/test/sync/mutual_exclusion/locks/shared_lock/cons/
H A Dtry_to_lock_pass.cpp43 boost::shared_lock<boost::shared_mutex> lk(m, boost::try_to_lock); in f()
47 boost::shared_lock<boost::shared_mutex> lk(m, boost::try_to_lock); in f()
51 boost::shared_lock<boost::shared_mutex> lk(m, boost::try_to_lock); in f()
56 boost::shared_lock<boost::shared_mutex> lk(m, boost::try_to_lock); in f()
79 boost::shared_lock<boost::shared_mutex> lk(m, boost::try_to_lock); in f()

12345678910>>...74