This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFC/PATCH] RT-NPTL-2.2 5/5


nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S |   20 
nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S    |   20 
nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S |   20 
nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S      |   20 
nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S |   20 
nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S    |   20 
nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S |   21 -
nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S      |   20 
nptl/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h              |    9 
nptl/sysdeps/unix/sysv/linux/ia64/lowlevellock.h                |  146
+++++++
nptl/sysdeps/unix/sysv/linux/ia64/pthread_cond_broadcast.c      |    2 
nptl/sysdeps/unix/sysv/linux/ia64/pthread_cond_signal.c         |    2 
nptl/sysdeps/unix/sysv/linux/ia64/pthread_cond_timedwait.c      |    2 
nptl/sysdeps/unix/sysv/linux/ia64/pthread_cond_wait.c           |    2 
nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h             |  129
++++++
nptl/sysdeps/unix/sysv/linux/powerpc/pthread_cond_broadcast.c   |   87
++++
nptl/sysdeps/unix/sysv/linux/powerpc/pthread_cond_signal.c      |   69
+++
nptl/sysdeps/unix/sysv/linux/powerpc/pthread_cond_timedwait.c   |  204
++++++++++
nptl/sysdeps/unix/sysv/linux/powerpc/pthread_cond_wait.c        |  167
++++++++
sysdeps/generic/bits/confname.h                                 |    4 
sysdeps/posix/sysconf.c                                         |    6 
21 files changed, 826 insertions(+), 164 deletions(-)


Boris Hu (Hu Jiangtao)
Software Engineer@ICSL
86-021-5257-4545#1277
iNET: 8-752-1277
************************************
There are my thoughts, not my employer's.
************************************
"gpg --recv-keys --keyserver wwwkeys.pgp.net 0FD7685F"
{0FD7685F:CFD6 6F5C A2CB 7881 725B  CEA0 956F 9F14 0FD7 685F}



Attachment: rtnptl-2.2.patch-5
Description: rtnptl-2.2.patch-5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]