]> git.ipfire.org Git - thirdparty/glibc.git/commit
htl: Destroy thread-specific data before releasing joins
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 14 Feb 2022 00:39:35 +0000 (01:39 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 14 Feb 2022 18:29:02 +0000 (19:29 +0100)
commit7a06be051c01b4325927efab5b4e4280bb4a5a42
tree91ff82a4692eb332afdf8f556b9ffc9d3bed804f
parent06dbfcced3101886029ea3a46bcc98887d60f61e
htl: Destroy thread-specific data before releasing joins

Applications may want to assume that after pthread_join() returns, all
thread-specific data has been released.
htl/pt-exit.c