Searched refs:error_cnt_p (Results 1 – 10 of 10) sorted by relevance
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/ |
H A D | synchronizer.hpp | 175 outputStream * out, int *error_cnt_p); 177 int *error_cnt_p); 179 int *error_cnt_p); 181 int *error_cnt_p); 183 outputStream * out, int *error_cnt_p); 186 int *error_cnt_p); 189 int *error_cnt_p);
|
H A D | synchronizer.cpp | 3009 *error_cnt_p = *error_cnt_p + 1; in chk_free_entry() 3017 *error_cnt_p = *error_cnt_p + 1; in chk_free_entry() 3022 *error_cnt_p = *error_cnt_p + 1; in chk_free_entry() 3036 *error_cnt_p = *error_cnt_p + 1; in chk_free_entry() 3116 *error_cnt_p = *error_cnt_p + 1; in chk_global_wait_list_and_count() 3162 *error_cnt_p = *error_cnt_p + 1; in chk_in_use_entry() 3173 *error_cnt_p = *error_cnt_p + 1; in chk_in_use_entry() 3189 *error_cnt_p = *error_cnt_p + 1; in chk_in_use_entry() 3205 *error_cnt_p = *error_cnt_p + 1; in chk_in_use_entry() 3235 *error_cnt_p = *error_cnt_p + 1; in chk_per_thread_free_list_and_count() [all …]
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/ |
H A D | synchronizer.hpp | 159 outputStream * out, int *error_cnt_p); 161 int *error_cnt_p); 163 int *error_cnt_p); 165 outputStream * out, int *error_cnt_p); 168 int *error_cnt_p); 171 int *error_cnt_p);
|
H A D | synchronizer.cpp | 1935 *error_cnt_p = *error_cnt_p + 1; in chk_free_entry() 1948 *error_cnt_p = *error_cnt_p + 1; in chk_free_entry() 1961 *error_cnt_p = *error_cnt_p + 1; in chk_free_entry() 1980 *error_cnt_p = *error_cnt_p + 1; in chk_global_free_list_and_count() 1998 *error_cnt_p = *error_cnt_p + 1; in chk_global_in_use_list_and_count() 2014 *error_cnt_p = *error_cnt_p + 1; in chk_in_use_entry() 2025 *error_cnt_p = *error_cnt_p + 1; in chk_in_use_entry() 2041 *error_cnt_p = *error_cnt_p + 1; in chk_in_use_entry() 2057 *error_cnt_p = *error_cnt_p + 1; in chk_in_use_entry() 2077 *error_cnt_p = *error_cnt_p + 1; in chk_per_thread_free_list_and_count() [all …]
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/ |
H A D | synchronizer.hpp | 149 outputStream * out, int *error_cnt_p); 151 int *error_cnt_p); 153 int *error_cnt_p); 155 outputStream * out, int *error_cnt_p); 158 int *error_cnt_p); 161 int *error_cnt_p);
|
H A D | synchronizer.cpp | 1917 *error_cnt_p = *error_cnt_p + 1; in chk_free_entry() 1930 *error_cnt_p = *error_cnt_p + 1; in chk_free_entry() 1943 *error_cnt_p = *error_cnt_p + 1; in chk_free_entry() 1962 *error_cnt_p = *error_cnt_p + 1; in chk_global_free_list_and_count() 1980 *error_cnt_p = *error_cnt_p + 1; in chk_global_in_use_list_and_count() 1996 *error_cnt_p = *error_cnt_p + 1; in chk_in_use_entry() 2007 *error_cnt_p = *error_cnt_p + 1; in chk_in_use_entry() 2023 *error_cnt_p = *error_cnt_p + 1; in chk_in_use_entry() 2039 *error_cnt_p = *error_cnt_p + 1; in chk_in_use_entry() 2059 *error_cnt_p = *error_cnt_p + 1; in chk_per_thread_free_list_and_count() [all …]
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/ |
H A D | synchronizer.hpp | 145 static void chk_in_use_list(outputStream* out, int* error_cnt_p); 147 int* error_cnt_p);
|
H A D | synchronizer.cpp | 1740 void ObjectSynchronizer::chk_in_use_list(outputStream* out, int *error_cnt_p) { in chk_in_use_list() argument 1750 chk_in_use_entry(mid, out, error_cnt_p); in chk_in_use_list() 1775 int* error_cnt_p) { in chk_in_use_entry() argument 1785 *error_cnt_p = *error_cnt_p + 1; in chk_in_use_entry() 1795 *error_cnt_p = *error_cnt_p + 1; in chk_in_use_entry() 1803 *error_cnt_p = *error_cnt_p + 1; in chk_in_use_entry()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/ |
H A D | synchronizer.hpp | 166 static void chk_in_use_list(outputStream* out, int* error_cnt_p); 168 int* error_cnt_p);
|
H A D | synchronizer.cpp | 1688 void ObjectSynchronizer::chk_in_use_list(outputStream* out, int *error_cnt_p) { in chk_in_use_list() argument 1698 chk_in_use_entry(mid, out, error_cnt_p); in chk_in_use_list() 1723 int* error_cnt_p) { in chk_in_use_entry() argument 1733 *error_cnt_p = *error_cnt_p + 1; in chk_in_use_entry() 1743 *error_cnt_p = *error_cnt_p + 1; in chk_in_use_entry() 1751 *error_cnt_p = *error_cnt_p + 1; in chk_in_use_entry()
|