Re: svn commit: r343566 - in head/lib/libthr: . thread

2019-02-04 Thread Michal Meloun
On 04.02.2019 8:00, Konstantin Belousov wrote: > On Mon, Feb 04, 2019 at 07:31:19AM +0100, Michal Meloun wrote: >> On 29.01.2019 23:46, Konstantin Belousov wrote: >>> Author: kib >>> Date: Tue Jan 29 22:46:44 2019 >>> New Revision: 343566 >>> URL: https://svnweb.freebsd.org/changeset/base/343566

Re: svn commit: r343566 - in head/lib/libthr: . thread

2019-02-03 Thread Konstantin Belousov
On Mon, Feb 04, 2019 at 07:31:19AM +0100, Michal Meloun wrote: > On 29.01.2019 23:46, Konstantin Belousov wrote: > > Author: kib > > Date: Tue Jan 29 22:46:44 2019 > > New Revision: 343566 > > URL: https://svnweb.freebsd.org/changeset/base/343566 > > > > Log: > > Untangle jemalloc and mutexes

Re: svn commit: r343566 - in head/lib/libthr: . thread

2019-02-03 Thread Michal Meloun
On 29.01.2019 23:46, Konstantin Belousov wrote: > Author: kib > Date: Tue Jan 29 22:46:44 2019 > New Revision: 343566 > URL: https://svnweb.freebsd.org/changeset/base/343566 > > Log: > Untangle jemalloc and mutexes initialization. > > The need to use libc malloc(3) from some places in

Re: svn commit: r343566 - in head/lib/libthr: . thread

2019-01-30 Thread Alexey Dokuchaev
On Wed, Jan 30, 2019 at 05:37:09AM +, Alexey Dokuchaev wrote: > On Tue, Jan 29, 2019 at 10:46:45PM +, Konstantin Belousov wrote: > > New Revision: 343566 > > URL: https://svnweb.freebsd.org/changeset/base/343566 > > > > Log: > > Untangle jemalloc and mutexes initialization. > > > >

Re: svn commit: r343566 - in head/lib/libthr: . thread

2019-01-29 Thread Alexey Dokuchaev
On Tue, Jan 29, 2019 at 10:46:45PM +, Konstantin Belousov wrote: > New Revision: 343566 > URL: https://svnweb.freebsd.org/changeset/base/343566 > > Log: > Untangle jemalloc and mutexes initialization. > > The need to use libc malloc(3) from some places in libthr always > caused

svn commit: r343566 - in head/lib/libthr: . thread

2019-01-29 Thread Konstantin Belousov
Author: kib Date: Tue Jan 29 22:46:44 2019 New Revision: 343566 URL: https://svnweb.freebsd.org/changeset/base/343566 Log: Untangle jemalloc and mutexes initialization. The need to use libc malloc(3) from some places in libthr always caused issues. For instance, per-thread key