MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / enqueue

Method enqueue

include/exec/static_thread_pool.hpp:830–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828 }
829
830 inline void _static_thread_pool::enqueue(task_base* task, nodemask const & constraints) noexcept
831 {
832 this->enqueue(*get_remote_queue(), task, constraints);
833 }
834
835 inline auto _static_thread_pool::num_threads(int numa) const noexcept -> std::size_t
836 {

Callers 2

enqueue_Method · 0.45
startMethod · 0.45

Calls 7

get_remote_queueFunction · 0.85
get_idFunction · 0.85
push_localMethod · 0.80
sizeMethod · 0.45
numa_nodeMethod · 0.45
push_frontMethod · 0.45
notifyMethod · 0.45

Tested by

no test coverage detected