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 3/5


i386/lowlevellock.h           |  148 ++++++++++++++++++++++++-
i386/pthread_cond_broadcast.c |   87 ++++++++++++++
i386/pthread_cond_signal.c    |   69 +++++++++++
i386/pthread_cond_timedwait.c |  198 +++++++++++++++++++++++++++++++++
i386/pthread_cond_wait.c      |  167 ++++++++++++++++++++++++++++
internaltypes.h               |   19 +++
lowlevelrtlock.c              |  247
++++++++++++++++++++++++++++++++++++++++++
pthread_mutex_cond_lock.c     |   16 ++
8 files changed, 947 insertions(+), 4 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-3
Description: rtnptl-2.2.patch-3


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