A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Haivision/srt/commit/d6f93a16f4adbbf5b85de23e72e2d84cebef053b below:

[core] Update srtcore/threadname.h · Haivision/srt@d6f93a1 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+4

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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