MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __thread_execute

Function __thread_execute

system/lib/libcxx/include/__thread/thread.h:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156
157template <class _TSp, class _Fp, class... _Args, size_t... _Indices>
158inline _LIBCPP_HIDE_FROM_ABI void __thread_execute(tuple<_TSp, _Fp, _Args...>& __t, __tuple_indices<_Indices...>) {
159 std::__invoke(std::move(std::get<1>(__t)), std::move(std::get<_Indices>(__t))...);
160}
161
162template <class _Fp>
163_LIBCPP_HIDE_FROM_ABI void* __thread_proxy(void* __vp) {

Callers 1

__thread_proxyFunction · 0.85

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected