gmane.comp.java.jsr.166-concurrency archive
401 archived articles, newest first (page 4 of 5). Latest articles →
Re: Lazy, cached supplier: most performant mutex mechanism?
Fri, 31 Jul 2020 14:56:10 -0400Re: Lazy, cached supplier: most performant mutex mechanism?
Fri, 31 Jul 2020 20:33:09 +0200Re: Lazy, cached supplier: most performant mutex mechanism?
Fri, 31 Jul 2020 11:01:41 -0700Re: Lazy, cached supplier: most performant mutex mechanism?
Fri, 31 Jul 2020 19:58:26 +0200 (CEST)Lazy, cached supplier: most performant mutex mechanism?
Fri, 31 Jul 2020 13:40:21 -0400Re: why LinkedBlockingQueue's unlink() not need do notEmpty.signal() just like poll() ?
Wed, 29 Jul 2020 08:56:45 -0700why LinkedBlockingQueue's unlink() not need do notEmpty.signal() just like poll() ?
Wed, 29 Jul 2020 22:43:57 +0800 (GMT+08:00)Re: why AtomicInteger in LinkedBlockingQueue always use getAndIncrement?
Mon, 27 Jul 2020 18:19:45 -0700why AtomicInteger in LinkedBlockingQueue always use getAndIncrement?
Tue, 28 Jul 2020 08:58:52 +0800 (GMT+08:00)Re: why ConcurrentLinkedQueue#addAll need set tail twice?
Fri, 24 Jul 2020 21:31:11 +0800 (GMT+08:00)Re: why ConcurrentLinkedQueue#addAll need set tail twice?
Thu, 23 Jul 2020 17:45:26 -0700Re: why ConcurrentLinkedQueue#addAll need set tail twice?
Thu, 23 Jul 2020 18:34:22 +0100why ConcurrentLinkedQueue#addAll need set tail twice?
Thu, 23 Jul 2020 21:38:51 +0800 (GMT+08:00)Re: (hypothetical? bogus?) TSAN failure reported in ForkJoinPool (JDK11 and "refresh" versions)
Mon, 20 Jul 2020 16:24:43 -0400Re: ConcurrentHashMap's clear() may make size() always incorrent
Sun, 19 Jul 2020 07:41:14 -0700Re: ConcurrentHashMap's clear() may make size() always incorrent
Sun, 19 Jul 2020 21:31:01 +0800Re: ConcurrentHashMap's clear() may make size() always incorrent
Sun, 19 Jul 2020 06:49:03 -0400Re: why the last thread must sweep to check every slot again?
Sun, 19 Jul 2020 06:33:10 -0400Re: Tr : Concurrency-interest Digest, Vol 185, Issue 4
Sun, 19 Jul 2020 06:30:24 -0400Tr : Concurrency-interest Digest, Vol 185, Issue 4
Sun, 19 Jul 2020 09:15:44 +0000Re: Concurrency-interest Digest, Vol 185, Issue 5
Sun, 19 Jul 2020 00:05:30 +0800 (PHT)Re: (hypothetical? bogus?) TSAN failure reported in ForkJoinPool (JDK11 and "refresh" versions)
Sat, 18 Jul 2020 06:33:04 -0400Re: Concurrency-interest Digest, Vol 185, Issue 4
Sat, 18 Jul 2020 18:11:27 +0800 (PHT)ConcurrentHashMap's clear() may make size() always incorrent
Sat, 18 Jul 2020 18:01:20 +0800 (GMT+08:00)Re: (hypothetical? bogus?) TSAN failure reported in ForkJoinPool (JDK11 and "refresh" versions)
Fri, 17 Jul 2020 14:19:53 -0400Re: why the last thread must sweep to check every slot again?
Sat, 18 Jul 2020 00:11:55 +0800Re: Concurrency-interest Digest, Vol 185, Issue 3
Sat, 18 Jul 2020 00:04:44 +0800 (PHT)Re: why the last thread must sweep to check every slot again?
Fri, 17 Jul 2020 11:31:14 -0400Re: (hypothetical? bogus?) TSAN failure reported in ForkJoinPool (JDK11 and "refresh" versions)
Fri, 17 Jul 2020 11:23:36 -0400Re: (hypothetical? bogus?) TSAN failure reported in ForkJoinPool (JDK11 and "refresh" versions)
Fri, 17 Jul 2020 10:55:06 -0400Re: (hypothetical? bogus?) TSAN failure reported in ForkJoinPool (JDK11 and "refresh" versions)
Thu, 16 Jul 2020 21:10:05 -0400Re: Concurrency-interest Digest, Vol 185, Issue 2
Fri, 17 Jul 2020 06:12:30 +0800 (PHT)Re: (hypothetical? bogus?) TSAN failure reported in ForkJoinPool (JDK11 and "refresh" versions)
Fri, 17 Jul 2020 00:04:32 +0200 (CEST)Re: (hypothetical? bogus?) TSAN failure reported in ForkJoinPool (JDK11 and "refresh" versions)
Thu, 16 Jul 2020 14:15:06 -0400(hypothetical? bogus?) TSAN failure reported in ForkJoinPool (JDK11 and "refresh" versions)
Thu, 16 Jul 2020 14:09:45 -0400Re: Concurrency-interest Digest, Vol 185, Issue 1
Fri, 17 Jul 2020 00:05:56 +0800 (PHT)why the last thread must sweep to check every slot again?
Thu, 16 Jul 2020 20:01:38 +0800Re: ConcurrentSkipListMap visibility guarantees
Thu, 4 Jun 2020 23:16:33 +0000Re: ConcurrentSkipListMap visibility guarantees
Wed, 3 Jun 2020 21:08:53 -0700Re: ConcurrentSkipListMap visibility guarantees
Thu, 4 Jun 2020 03:23:32 +0000Re: ConcurrentSkipListMap visibility guarantees
Wed, 3 Jun 2020 19:10:50 -0700ConcurrentSkipListMap visibility guarantees
Thu, 4 Jun 2020 00:57:37 +0000Lock Upgrading
Fri, 29 May 2020 00:09:10 +0300Re: Guarantees around Servlet Filter initialization that sets an instance variable?
Mon, 18 May 2020 16:53:06 +0000Re: Guarantees around Servlet Filter initialization that sets an instance variable?
Wed, 29 Apr 2020 00:49:12 +0000Re: Guarantees around Servlet Filter initialization that sets an instance variable?
Tue, 28 Apr 2020 17:02:30 +0100Re: Guarantees around Servlet Filter initialization that sets an instance variable?
Tue, 28 Apr 2020 15:32:27 +0000Re: Guarantees around Servlet Filter initialization that sets an instance variable?
Tue, 28 Apr 2020 15:20:53 +0100Re: Guarantees around Servlet Filter initialization that sets an instance variable?
Tue, 28 Apr 2020 11:58:20 +0000Re: Guarantees around Servlet Filter initialization that sets an instance variable?
Wed, 15 Apr 2020 17:12:50 -0400Guarantees around Servlet Filter initialization that sets an instance variable?
Wed, 15 Apr 2020 20:45:55 +0000Re: custom Nano time provider
Mon, 6 Apr 2020 14:30:25 +0100Re: custom Nano time provider
Mon, 6 Apr 2020 14:51:15 +0200Re: custom Nano time provider
Mon, 6 Apr 2020 14:26:39 +0200Re: custom Nano time provider
Mon, 6 Apr 2020 13:18:56 +0100Re: custom Nano time provider
Mon, 6 Apr 2020 12:53:04 +0200Re: custom Nano time provider
Mon, 6 Apr 2020 11:55:50 +0200Re: custom Nano time provider
Sun, 5 Apr 2020 15:15:47 -0600Re: custom Nano time provider
Sun, 5 Apr 2020 13:44:54 +0200Re: custom Nano time provider
Sun, 5 Apr 2020 13:33:57 +0200custom Nano time provider
Sun, 5 Apr 2020 13:23:20 +0200Re: Abstract Stacked Synchronizer?
Mon, 30 Mar 2020 00:43:00 -0700Re: Abstract Stacked Synchronizer?
Mon, 30 Mar 2020 07:34:23 +0000Abstract Stacked Synchronizer?
Sun, 29 Mar 2020 19:38:25 -0400 (EDT)Re: Potential data race in java.util.concurrent.ConcurrentHashMap at the fields TreeNode.left and right
Thu, 26 Mar 2020 13:08:14 +0100 (CET)Re: Potential data race in java.util.concurrent.ConcurrentHashMap at the fields TreeNode.left and right
Thu, 26 Mar 2020 08:35:34 +0000Potential data race in java.util.concurrent.ConcurrentHashMap at the fields TreeNode.left and right
Thu, 26 Mar 2020 08:55:15 +0100 (CET)Re: Amazon Graviton and implications for concurrent Java apps
Wed, 18 Mar 2020 13:18:48 +0100Re: Amazon Graviton and implications for concurrent Java apps
Wed, 18 Mar 2020 10:44:30 +0000Re: Amazon Graviton and implications for concurrent Java apps
Mon, 16 Mar 2020 10:01:36 -0600Re: Amazon Graviton and implications for concurrent Java apps
Mon, 16 Mar 2020 15:43:45 +0000Amazon Graviton and implications for concurrent Java apps
Mon, 16 Mar 2020 13:11:27 +0100Separate implementations of CarrierSender and CarrierReceiver, and firing mechanism
Wed, 11 Mar 2020 08:26:20 -0700 (MST)Re: draft Carrier API
Wed, 11 Mar 2020 14:51:13 +0300Re: draft Carrier API
Wed, 11 Mar 2020 11:17:23 +0000Re: draft Carrier API
Wed, 11 Mar 2020 10:46:12 +0000 (UTC)Re: draft Carrier API
Wed, 11 Mar 2020 01:21:17 -0700 (MST)Re: draft Carrier API
Wed, 11 Mar 2020 06:55:55 +0000Re: draft Carrier API
Tue, 10 Mar 2020 23:08:39 -0400Re: draft Carrier API
Tue, 10 Mar 2020 11:48:24 +0000Re: draft Carrier API
Tue, 10 Mar 2020 07:29:27 -0400Re: draft Carrier API
Tue, 10 Mar 2020 10:45:25 +0000Re: draft Carrier API
Tue, 10 Mar 2020 06:41:07 -0400Re: draft Carrier API
Mon, 9 Mar 2020 19:29:40 +0000Re: draft Carrier API
Mon, 9 Mar 2020 14:49:00 +0000Re: draft Carrier API
Mon, 9 Mar 2020 08:50:31 -0400Re: draft Carrier API
Mon, 9 Mar 2020 08:45:51 -0400Re: draft Carrier API
Sun, 8 Mar 2020 22:59:20 +0000Re: draft Carrier API
Sun, 8 Mar 2020 22:31:48 +0000Re: draft Carrier API
Sun, 8 Mar 2020 16:36:50 +0000Re: draft Carrier API
Sun, 8 Mar 2020 09:37:34 -0400Re: draft Carrier API
Sun, 8 Mar 2020 12:49:27 +0000Re: draft Carrier API
Sun, 8 Mar 2020 08:05:47 -0400Re: draft Carrier API
Sun, 8 Mar 2020 07:54:24 -0400Re: draft Carrier API
Sat, 7 Mar 2020 23:25:57 +0000Re: draft Carrier API
Sat, 7 Mar 2020 23:17:14 +0000Re: draft Carrier API
Sat, 7 Mar 2020 11:29:22 -0500Re: draft Carrier API
Fri, 6 Mar 2020 23:06:06 +0000Re: draft Carrier API
Fri, 6 Mar 2020 19:04:31 +0100draft Carrier API
Fri, 6 Mar 2020 10:21:54 -0500
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.