This is the mail archive of the
glibc-cvs@sourceware.org
mailing list for the glibc project.
libc/nptl pthread_mutex_trylock.c pthread_mute ...
- From: drepper at sourceware dot org
- To: glibc-cvs at sources dot redhat dot com
- Date: 28 Mar 2006 04:20:41 -0000
- Subject: libc/nptl pthread_mutex_trylock.c pthread_mute ...
CVSROOT: /cvs/glibc
Module name: libc
Changes by: drepper@sources.redhat.com 2006-03-28 04:20:41
Modified files:
nptl : pthread_mutex_trylock.c
pthread_mutex_timedlock.c pthread_mutex_lock.c
Log message:
Simplify robust mutex code a bit.
Set robust_head.list_op_pending before trying to lock a robust mutex.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/pthread_mutex_trylock.c.diff?cvsroot=glibc&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/pthread_mutex_timedlock.c.diff?cvsroot=glibc&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/pthread_mutex_lock.c.diff?cvsroot=glibc&r1=1.11&r2=1.12