public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH] Fix cancellation points list
@ 2011-12-30  6:25 Yaakov (Cygwin/X)
  2011-12-30  6:44 ` Christopher Faylor
  0 siblings, 1 reply; 2+ messages in thread
From: Yaakov (Cygwin/X) @ 2011-12-30  6:25 UTC (permalink / raw)
  To: cygwin-patches

[-- Attachment #1: Type: text/plain, Size: 109 bytes --]

pthread_rwlock_timedrdlock and pthread_rwlock_timedwrlock aren't
implemented yet.  Patch attached.


Yaakov


[-- Attachment #2: cygwin-cancellation-points.patch --]
[-- Type: text/x-patch, Size: 791 bytes --]

2011-12-30  Yaakov Selkowitz  <yselkowitz@...>

	* thread.cc: Mark pthread_rwlock_timedrdlock and
	pthread_rwlock_timedwrlock as not yet implemented in the list of
	cancellation points.

Index: thread.cc
===================================================================
RCS file: /cvs/src/src/winsup/cygwin/thread.cc,v
retrieving revision 1.250
diff -u -p -r1.250 thread.cc
--- thread.cc	22 Dec 2011 11:02:36 -0000	1.250
+++ thread.cc	30 Dec 2011 06:22:45 -0000
@@ -810,8 +810,8 @@ pthread::cancel ()
       psiginfo ()
       psignal ()
       pthread_rwlock_rdlock ()
-      pthread_rwlock_timedrdlock ()
-      pthread_rwlock_timedwrlock ()
+    o pthread_rwlock_timedrdlock ()
+    o pthread_rwlock_timedwrlock ()
       pthread_rwlock_wrlock ()
       putc ()
       putc_unlocked ()

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix cancellation points list
  2011-12-30  6:25 [PATCH] Fix cancellation points list Yaakov (Cygwin/X)
@ 2011-12-30  6:44 ` Christopher Faylor
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Faylor @ 2011-12-30  6:44 UTC (permalink / raw)
  To: cygwin-patches

On Fri, Dec 30, 2011 at 12:25:25AM -0600, Yaakov (Cygwin/X) wrote:
>pthread_rwlock_timedrdlock and pthread_rwlock_timedwrlock aren't
>implemented yet.  Patch attached.
>
>
>Yaakov
>

>2011-12-30  Yaakov Selkowitz  <yselkowitz@...>
>
>	* thread.cc: Mark pthread_rwlock_timedrdlock and
>	pthread_rwlock_timedwrlock as not yet implemented in the list of
>	cancellation points.

Please apply.

Thanks.

cgf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-30  6:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-30  6:25 [PATCH] Fix cancellation points list Yaakov (Cygwin/X)
2011-12-30  6:44 ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).