Home
last modified time | relevance | path

Searched refs:num_locks (Results 51 – 75 of 466) sorted by relevance

12345678910>>...19

/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_memory_helper.c412 region->num_locks = 0; in allocate_region()
486 if (region->num_locks == 0) { in nine_flush_pending_releases()
514 if (region->num_locks != 0) { in nine_flush_pending_frees()
515 region->num_locks = 0; in nine_flush_pending_frees()
556 assert(region->num_locks == 0); in remove_allocation()
882 region->num_locks++; in nine_get_pointer()
884 if (region->num_locks == 1) in nine_get_pointer()
913 region->num_locks--; in nine_pointer_weakrelease()
914 if (region->num_locks == 0) { in nine_pointer_weakrelease()
930 region->num_locks--; in nine_pointer_strongrelease()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_ValueStack.cpp154 int num_locks = 0; in total_locks_size() local
157 num_locks += state->locks_size(); in total_locks_size()
159 return num_locks; in total_locks_size()
164 int num_locks = total_locks_size(); in lock() local
165 scope()->set_min_number_of_locks(num_locks); in lock()
166 return num_locks - 1; in lock()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_ValueStack.cpp161 int num_locks = 0; in total_locks_size() local
164 num_locks += state->locks_size(); in total_locks_size()
166 return num_locks; in total_locks_size()
174 int num_locks = total_locks_size(); in lock() local
175 scope()->set_min_number_of_locks(num_locks); in lock()
176 return num_locks - 1; in lock()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_ValueStack.cpp154 int num_locks = 0; in total_locks_size() local
157 num_locks += state->locks_size(); in total_locks_size()
159 return num_locks; in total_locks_size()
164 int num_locks = total_locks_size(); in lock() local
165 scope()->set_min_number_of_locks(num_locks); in lock()
166 return num_locks - 1; in lock()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_ValueStack.cpp170 int num_locks = 0; in total_locks_size() local
173 num_locks += state->locks_size(); in total_locks_size()
175 return num_locks; in total_locks_size()
183 int num_locks = total_locks_size(); in lock() local
184 scope()->set_min_number_of_locks(num_locks); in lock()
185 return num_locks - 1; in lock()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_ValueStack.cpp170 int num_locks = 0; in total_locks_size() local
173 num_locks += state->locks_size(); in total_locks_size()
175 return num_locks; in total_locks_size()
183 int num_locks = total_locks_size(); in lock() local
184 scope()->set_min_number_of_locks(num_locks); in lock()
185 return num_locks - 1; in lock()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_ValueStack.cpp154 int num_locks = 0; in total_locks_size() local
157 num_locks += state->locks_size(); in total_locks_size()
159 return num_locks; in total_locks_size()
164 int num_locks = total_locks_size(); in lock() local
165 scope()->set_min_number_of_locks(num_locks); in lock()
166 return num_locks - 1; in lock()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_ValueStack.cpp170 int num_locks = 0; in total_locks_size() local
173 num_locks += state->locks_size(); in total_locks_size()
175 return num_locks; in total_locks_size()
183 int num_locks = total_locks_size(); in lock() local
184 scope()->set_min_number_of_locks(num_locks); in lock()
185 return num_locks - 1; in lock()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_ValueStack.cpp170 int num_locks = 0; in total_locks_size() local
173 num_locks += state->locks_size(); in total_locks_size()
175 return num_locks; in total_locks_size()
183 int num_locks = total_locks_size(); in lock() local
184 scope()->set_min_number_of_locks(num_locks); in lock()
185 return num_locks - 1; in lock()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.cpp154 int num_locks = 0; in total_locks_size() local
157 num_locks += state->locks_size(); in total_locks_size()
159 return num_locks; in total_locks_size()
164 int num_locks = total_locks_size(); in lock() local
165 scope()->set_min_number_of_locks(num_locks); in lock()
166 return num_locks - 1; in lock()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.cpp154 int num_locks = 0; in total_locks_size() local
157 num_locks += state->locks_size(); in total_locks_size()
159 return num_locks; in total_locks_size()
164 int num_locks = total_locks_size(); in lock() local
165 scope()->set_min_number_of_locks(num_locks); in lock()
166 return num_locks - 1; in lock()
/dports/net/samba412/samba-4.12.15/source3/torture/
H A Dtest_g_lock.c223 size_t num_locks = num_shared + ((exclusive.pid != 0) ? 1 : 0); in lock3_parser() local
230 if (num_locks != 1) { in lock3_parser()
231 fprintf(stderr, "num_locks=%zu\n", num_locks); in lock3_parser()
432 if (num_locks != 1) { in lock4_check()
433 fprintf(stderr, "num_locks=%zu\n", num_locks); in lock4_check()
708 size_t num_locks; member
828 if (state.num_locks != (nprocs - i)) { in run_g_lock5()
830 state.num_locks, (nprocs-i)); in run_g_lock5()
855 size_t num_locks; member
997 if (state.num_locks != nprocs) { in run_g_lock6()
[all …]
/dports/net/samba412/samba-4.12.15/source3/locking/
H A Dposix.c665 int num_locks) in posix_lock_list() argument
677 for (i=0; i<num_locks && lhead; i++) { in posix_lock_list()
903 int num_locks, in set_posix_lock_windows_flavour() argument
982 num_locks); in set_posix_lock_windows_flavour()
1050 int num_locks) in release_posix_lock_windows_flavour() argument
1110 num_locks); in release_posix_lock_windows_flavour()
1215 int num_locks, in locks_exist_on_context() argument
1220 for (i=0; i < num_locks; i++) { in locks_exist_on_context()
1299 int num_locks) in release_posix_lock_posix_flavour() argument
1355 num_locks); in release_posix_lock_posix_flavour()
[all …]
/dports/editors/jed/jed-0.99-19/src/
H A Dhooks.c29 unsigned int num_locks; member
70 if (h->num_locks) in free_hook()
89 if (h->num_locks >= 1) in release_hook()
90 h->num_locks--; in release_hook()
98 h->num_locks++; in lock_hook()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/multimedia/gstreamer1-plugins-ttml/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/ext/dtls/
H A Dgstdtlsagent.c131 gint num_locks; in _gst_dtls_init_openssl() local
132 num_locks = CRYPTO_num_locks (); in _gst_dtls_init_openssl()
133 ssl_locks = g_new (GRWLock, num_locks); in _gst_dtls_init_openssl()
134 for (i = 0; i < num_locks; ++i) { in _gst_dtls_init_openssl()

12345678910>>...19