Home
last modified time | relevance | path

Searched refs:_resize_lock_owner (Results 1 – 24 of 24) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTableTasks.inline.hpp81 assert(BucketsOperation::_cht->_resize_lock_owner == thread, in thread_owns_resize_lock()
87 assert(BucketsOperation::_cht->_resize_lock_owner == thread, in thread_owns_only_state_lock()
95 assert(BucketsOperation::_cht->_resize_lock_owner != thread, in thread_do_not_own_resize_lock()
142 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
150 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
183 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
189 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
H A DconcurrentHashTable.inline.hpp321 if (_resize_lock_owner != NULL) { in try_resize_lock()
331 _resize_lock_owner = locker; in try_resize_lock()
347 if (_resize_lock_owner != NULL) { in lock_resize_lock()
356 _resize_lock_owner = locker; in lock_resize_lock()
366 _resize_lock_owner = NULL; in unlock_resize_lock()
498 assert((is_mt && _resize_lock_owner != NULL) || in do_bulk_delete_locked_for()
789 assert(_resize_lock_owner != thread, "Re-size lock held"); in internal_shrink()
826 assert(_resize_lock_owner == thread, "Should be locked"); in internal_grow_epilog()
851 assert(_resize_lock_owner != thread, "Re-size lock held"); in internal_grow()
1008 _size_limit_reached(false), _resize_lock_owner(NULL), in ConcurrentHashTable()
[all …]
H A DconcurrentHashTable.hpp224 volatile Thread* _resize_lock_owner; member in ConcurrentHashTable
383 bool is_safepoint_safe() { return _resize_lock_owner == NULL; } in is_safepoint_safe()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTableTasks.inline.hpp81 assert(BucketsOperation::_cht->_resize_lock_owner == thread, in thread_owns_resize_lock()
87 assert(BucketsOperation::_cht->_resize_lock_owner == thread, in thread_owns_only_state_lock()
95 assert(BucketsOperation::_cht->_resize_lock_owner != thread, in thread_do_not_own_resize_lock()
142 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
150 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
183 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
189 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
H A DconcurrentHashTable.inline.hpp321 if (_resize_lock_owner != NULL) { in try_resize_lock()
331 _resize_lock_owner = locker; in try_resize_lock()
347 if (_resize_lock_owner != NULL) { in lock_resize_lock()
356 _resize_lock_owner = locker; in lock_resize_lock()
366 _resize_lock_owner = NULL; in unlock_resize_lock()
498 assert((is_mt && _resize_lock_owner != NULL) || in do_bulk_delete_locked_for()
789 assert(_resize_lock_owner != thread, "Re-size lock held"); in internal_shrink()
826 assert(_resize_lock_owner == thread, "Should be locked"); in internal_grow_epilog()
851 assert(_resize_lock_owner != thread, "Re-size lock held"); in internal_grow()
1008 _size_limit_reached(false), _resize_lock_owner(NULL), in ConcurrentHashTable()
[all …]
H A DconcurrentHashTable.hpp224 volatile Thread* _resize_lock_owner; member in ConcurrentHashTable
383 bool is_safepoint_safe() { return _resize_lock_owner == NULL; } in is_safepoint_safe()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTableTasks.inline.hpp81 assert(BucketsOperation::_cht->_resize_lock_owner == thread, in thread_owns_resize_lock()
87 assert(BucketsOperation::_cht->_resize_lock_owner == thread, in thread_owns_only_state_lock()
95 assert(BucketsOperation::_cht->_resize_lock_owner != thread, in thread_do_not_own_resize_lock()
142 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
150 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
183 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
189 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
H A DconcurrentHashTable.inline.hpp322 if (_resize_lock_owner != NULL) { in try_resize_lock()
332 _resize_lock_owner = locker; in try_resize_lock()
348 if (_resize_lock_owner != NULL) { in lock_resize_lock()
357 _resize_lock_owner = locker; in lock_resize_lock()
367 _resize_lock_owner = NULL; in unlock_resize_lock()
500 assert((is_mt && _resize_lock_owner != NULL) || in do_bulk_delete_locked_for()
795 assert(_resize_lock_owner != thread, "Re-size lock held"); in internal_shrink()
832 assert(_resize_lock_owner == thread, "Should be locked"); in internal_grow_epilog()
857 assert(_resize_lock_owner != thread, "Re-size lock held"); in internal_grow()
1012 _size_limit_reached(false), _resize_lock_owner(NULL), in ConcurrentHashTable()
[all …]
H A DconcurrentHashTable.hpp230 volatile Thread* _resize_lock_owner; member in ConcurrentHashTable
392 bool is_safepoint_safe() { return _resize_lock_owner == NULL; } in is_safepoint_safe()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DconcurrentHashTableTasks.inline.hpp81 assert(BucketsOperation::_cht->_resize_lock_owner == thread, in thread_owns_resize_lock()
87 assert(BucketsOperation::_cht->_resize_lock_owner == thread, in thread_owns_only_state_lock()
95 assert(BucketsOperation::_cht->_resize_lock_owner != thread, in thread_do_not_own_resize_lock()
142 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
150 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
183 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
189 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
H A DconcurrentHashTable.inline.hpp318 if (_resize_lock_owner != NULL) { in try_resize_lock()
328 _resize_lock_owner = locker; in try_resize_lock()
344 if (_resize_lock_owner != NULL) { in lock_resize_lock()
353 _resize_lock_owner = locker; in lock_resize_lock()
363 _resize_lock_owner = NULL; in unlock_resize_lock()
495 assert((is_mt && _resize_lock_owner != NULL) || in do_bulk_delete_locked_for()
788 assert(_resize_lock_owner != thread, "Re-size lock held"); in internal_shrink()
825 assert(_resize_lock_owner == thread, "Should be locked"); in internal_grow_epilog()
850 assert(_resize_lock_owner != thread, "Re-size lock held"); in internal_grow()
1076 _size_limit_reached(false), _resize_lock_owner(NULL), in ConcurrentHashTable()
[all …]
H A DconcurrentHashTable.hpp228 volatile Thread* _resize_lock_owner; member in ConcurrentHashTable
393 bool is_safepoint_safe() { return _resize_lock_owner == NULL; } in is_safepoint_safe()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DconcurrentHashTableTasks.inline.hpp82 assert(BucketsOperation::_cht->_resize_lock_owner == thread, in thread_owns_resize_lock()
88 assert(BucketsOperation::_cht->_resize_lock_owner == thread, in thread_owns_only_state_lock()
96 assert(BucketsOperation::_cht->_resize_lock_owner != thread, in thread_do_not_own_resize_lock()
143 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
151 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
184 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
190 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
H A DconcurrentHashTable.inline.hpp307 if (_resize_lock_owner != NULL) { in try_resize_lock()
317 _resize_lock_owner = locker; in try_resize_lock()
333 if (_resize_lock_owner != NULL) { in lock_resize_lock()
342 _resize_lock_owner = locker; in lock_resize_lock()
352 _resize_lock_owner = NULL; in unlock_resize_lock()
485 assert((is_mt && _resize_lock_owner != NULL) || in do_bulk_delete_locked_for()
780 assert(_resize_lock_owner != thread, "Re-size lock held"); in internal_shrink()
817 assert(_resize_lock_owner == thread, "Should be locked"); in internal_grow_epilog()
842 assert(_resize_lock_owner != thread, "Re-size lock held"); in internal_grow()
997 _size_limit_reached(false), _resize_lock_owner(NULL), in ConcurrentHashTable()
[all …]
H A DconcurrentHashTable.hpp224 volatile Thread* _resize_lock_owner; member in ConcurrentHashTable
386 bool is_safepoint_safe() { return _resize_lock_owner == NULL; } in is_safepoint_safe()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTableTasks.inline.hpp84 assert(BucketsOperation::_cht->_resize_lock_owner == thread, in thread_owns_resize_lock()
90 assert(BucketsOperation::_cht->_resize_lock_owner == thread, in thread_owns_only_state_lock()
98 assert(BucketsOperation::_cht->_resize_lock_owner != thread, in thread_do_not_own_resize_lock()
145 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
153 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
186 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
192 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
H A DconcurrentHashTable.inline.hpp308 if (_resize_lock_owner != NULL) { in try_resize_lock()
318 _resize_lock_owner = locker; in try_resize_lock()
334 if (_resize_lock_owner != NULL) { in lock_resize_lock()
343 _resize_lock_owner = locker; in lock_resize_lock()
353 _resize_lock_owner = NULL; in unlock_resize_lock()
486 assert((is_mt && _resize_lock_owner != NULL) || in do_bulk_delete_locked_for()
781 assert(_resize_lock_owner != thread, "Re-size lock held"); in internal_shrink()
832 assert(_resize_lock_owner == thread, "Should be locked"); in internal_grow_epilog()
857 assert(_resize_lock_owner != thread, "Re-size lock held"); in internal_grow()
1014 _size_limit_reached(false), _resize_lock_owner(NULL), in ConcurrentHashTable()
[all …]
H A DconcurrentHashTable.hpp226 volatile Thread* _resize_lock_owner; member in ConcurrentHashTable
393 bool is_safepoint_safe() { return _resize_lock_owner == NULL; } in is_safepoint_safe()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTableTasks.inline.hpp82 assert(BucketsOperation::_cht->_resize_lock_owner == thread, in thread_owns_resize_lock()
88 assert(BucketsOperation::_cht->_resize_lock_owner == thread, in thread_owns_only_state_lock()
96 assert(BucketsOperation::_cht->_resize_lock_owner != thread, in thread_do_not_own_resize_lock()
143 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
151 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
184 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
190 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
H A DconcurrentHashTable.inline.hpp307 if (_resize_lock_owner != NULL) { in try_resize_lock()
317 _resize_lock_owner = locker; in try_resize_lock()
333 if (_resize_lock_owner != NULL) { in lock_resize_lock()
342 _resize_lock_owner = locker; in lock_resize_lock()
352 _resize_lock_owner = NULL; in unlock_resize_lock()
485 assert((is_mt && _resize_lock_owner != NULL) || in do_bulk_delete_locked_for()
780 assert(_resize_lock_owner != thread, "Re-size lock held"); in internal_shrink()
817 assert(_resize_lock_owner == thread, "Should be locked"); in internal_grow_epilog()
842 assert(_resize_lock_owner != thread, "Re-size lock held"); in internal_grow()
997 _size_limit_reached(false), _resize_lock_owner(NULL), in ConcurrentHashTable()
[all …]
H A DconcurrentHashTable.hpp231 volatile Thread* _resize_lock_owner; member in ConcurrentHashTable
393 bool is_safepoint_safe() { return _resize_lock_owner == NULL; } in is_safepoint_safe()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTableTasks.inline.hpp82 assert(BucketsOperation::_cht->_resize_lock_owner == thread, in thread_owns_resize_lock()
88 assert(BucketsOperation::_cht->_resize_lock_owner == thread, in thread_owns_only_state_lock()
96 assert(BucketsOperation::_cht->_resize_lock_owner != thread, in thread_do_not_own_resize_lock()
143 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
151 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
184 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
190 assert(BucketsOperation::_cht->_resize_lock_owner != NULL, in do_task()
H A DconcurrentHashTable.inline.hpp307 if (_resize_lock_owner != NULL) { in try_resize_lock()
317 _resize_lock_owner = locker; in try_resize_lock()
333 if (_resize_lock_owner != NULL) { in lock_resize_lock()
342 _resize_lock_owner = locker; in lock_resize_lock()
352 _resize_lock_owner = NULL; in unlock_resize_lock()
485 assert((is_mt && _resize_lock_owner != NULL) || in do_bulk_delete_locked_for()
780 assert(_resize_lock_owner != thread, "Re-size lock held"); in internal_shrink()
817 assert(_resize_lock_owner == thread, "Should be locked"); in internal_grow_epilog()
842 assert(_resize_lock_owner != thread, "Re-size lock held"); in internal_grow()
997 _size_limit_reached(false), _resize_lock_owner(NULL), in ConcurrentHashTable()
[all …]
H A DconcurrentHashTable.hpp231 volatile Thread* _resize_lock_owner; member in ConcurrentHashTable
393 bool is_safepoint_safe() { return _resize_lock_owner == NULL; } in is_safepoint_safe()