/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdactor/test/ |
H A D | actors_main.cpp | 81 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 D | actors_bugs.cpp | 18 int threads_n = 0; in TEST() local 95 int threads_n = 0; in TEST() local
|
H A D | actors_workers.cpp | 108 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 D | thread_pool-inl.h | 16 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 D | thread_pool-inl.h | 16 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 D | thread_pool-inl.h | 16 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 D | StealingQueue.cpp | 34 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 D | MpmcWaiter.cpp | 25 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 D | HazardPointers.cpp | 23 int threads_n = 10; in TEST() local
|
H A D | EpochBasedMemoryReclamation.cpp | 23 int threads_n = 10; in TEST() local
|
H A D | MpscLinkQueue.cpp | 81 int threads_n = 10; in TEST() local
|
H A D | ConcurrentHashMap.cpp | 188 size_t threads_n = 16; member in HashMapBenchmark 193 explicit HashMapBenchmark(size_t threads_n) : threads_n(threads_n) { in HashMapBenchmark()
|
H A D | log.cpp | 31 …LogBenchmark(std::string name, int threads_n, bool test_full_logging, std::function<td::unique_ptr… in LogBenchmark()
|
H A D | misc.cpp | 949 std::size_t threads_n = 3; in TEST() local
|
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/ |
H A D | MpmcQueue.h | 208 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 D | HazardPointers.h | 20 explicit HazardPointers(size_t threads_n) : threads_(threads_n) { in HazardPointers()
|
H A D | EpochBasedMemoryReclamation.h | 75 explicit EpochBasedMemoryReclamation(size_t threads_n) : threads_(threads_n) { in EpochBasedMemoryReclamation()
|
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/test/ |
H A D | mtproto.cpp | 53 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 D | db.cpp | 422 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 D | tdclient.cpp | 939 int threads_n = 4; in TEST() local 941 int threads_n = 1; in TEST() local
|
H A D | secret.cpp | 1005 int threads_n = 0; in TEST() local
|
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdactor/td/actor/ |
H A D | ConcurrentScheduler.cpp | 18 void ConcurrentScheduler::init(int32 threads_n) { in init()
|
/dports/games/nxengine/nxengine-evo-2.6.5-1/deps/spdlog/details/ |
H A D | thread_pool.h | 124 thread_pool(size_t q_max_items, size_t threads_n) in thread_pool()
|