Robert Collins
f1f1379560
2002-09-17 Robert Collins <rbtcollins@hotmail.com>
...
This work inspires by Thomas Pfaff's pthread_fork patch (1).
* fork.cc (fork_child): Remove MTinterface fixup call, it's
adsorbed by pthread::atforkchild.
Rename __pthread_atforkchild to pthread::atforkchild to give
access to private members.
(fork_parent): Rename __pthread_atforkparent to
pthread::atforkparent to give it access to private members.
Ditto for __pthread_atforkprepare.
* thread.cc: Fix some formatting problems throughout.
(MTinterface::fixup_before_fork): Implement.
(MTinterface::fixup_after_fork): Fix pthread_keys.
(pthread_key::keys): Implement.
(pthread_key::fixup_before_fork): Ditto.
(pthread_key::fixup_after_fork): Ditto.
(pthread_key::pthread_key): Add to pthread_key::keys.
(pthread_key::~pthread_key): Remove from pthread_key::keys.
(pthread_key::saveKeyToBuffer): Implement.
(pthread_key::recreateKeyFromBuffer): Ditto.
(pthread::atforkprepare): Prepare all MT classes for fork.
(pthread::atforkchild): And fix them up afterwards.
* thread.h (pthread_key): Buffer the key value during
fork in fork_buf.
List the keys needing to be fixed up in a linked list with
head pthread_key::keys.
(pthread): Move atfork cygwin internal calls into the class.
(MTInterface): Provide a fixup_before_fork for objecst that
need to save state.
(__pthread_atforkprepare): Remove.
(__pthread_atforkparent): Remove.
(__pthread_atforkchild): Remove.
2002-09-17 09:12:36 +00:00
..
2001-09-11 20:01:02 +00:00
2002-09-03 12:26:51 +00:00
2002-06-24 02:08:41 +00:00
2002-01-17 10:39:37 +00:00
2002-02-15 17:06:40 +00:00
2001-12-20 03:03:59 +00:00
2000-07-16 17:38:41 +00:00
2002-08-11 19:19:29 +00:00
2002-08-31 03:35:50 +00:00
2001-03-06 12:05:45 +00:00
2001-03-06 12:05:45 +00:00
2002-09-17 09:12:36 +00:00
2001-10-28 23:05:49 +00:00
2001-10-28 23:05:49 +00:00
2001-10-28 23:05:49 +00:00
2002-01-01 16:49:52 +00:00
2002-08-27 04:10:54 +00:00
2001-04-24 15:25:31 +00:00
2001-12-20 02:55:11 +00:00
2001-12-20 02:55:11 +00:00
2001-10-22 21:09:41 +00:00
2002-08-27 04:10:54 +00:00
2002-08-27 04:10:54 +00:00
2002-08-27 04:10:54 +00:00
2002-08-18 04:14:59 +00:00
2002-08-26 04:30:11 +00:00
2002-03-13 02:34:05 +00:00
2002-05-28 01:55:40 +00:00
2002-06-23 22:56:58 +00:00
2002-03-13 02:34:05 +00:00
2002-03-13 02:34:05 +00:00
2002-03-13 02:34:05 +00:00
2002-06-09 23:02:00 +00:00
2002-03-15 21:52:05 +00:00
2002-08-29 03:33:50 +00:00
2002-08-29 03:33:50 +00:00
2002-06-23 22:56:58 +00:00
2001-10-12 01:51:21 +00:00
2002-06-23 22:56:58 +00:00
2001-09-11 20:01:02 +00:00
2002-09-03 12:26:51 +00:00
2002-06-23 18:55:23 +00:00
2002-09-02 06:00:59 +00:00
2002-08-06 03:40:40 +00:00
2002-08-06 03:40:40 +00:00
2001-09-12 17:46:37 +00:00
2002-06-05 16:01:55 +00:00
2001-10-31 00:55:32 +00:00
2002-06-05 04:01:43 +00:00
2002-04-19 14:42:20 +00:00
2001-10-03 03:49:26 +00:00
2001-04-24 15:25:31 +00:00
2002-07-03 18:02:54 +00:00
2002-05-24 05:44:10 +00:00
2002-08-08 18:02:09 +00:00
2002-06-29 02:36:08 +00:00
2002-07-01 23:42:05 +00:00
2002-08-18 04:13:57 +00:00
2002-06-11 02:08:00 +00:00
2002-08-01 16:20:31 +00:00
2000-11-19 04:58:18 +00:00
2002-06-05 04:01:43 +00:00
2002-07-01 19:03:26 +00:00
2002-08-19 04:43:58 +00:00
2002-07-30 14:17:17 +00:00
2002-07-03 03:20:50 +00:00
2002-06-05 01:42:28 +00:00
2002-06-05 01:42:28 +00:00
2002-08-31 16:37:51 +00:00
2002-08-31 16:37:51 +00:00
2002-07-01 19:03:26 +00:00
2002-07-01 19:03:26 +00:00
2002-07-26 19:58:00 +00:00
2002-07-24 11:01:37 +00:00
2002-09-04 09:39:35 +00:00
2002-06-05 01:42:28 +00:00
2002-07-29 03:18:41 +00:00
2002-09-08 19:35:41 +00:00
2002-07-02 01:36:15 +00:00
2002-07-01 19:03:26 +00:00
2002-07-01 19:03:26 +00:00
2002-08-30 15:47:10 +00:00
2002-09-04 09:39:35 +00:00
2002-09-17 09:12:36 +00:00
2001-09-11 20:01:02 +00:00
2002-06-06 15:35:09 +00:00
2002-05-24 14:24:33 +00:00
2002-09-11 10:37:11 +00:00
2002-06-05 04:01:43 +00:00
2001-10-05 04:36:14 +00:00
2002-06-07 03:44:33 +00:00
2002-09-04 15:17:24 +00:00
2001-10-28 23:05:49 +00:00
2002-05-04 04:30:57 +00:00
2002-08-03 23:34:01 +00:00
2002-02-11 02:25:42 +00:00
2002-07-13 21:15:10 +00:00
2001-09-24 21:50:44 +00:00
2002-09-16 16:09:54 +00:00
2002-08-27 09:24:50 +00:00
2002-06-23 22:56:58 +00:00
2002-05-07 13:18:44 +00:00
2002-09-04 13:11:29 +00:00
2002-08-18 03:28:52 +00:00
2002-08-28 16:08:09 +00:00
2002-08-30 15:47:10 +00:00
2002-01-13 20:03:03 +00:00
2002-06-27 13:01:35 +00:00
2002-09-04 09:39:35 +00:00
2001-12-20 02:55:11 +00:00
2002-07-05 21:58:49 +00:00
2001-09-11 20:01:02 +00:00
2002-06-19 15:27:27 +00:00
2002-09-06 04:39:49 +00:00
2002-09-04 13:11:29 +00:00
2001-06-01 01:45:53 +00:00
2001-03-05 06:28:25 +00:00
2002-08-18 05:49:26 +00:00
2002-06-19 15:27:27 +00:00
2002-08-19 14:59:27 +00:00
2002-07-30 01:31:51 +00:00
2002-08-29 09:41:00 +00:00
2001-09-11 20:01:02 +00:00
2001-09-11 20:01:02 +00:00
2002-09-16 16:09:54 +00:00
2002-08-19 11:27:18 +00:00
2002-06-05 04:01:43 +00:00
2001-09-11 20:01:02 +00:00
2002-08-08 17:03:20 +00:00
2001-12-20 02:55:11 +00:00
2000-08-18 19:51:02 +00:00
2001-09-19 15:54:12 +00:00
2002-06-02 06:07:01 +00:00
2002-08-26 09:56:06 +00:00
2002-08-08 14:16:14 +00:00
2002-09-11 10:37:11 +00:00
2002-09-11 10:37:11 +00:00
2002-08-31 03:35:50 +00:00
2001-09-11 20:01:02 +00:00
2002-08-27 04:10:54 +00:00
2002-09-02 06:00:59 +00:00
2002-06-23 22:56:58 +00:00
2002-05-25 02:22:50 +00:00
2002-08-19 14:59:27 +00:00
2002-08-18 04:13:57 +00:00
2002-06-13 17:28:11 +00:00
2002-08-18 05:49:26 +00:00
2002-01-24 21:39:09 +00:00
2002-04-04 05:28:49 +00:00
2002-08-01 16:20:31 +00:00
2001-05-06 16:00:23 +00:00
2002-06-05 04:01:43 +00:00
2002-08-16 19:41:39 +00:00
2002-09-13 09:00:28 +00:00
2002-06-05 04:01:43 +00:00
2001-10-15 23:39:33 +00:00
2002-07-29 03:18:41 +00:00
2001-03-06 12:05:45 +00:00
2002-09-17 09:12:36 +00:00
2002-09-17 09:12:36 +00:00
2002-06-05 04:01:43 +00:00
2002-06-13 17:28:11 +00:00
2002-07-25 15:59:49 +00:00
2002-09-08 19:35:41 +00:00
2002-03-05 18:03:32 +00:00
2001-09-06 05:17:22 +00:00
2002-07-29 12:51:52 +00:00
2002-06-05 04:01:43 +00:00
2002-06-05 04:01:43 +00:00
2002-06-23 18:55:23 +00:00
2002-07-24 11:01:37 +00:00
2002-07-24 11:01:37 +00:00
2002-08-01 16:20:31 +00:00
2002-09-06 04:30:46 +00:00
2002-06-13 17:28:11 +00:00
2002-02-09 10:40:48 +00:00