pthread_atfork

Robert Collins robert.collins@itdomain.com.au
Fri Apr 13 05:49:00 GMT 2001


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).


-------------- next part --------------
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: atfork.patch
Type: text/x-diff
Size: 6896 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/newlib/attachments/20010413/59b44cc1/attachment.bin>
-------------- next part --------------
2001-04-13  Robert Collins <rbtcollins@hotmail.com>

	* libc/include/sys/unistd.h: Add pthread_atfork (Cygwin only).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: atforknewlib.patch
Type: text/x-diff
Size: 782 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/newlib/attachments/20010413/59b44cc1/attachment-0001.bin>


More information about the Newlib mailing list