This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


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

pthread_atfork


Here's pthread_atfork. 

Friday Apr 13 2001  Robert Collins <rbtcollins@hotmail.com>
        * fork.cc (fork): Call the pthread_atfork* functions.
        * cygwin.din: Export pthread_atfork.
        * thread.h (callback): New class.
        (MTinterface): Use it.
        * thread.cc (__pthread_atforkprepare): New function.
        (__pthread_atforkparent): New function.
        (__pthread_atforkchild): New function.
        (__pthread_atfork): New function.
        * pthread.cc (pthread_atfork): New function.

2001-04-13  Robert Collins <rbtcollins@hotmail.com>

        * libc/include/sys/unistd.h: Add pthread_atfork (Cygwin only).


atfork.ChangeLog

atfork.patch

atforknewlib.patch

atforknewlib.ChangeLog


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