glibc/nptl/sysdeps
Ulrich Drepper 6de79a4991 * pthread_mutex_lock.c (__pthread_mutex_lock): Handle only the
fast path here, for robust/PI/PP mutexes call
	__pthread_mutex_lock_full.  Don't use switch, instead use a series
	of ifs according to their probability.
	(__pthread_mutex_lock_full): New function.
	* pthread_mutex_unlock.c: Include assert.h.
	(__pthread_mutex_unlock_usercnt): Handle only the
	fast path here, for robust/PI/PP mutexes call
	__pthread_mutex_unlock_full.  Don't use switch, instead use a series
	of ifs according to their probability.
	(__pthread_mutex_unlock_full): New function.
	* sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c
	(__pthread_mutex_lock_full): Define.
2008-12-12 18:46:28 +00:00
..
i386 * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned 2007-07-28 20:16:07 +00:00
ia64 * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned 2007-07-28 20:16:07 +00:00
powerpc * stdio-common/printf_fp.c (___printf_fp): Give wide outout code 2008-07-26 16:32:59 +00:00
pthread [BZ #6545] 2008-12-09 23:25:02 +00:00
s390 * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec 2008-10-22 21:45:13 +00:00
sh * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned 2007-07-28 20:16:07 +00:00
sparc * sysdeps/sparc/tls.h (tcbhead_t): Add private_futex field. 2007-07-31 19:36:40 +00:00
unix/sysv/linux * pthread_mutex_lock.c (__pthread_mutex_lock): Handle only the 2008-12-12 18:46:28 +00:00
x86_64 * sysdeps/x86_64/tls.h (tcbhead_t): Add fields reserved for TM 2008-12-08 23:30:25 +00:00