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] Linux: Add gettid system call wrapper [BZ #6399]


On December 10, 2018 11:46:21 AM GMT+01:00, Florian Weimer <fweimer@redhat.com> wrote:
>* Joseph Myers:
>
>> On Wed, 5 Dec 2018, Florian Weimer wrote:
>>
>>> I do not want to contribute to the manual at this point.
>>
>> I think additions to the manual should generally be required for
>adding 
>> new functions to glibc.
>
>I posted some precursor patches to document thread IDs:
>
>  <https://sourceware.org/ml/libc-alpha/2018-12/msg00236.html>

Florian, if this is not just about POSIX but also about the actual implementation
could you maybe add a section to the manual what happens when:
- the thread-group leader exits
- the thread-group leader becomes a zombie
- whether a thread-group can be reparented
?
Obviously all three are closely related.

Christian

>  <https://sourceware.org/ml/libc-alpha/2018-12/msg00237.html>
>
>Once at least the first one is in, I can add documentation for gettid
>as
>well.
>
>Thanks,
>Florian


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