aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_setname_np.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix possible fd leak via missing O_CLOEXEC in pthread_setname_np•••the omission of the flag here seems to have been an oversight when the function was added in 8fb28b0b3e7a5e958fb844722a4b2ef9bc244af1 Érico Rolim2021-01-301-1/+1
* add pthread_setname_np•••the thread name is displayed by gdb's "info threads". Felix Janda2016-10-201-0/+26