Skip to content

rts: Fix usage of pthread_setname_np

Ben Gamari requested to merge wip/T19637 into master

Previously we tried using pthread_setname_np on FreeBSD, which is not supported.

Merge request reports