Marc-André Lureau b9b2cf6a66 win32: add pipe-io-concurrent
Implement test case suggested by Ryan Lortie on bug:
https://bugzilla.gnome.org/show_bug.cgi?id=679288

"There is a potential race here that's really unlikely to happen, but
here we go: We are trying to read from the same socket in two threads.
Some data comes. That causes the poll() in both threads (above) to
finish running. Then the cancellable is checked above. We now find
ourselves here. Only one thread will read the data. The other will
block on this function. Then the user may cancel the cancellable while
we are blocked here, but we will stay blocked...."
2012-08-20 17:10:31 +02:00
..
2012-06-12 07:09:53 -04:00
2010-07-05 00:56:12 -04:00
2012-08-19 02:23:32 -04:00
2012-04-30 09:28:42 -04:00
2011-07-27 16:23:33 -04:00
2011-07-27 16:23:33 -04:00
2011-07-27 16:23:33 -04:00
2011-07-27 16:23:33 -04:00
2011-07-27 16:23:33 -04:00
2012-06-28 15:57:22 +02:00
2010-04-17 01:48:05 -04:00
2012-06-22 10:32:25 -04:00
2012-04-20 15:02:48 +02:00
2012-06-04 06:04:28 -04:00
2012-08-19 02:24:04 -04:00
2012-08-19 02:22:59 -04:00
2011-10-16 21:41:15 -04:00
2011-07-27 16:23:33 -04:00
2011-07-27 16:23:33 -04:00
2012-08-19 02:22:59 -04:00
2012-08-19 02:23:32 -04:00
2011-07-27 16:23:33 -04:00
2010-04-17 01:48:05 -04:00
2012-08-19 02:22:33 -04:00
2010-09-03 15:44:28 -04:00
2012-01-13 17:12:53 +01:00
2011-10-13 01:00:57 -04:00
2011-10-13 01:00:57 -04:00
2012-01-13 17:12:53 +01:00
2012-01-13 17:12:53 +01:00
2012-01-13 17:12:53 +01:00
2012-01-13 17:12:53 +01:00
2012-01-13 17:12:53 +01:00
2012-01-13 17:12:53 +01:00
2011-10-16 16:09:33 -04:00
2012-08-20 17:10:31 +02:00