+4
-1
lines changedFilter options
+4
-1
lines changed Original file line number Diff line number Diff line change
@@ -144,7 +144,10 @@ class ThreadName
144
144
static const bool DUMMY_IMPL = ThreadNameImpl::DUMMY_IMPL;
145
145
static const size_t BUFSIZE = ThreadNameImpl::BUFSIZE;
146
146
147
-
// len should >= BUFSIZE
147
+
/// @brief Print thread ID to the provided buffer.
148
+
/// The size of the destination buffer is assumed to be at least ThreadName::BUFSIZE.
149
+
/// @param [out] output destination buffer to get thread name
150
+
/// @return true on success, false on failure
148
151
static bool get(char* output) {
149
152
return ThreadNameImpl::get(output);
150
153
}
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4