Victor Stinner
e71db4450c
Issue #12392 : fix thread initialization on FreeBSD 6
...
On FreeBSD6, pthread_kill() doesn't work on the main thread before the creation
of the first thread. Create therefore a dummy thread (no-op) a startup to
initialize the pthread library.
Add also a test for this use case, test written by Charles-François Natali.
2011-06-24 20:52:27 +02:00
..
2011-03-15 05:59:46 +02:00
2011-06-20 21:40:46 -05:00
2011-04-07 00:16:22 -04:00
2011-01-15 11:37:11 +00:00
2011-06-24 09:37:26 -05:00
2010-09-09 20:33:43 +00:00
2011-06-19 19:42:22 -05:00
2011-02-22 20:15:44 +00:00
2010-10-05 22:18:29 +00:00
2011-02-25 10:22:44 +00:00
2011-02-23 11:29:28 +00:00
2011-02-22 23:16:19 +00:00
2011-02-22 23:16:19 +00:00
2011-02-22 23:16:19 +00:00
2011-02-22 23:16:19 +00:00
2011-06-09 17:55:54 -05:00
2010-12-28 00:28:21 +00:00
2010-11-08 23:30:46 +00:00
2011-05-16 16:29:35 +02:00
2010-11-30 09:41:01 +00:00
2011-03-21 18:15:42 +01:00
2011-01-01 15:32:26 +00:00
2010-10-21 13:42:28 +00:00
2011-06-20 15:16:55 +02:00
2011-05-07 12:46:05 +02:00
2011-03-14 15:54:07 -04:00
2011-05-27 09:08:01 -05:00
2010-09-10 21:39:53 +00:00
2011-04-15 16:52:35 +03:00
2010-11-30 09:41:01 +00:00
2011-04-27 19:30:16 +02:00
2011-02-22 20:15:44 +00:00
2011-05-29 11:45:29 -05:00
2011-05-26 14:25:13 +02:00
2011-06-20 22:09:20 -05:00
2011-04-30 14:53:09 +02:00
2011-03-31 01:00:32 +02:00
2011-03-14 17:36:54 +01:00
2011-06-24 20:52:27 +02:00
2011-04-30 14:53:09 +02:00
2011-04-05 01:48:03 +02:00