[fpc-devel] Threading support and C library under Linux/Unix

Henry Vermaak henry.vermaak at gmail.com
Tue Jun 22 14:47:44 CEST 2010


On 22 June 2010 13:13, Michael Schnell <mschnell at lumino.de> wrote:
>
> Thus older Linux Kernels did not have special threading support.
> Threading could be done using "clone()" (instead of "fork()" ) to create
> processes that share some resources (e.g. memory). The kernel did not

Threading is still done with clone.

Henry



More information about the fpc-devel mailing list