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

Function thread

extern/boost/boost/thread/detail/thread.hpp:264–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 class F
263 >
264 explicit thread(BOOST_THREAD_RV_REF(F) f
265 //, typename disable_if<is_same<typename decay<F>::type, thread>, dummy* >::type=0
266 ):
267 thread_info(make_thread_info(thread_detail::decay_copy(boost::forward<F>(f))))
268 {
269 start_thread();
270 }
271 template <
272 class F
273 >

Callers 11

thread.hppFile · 0.70
initMethod · 0.50
initMethod · 0.50
initMethod · 0.50
asyncFunction · 0.50
launch_continuationMethod · 0.50
launch_continuationMethod · 0.50
initFunction · 0.50
initMethod · 0.50
initMethod · 0.50
initMethod · 0.50

Calls 4

make_thread_infoFunction · 0.85
decay_copyFunction · 0.85
start_threadFunction · 0.85
bindClass · 0.50

Tested by

no test coverage detected