[fpc-devel] Threading support and C library under Linux/Unix
Michael Schnell
mschnell at lumino.de
Wed Jun 23 14:23:19 CEST 2010
On 06/23/2010 01:37 PM, Henry Vermaak wrote:
>
> I still can't find which arches miss futex, and I can't find this
> information in the manpages, either. Can you point me to where you've
> found this information?
At least in the Linux Kernel Mailing list there are several discussions
on Futex (e.g. non-existing Futex). Astonishingly, even for x86 archs
there have been several patches to cure problems.
>
> I've had a look at the kernel source, go to the arch directory and
> execute:
>
> grep -Rl NR_futex *
>
> All the architectures show up.
If they show up that does not mean there really is a valid
implementation. I don't know which archs are provided with the "Linus
Tree", but at least with some "embedded" Kernels trees there only is
some dummy code, just providing an error.
-Michael
More information about the fpc-devel
mailing list