Home
last modified time | relevance | path

Searched refs:cas_first (Results 1 – 16 of 16) sorted by relevance

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp141 Bucket::cas_first(typename ConcurrentHashTable<VALUE, CONFIG, F>::Node* node, in cas_first() function in ConcurrentHashTable::Bucket
903 if (bucket->cas_first(new_node, first_at_start)) { in internal_get_insert()
970 if (bucket->cas_first(new_node, first_at_start)) { in internal_insert()
1159 if (!bucket->cas_first(new_node, bucket->first())) { in unsafe_insert()
1337 bool ok = bucket->cas_first(move_node->next(), move_node); in try_move_nodes_to()
1345 ok = insert_bucket->cas_first(move_node, insert_bucket->first()); in try_move_nodes_to()
H A DconcurrentHashTable.hpp142 bool cas_first(Node *node, Node* expect);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp141 Bucket::cas_first(typename ConcurrentHashTable<CONFIG, F>::Node* node, in cas_first() function in ConcurrentHashTable::Bucket
890 if (bucket->cas_first(new_node, first_at_start)) { in internal_insert()
1071 if (!bucket->cas_first(new_node, bucket->first())) { in unsafe_insert()
1246 bool ok = bucket->cas_first(move_node->next(), move_node); in try_move_nodes_to()
1254 ok = insert_bucket->cas_first(move_node, insert_bucket->first()); in try_move_nodes_to()
H A DconcurrentHashTable.hpp145 bool cas_first(Node *node, Node* expect);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp142 Bucket::cas_first(typename ConcurrentHashTable<CONFIG, F>::Node* node, in cas_first() function in ConcurrentHashTable::Bucket
905 if (bucket->cas_first(new_node, first_at_start)) { in internal_insert_get()
1096 if (!bucket->cas_first(new_node, bucket->first())) { in unsafe_insert()
1271 bool ok = bucket->cas_first(move_node->next(), move_node); in try_move_nodes_to()
1279 ok = insert_bucket->cas_first(move_node, insert_bucket->first()); in try_move_nodes_to()
H A DconcurrentHashTable.hpp145 bool cas_first(Node *node, Node* expect);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp141 Bucket::cas_first(typename ConcurrentHashTable<CONFIG, F>::Node* node, in cas_first() function in ConcurrentHashTable::Bucket
890 if (bucket->cas_first(new_node, first_at_start)) { in internal_insert()
1071 if (!bucket->cas_first(new_node, bucket->first())) { in unsafe_insert()
1246 bool ok = bucket->cas_first(move_node->next(), move_node); in try_move_nodes_to()
1254 ok = insert_bucket->cas_first(move_node, insert_bucket->first()); in try_move_nodes_to()
H A DconcurrentHashTable.hpp145 bool cas_first(Node *node, Node* expect);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp141 Bucket::cas_first(typename ConcurrentHashTable<CONFIG, F>::Node* node, in cas_first() function in ConcurrentHashTable::Bucket
890 if (bucket->cas_first(new_node, first_at_start)) { in internal_insert()
1071 if (!bucket->cas_first(new_node, bucket->first())) { in unsafe_insert()
1246 bool ok = bucket->cas_first(move_node->next(), move_node); in try_move_nodes_to()
1254 ok = insert_bucket->cas_first(move_node, insert_bucket->first()); in try_move_nodes_to()
H A DconcurrentHashTable.hpp145 bool cas_first(Node *node, Node* expect);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp141 Bucket::cas_first(typename ConcurrentHashTable<VALUE, CONFIG, F>::Node* node, in cas_first() function in ConcurrentHashTable::Bucket
904 if (bucket->cas_first(new_node, first_at_start)) { in internal_insert()
1091 if (!bucket->cas_first(new_node, bucket->first())) { in unsafe_insert()
1269 bool ok = bucket->cas_first(move_node->next(), move_node); in try_move_nodes_to()
1277 ok = insert_bucket->cas_first(move_node, insert_bucket->first()); in try_move_nodes_to()
H A DconcurrentHashTable.hpp138 bool cas_first(Node *node, Node* expect);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp141 Bucket::cas_first(typename ConcurrentHashTable<VALUE, CONFIG, F>::Node* node, in cas_first() function in ConcurrentHashTable::Bucket
904 if (bucket->cas_first(new_node, first_at_start)) { in internal_insert()
1091 if (!bucket->cas_first(new_node, bucket->first())) { in unsafe_insert()
1269 bool ok = bucket->cas_first(move_node->next(), move_node); in try_move_nodes_to()
1277 ok = insert_bucket->cas_first(move_node, insert_bucket->first()); in try_move_nodes_to()
H A DconcurrentHashTable.hpp138 bool cas_first(Node *node, Node* expect);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp141 Bucket::cas_first(typename ConcurrentHashTable<VALUE, CONFIG, F>::Node* node, in cas_first() function in ConcurrentHashTable::Bucket
905 if (bucket->cas_first(new_node, first_at_start)) { in internal_insert()
1086 if (!bucket->cas_first(new_node, bucket->first())) { in unsafe_insert()
1261 bool ok = bucket->cas_first(move_node->next(), move_node); in try_move_nodes_to()
1269 ok = insert_bucket->cas_first(move_node, insert_bucket->first()); in try_move_nodes_to()
H A DconcurrentHashTable.hpp144 bool cas_first(Node *node, Node* expect);