Hello all, I have a problem, that would benefit from forking threads with clone flags different from what pthreads use (I need independent access to files, but common memory). Unfortunately pthread locks won't work for threads not created with pthread_create. Is there any other reasonably fast implementation of locks for userland? ------------------------------------------------------------------------------- Jan 'Bulb' Hudec <bulb@ucw.cz> -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/