Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix possible fd leak via missing O_CLOEXEC in pthread_setname_np | Érico Rolim | 2021-01-30 | 1 | -1/+1 |
| | | | | | the omission of the flag here seems to have been an oversight when the function was added in 8fb28b0b3e7a5e958fb844722a4b2ef9bc244af1 | ||||
* | add pthread_setname_np | Felix Janda | 2016-10-20 | 1 | -0/+26 |
the thread name is displayed by gdb's "info threads". |