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] |
>>>>> On Tue, 18 Nov 2003 11:29:27 -0800, Ulrich Drepper <drepper@redhat.com> said: Uli> David Mosberger wrote: >> Hans Boehm pointed out that pthread_setcancelstate() isn't >> asynch-signal-safe, Uli> Where does he get this from? I assume from here (table of async-safe routines in the "Signal Concepts" section): http://www.opengroup.org/onlinepubs/007904975/functions/xsh_chap02_09.html Uli> pthread_setcancelstate() is one of the three functions which Uli> are guaranteed to be async-cancel safe. Yes, that's why I _assumed_ it would be async-signal-safe, but it seems now that was an incorrect assumption. --david
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |