This is the mail archive of the glibc-bugs@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]

[Bug nptl/12889] Race condition in pthread_kill


https://sourceware.org/bugzilla/show_bug.cgi?id=12889

--- Comment #3 from Rich Felker <bugdal at aerifal dot cx> ---
The first interpretation is correct but it does not matter because there is no
such thing as "reaping the tid". The tid is available for reuse immediately
when the SYS_exit syscall is made by pthread_exit or equivalent.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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