On 06/23/2010 01:21 PM, Henry Vermaak wrote: > There are no magic NPTL APIs: both NPTL and LinuxThreads use the > "clone" system call. Yep. Additional "clone flags" have been added with newer Kernels (see "man clone").
Moreover for NPTL there are thread IDs additional to process IDs Same can be obtained from the Kernel by some kind of NPTL specific API. -Michael _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
