Home
last modified time | relevance | path

Searched defs:shared_task (Results 1 – 3 of 3) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dthreadpool.hpp286 struct shared_task : public std::shared_ptr<T>, public task_parameters { struct in thread_pool
288 shared_task(super c) : super(c) {} in shared_task() function
299 thread_pool::shared_task<T> *param = static_cast<thread_pool::shared_task<T>*>(_param); in call_shared_task()
/dports/devel/py-celery/celery-4.4.7/celery/app/
H A D__init__.py28 def shared_task(*args, **kwargs): function
/dports/devel/asyncplusplus/asyncplusplus-1.1/include/
H A Dasync++.h129 class shared_task; variable