This is the mail archive of the libc-hacker@sourceware.cygnus.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]

Re: just checked in


On Sun, 6 Sep 1998 22:40:51 +0200 (CEST), Mark Kettenis wrote:
>   From: Ulrich Drepper <drepper@cygnus.com>
>   Date: 06 Sep 1998 09:24:08 -0700
>
>   For Hurd: I still have no idea what thread lib you use (any at all?).
>   The problem are the macros in dl-error.c.  We need a piece of thread
>   specific data and I've added this to the same place the malloc data is
>   put.  Please tell me what you need.
>
>The thread lib used for the Hurd is Mach cthreads, although a
>transition to a to be written pthreads lib is planned.  The
>`libc-lock.h' for cthreads lives in `sysdeps/mach/bits', and the use
>is illustrated in `malloc/thread-m.h'.

Query - would it help this transition if I pulled the
atomic-operations code and the semaphore code out of linuxthreads and
made them generic to each processor?  This is something I've been
considering for awhile.

zw


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