This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][BZ #13613] Allow a single-threaded process to cancelitself


On Thu, May 10, 2012 at 08:22:55AM -0700, Richard Henderson wrote:
> ... which to me means this change is just busy work.  I think the
> comment in pthread_cancel ought to be sufficient.

Yeah, comment should be enough, the proposed changes are terribly ugly.

multiple_threads btw doesn't mean that there is currently more than one
thread running, it is sticky, it just means that the program might not be
single threaded and that more care is needed.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]