This is the mail archive of the libc-help@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: Determining cancellation points in glibc


On Tuesday 25 November 2008 15:47:04 Loic Domaigne wrote:
> The next issue I see: POSIX states that the no other functions except
> the ones listed in the mandatory and optional list may be CP. So a
> natural question arise: how does the Glibc folks enforce this? Through
> code review? Other means, like compiler flags etc. ?

code review only atm for optional.  due to the nesting Carlos highlights, it's 
pretty hard to statically trace everything.

most mandatory points are checked with `nm` ... look at the nptl tests.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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