Re: pthread library related

2016-05-20 Thread Kamil Rytarowski
On 20.05.2016 11:15, Joerg Sonnenberger wrote: > On Thu, May 19, 2016 at 01:36:29PM -0400, Christos Zoulas wrote: >> You can see how FreeBSD is implementing them; it is a lot of code to do >> this and would require some architectural review. The relevant files are: >> >> http://nxr.netbsd.org/xref/

Re: pthread library related

2016-05-20 Thread Joerg Sonnenberger
On Thu, May 19, 2016 at 01:36:29PM -0400, Christos Zoulas wrote: > You can see how FreeBSD is implementing them; it is a lot of code to do > this and would require some architectural review. The relevant files are: > > http://nxr.netbsd.org/xref/src-freebsd/lib/libthr/thread/thr_pshared.c > http:/