On Mon, Sep 04, 2000 at 10:04:40AM -0500, Charles G Waldman wrote: >If you replace pthread_create with clone you have a lot of work to do >to implement the locking stuff... Locks exist in /usr/include/asm. It is Linux specific but so is clone(). Neil