CVSROOT:        /cvsroot/hurd
Module name:    hurd
Branch:         
Changes by:     Neal H. Walfield <[EMAIL PROTECTED]>    05/05/02 22:00:34

Modified files:
        libpthread/sysdeps/generic: pt-mutex-trylock.c 
        libpthread/pthread: pt-internal.h pt-create.c pt-alloc.c 
        libpthread     : ChangeLog 

Log message:
        libpthread/
        
        2005-05-02  Neal H. Walfield  <[EMAIL PROTECTED]>
        
        * pthread/pt-alloc.c (__pthread_alloc): Set the thread id to the
        table index plus one.
        * pthread/pt-internal.h (__pthread_getid): Index __pthread_threads
        using THREAD - 1, not THREAD.
        (__pthread_setid): Likewise.
        * pthread/pt-create.c (__pthread_create_internal): Likewise.
        
        * sysdeps/generic/pt-mutex-trylock.c (__pthread_mutex_trylock):
        When returning EBUSY, don't forget to first unlock MUTEX->__HELD.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libpthread/sysdeps/generic/pt-mutex-trylock.c.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libpthread/pthread/pt-internal.h.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libpthread/pthread/pt-create.c.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libpthread/pthread/pt-alloc.c.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libpthread/ChangeLog.diff?tr1=1.14&tr2=1.15&r1=text&r2=text



_______________________________________________
Commit-hurd mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-hurd

Reply via email to