This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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] Avoid cancellation point in pthread_mutex_lock etc. in linuxthreads


> linuxthreads call sigsuspend from pthread_mutex_lock etc., so when sigsuspend
> was made cancellation point in December, suddenly all pthread primitives
> which wait for restart signals are cancellation points.
> Fix below, tested on all the usual arches.

I put these in.

Thanks,
Roland


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