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