[Python-Dev] Thread problems on Linux

Neil Schemenauer nascheme@enme.ucalgary.ca
Mon, 4 Sep 2000 13:28:38 -0600


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