MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / start_thread

Function start_thread

extern/boost/boost/thread/detail/thread.hpp:180–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 bool start_thread_noexcept();
179 bool start_thread_noexcept(const attributes& attr);
180 void start_thread()
181 {
182 if (!start_thread_noexcept())
183 {
184 boost::throw_exception(thread_resource_error());
185 }
186 }
187 void start_thread(const attributes& attr)
188 {
189 if (!start_thread_noexcept(attr))

Callers 2

threadFunction · 0.85
thread.hppFile · 0.85

Calls 2

thread_resource_errorFunction · 0.85
throw_exceptionFunction · 0.50

Tested by

no test coverage detected