Home
last modified time | relevance | path

Searched defs:threads_n (Results 1 – 23 of 23) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdactor/test/
H A Dactors_main.cpp81 explicit Worker(int threads_n) : threads_n_(threads_n) { in Worker()
111 explicit QueryActor(int threads_n) : threads_n_(threads_n) { in QueryActor()
205 explicit MainQueryActor(int threads_n) : threads_n_(threads_n) { in MainQueryActor()
287 explicit SimpleActor(td::int32 threads_n) : threads_n_(threads_n) { in SimpleActor()
398 int threads_n = 5; in TEST() local
411 int threads_n = 3; in TEST() local
424 int threads_n = 9; in TEST() local
450 int threads_n = 0; in TEST() local
496 int threads_n = 0; in TEST() local
H A Dactors_bugs.cpp18 int threads_n = 0; in TEST() local
95 int threads_n = 0; in TEST() local
H A Dactors_workers.cpp108 static void test_workers(int threads_n, int workers_n, int queries_n, int query_size) { in test_workers()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/spdlog/details/
H A Dthread_pool-inl.h16 SPDLOG_INLINE thread_pool::thread_pool(size_t q_max_items, size_t threads_n, std::function<void()> … in thread_pool()
33 SPDLOG_INLINE thread_pool::thread_pool(size_t q_max_items, size_t threads_n) in thread_pool()
/dports/devel/spdlog/spdlog-1.9.2/include/spdlog/details/
H A Dthread_pool-inl.h16 SPDLOG_INLINE thread_pool::thread_pool(size_t q_max_items, size_t threads_n, std::function<void()> … in thread_pool()
33 SPDLOG_INLINE thread_pool::thread_pool(size_t q_max_items, size_t threads_n) in thread_pool()
/dports/deskutils/flameshot/flameshot-0.10.2/external/spdlog/include/spdlog/details/
H A Dthread_pool-inl.h16 SPDLOG_INLINE thread_pool::thread_pool(size_t q_max_items, size_t threads_n, std::function<void()> … in thread_pool()
33 SPDLOG_INLINE thread_pool::thread_pool(size_t q_max_items, size_t threads_n) in thread_pool()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/test/
H A DStealingQueue.cpp34 std::size_t threads_n = 10; in TEST() local
73 std::size_t threads_n = 10; in TEST() local
116 std::size_t threads_n = 10; in TEST() local
H A DMpmcWaiter.cpp25 size_t threads_n = 2; in test_waiter_stress_one_one() local
84 size_t threads_n = 20; in test_waiter_stress() local
H A DHazardPointers.cpp23 int threads_n = 10; in TEST() local
H A DEpochBasedMemoryReclamation.cpp23 int threads_n = 10; in TEST() local
H A DMpscLinkQueue.cpp81 int threads_n = 10; in TEST() local
H A DConcurrentHashMap.cpp188 size_t threads_n = 16; member in HashMapBenchmark
193 explicit HashMapBenchmark(size_t threads_n) : threads_n(threads_n) { in HashMapBenchmark()
H A Dlog.cpp31 …LogBenchmark(std::string name, int threads_n, bool test_full_logging, std::function<td::unique_ptr… in LogBenchmark()
H A Dmisc.cpp949 std::size_t threads_n = 3; in TEST() local
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/
H A DMpmcQueue.h208 explicit MpmcQueueOld(size_t threads_n) : MpmcQueueOld(1024, threads_n) { in MpmcQueueOld()
213 …MpmcQueueOld(size_t block_size, size_t threads_n) : block_size_{block_size}, hazard_pointers_{thre… in MpmcQueueOld()
333 explicit MpmcQueue(size_t threads_n) : MpmcQueue(1024, threads_n) { in MpmcQueue()
338 MpmcQueue(size_t block_size, size_t threads_n) : hazard_pointers_{threads_n} { in MpmcQueue()
H A DHazardPointers.h20 explicit HazardPointers(size_t threads_n) : threads_(threads_n) { in HazardPointers()
H A DEpochBasedMemoryReclamation.h75 explicit EpochBasedMemoryReclamation(size_t threads_n) : threads_(threads_n) { in EpochBasedMemoryReclamation()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/test/
H A Dmtproto.cpp53 int threads_n = 1; in TEST() local
144 int threads_n = 0; in TEST() local
482 int threads_n = 0; in TEST() local
670 int threads_n = 1; in TEST() local
H A Ddb.cpp422 int threads_n = 4; in TEST() local
535 int threads_n = 4; in TEST() local
581 …Main(int threads_n, const std::vector<std::vector<DbQuery>> *queries, std::vector<std::vector<DbQu… in TEST()
H A Dtdclient.cpp939 int threads_n = 4; in TEST() local
941 int threads_n = 1; in TEST() local
H A Dsecret.cpp1005 int threads_n = 0; in TEST() local
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdactor/td/actor/
H A DConcurrentScheduler.cpp18 void ConcurrentScheduler::init(int32 threads_n) { in init()
/dports/games/nxengine/nxengine-evo-2.6.5-1/deps/spdlog/details/
H A Dthread_pool.h124 thread_pool(size_t q_max_items, size_t threads_n) in thread_pool()