We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af0a4b commit f73731aCopy full SHA for f73731a
include/osmium/thread/util.hpp
@@ -72,7 +72,7 @@ namespace osmium {
72
}
73
74
/**
75
- * Set name of current thread for debugging. This only works on Linux.
+ * Set name of current thread for debugging. This currently only works on Linux and FreeBSD.
76
*/
77
#if defined(__linux__)
78
inline void set_thread_name(const char* name) noexcept {
0 commit comments