Home
last modified time | relevance | path

Searched refs:get_thread_count (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/devel/hpx/hpx-1.2.1/hpx/runtime/threads/
H A Dthreadmanager.hpp186 std::int64_t get_thread_count(thread_state_enum state = unknown,
358 return get_thread_count( in get_thread_count_unknown()
363 return get_thread_count( in get_thread_count_active()
368 return get_thread_count( in get_thread_count_pending()
373 return get_thread_count( in get_thread_count_suspended()
378 return get_thread_count( in get_thread_count_terminated()
383 return get_thread_count( in get_thread_count_staged()
H A Dthread_pool_base.hpp280 virtual std::int64_t get_thread_count(thread_state_enum /*state*/, in get_thread_count() function in hpx::threads::thread_pool_base
289 return get_thread_count( in get_thread_count_unknown()
294 return get_thread_count( in get_thread_count_active()
300 return get_thread_count( in get_thread_count_pending()
306 return get_thread_count( in get_thread_count_suspended()
312 return get_thread_count( in get_thread_count_terminated()
317 return get_thread_count( in get_thread_count_staged()
H A Dthread_data_fwd.hpp136 HPX_API_EXPORT std::int64_t get_thread_count(
151 HPX_API_EXPORT std::int64_t get_thread_count(
/dports/devel/py-numba/numba-0.51.2/numba/tests/npyufunc/
H A Dtest_parallel_env_variable.py1 from numba.np.ufunc.parallel import get_thread_count
29 self.assertEqual(threads, str(get_thread_count()))
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/threads/policies/
H A Dlocal_priority_queue_scheduler.hpp743 std::int64_t get_thread_count(thread_state_enum state = unknown, in get_thread_count() function in hpx::threads::policies::local_priority_queue_scheduler
759 get_thread_count(state); in get_thread_count()
762 count += low_priority_queue_.get_thread_count(state); in get_thread_count()
770 return low_priority_queue_.get_thread_count(state); in get_thread_count()
775 return queues_[num_thread]->get_thread_count(state); in get_thread_count()
783 get_thread_count(state); in get_thread_count()
804 count += high_priority_queues_[i]->get_thread_count(state); in get_thread_count()
806 count += low_priority_queue_.get_thread_count(state); in get_thread_count()
809 count += queues_[i]->get_thread_count(state); in get_thread_count()
815 return low_priority_queue_.get_thread_count(state); in get_thread_count()
[all …]
H A Dshared_priority_queue_scheduler.hpp979 get_thread_count(state); in get_thread_count()
981 get_thread_count(state); in get_thread_count()
983 get_thread_count(state); in get_thread_count()
988 get_thread_count(state); in get_thread_count()
993 get_thread_count(state); in get_thread_count()
1000 get_thread_count(state); in get_thread_count()
1015 count += hp_queues_[d].get_thread_count(state); in get_thread_count()
1016 count += np_queues_[d].get_thread_count(state); in get_thread_count()
1017 count += lp_queues_[d].get_thread_count(state); in get_thread_count()
1023 count += lp_queues_[d].get_thread_count(state); in get_thread_count()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/utility/
H A Dtls.h61 size_t get_thread_count() const;
102 inline size_t TLS<T>::get_thread_count() const in get_thread_count() function
/dports/devel/hpx/hpx-1.2.1/src/runtime/threads/executors/
H A Ddefault_executor.cpp79 return get_thread_count() - get_thread_count(terminated); in num_pending_closures()
H A Dcurrent_executor.cpp119 return scheduler_base_->get_thread_count() - in num_pending_closures()
120 scheduler_base_->get_thread_count(terminated); in num_pending_closures()
H A Dthread_pool_attached_executors.cpp126 return get_thread_count() - get_thread_count(terminated); in num_pending_closures()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/loggen/socket_plugin/
H A Dsocket_plugin.c50 static gint get_thread_count(void);
85 .get_thread_count = get_thread_count,
109 get_thread_count(void) in get_thread_count() function
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/loggen/ssl_plugin/
H A Dssl_plugin.c49 static gint get_thread_count(void);
80 .get_thread_count = get_thread_count,
104 get_thread_count(void) in get_thread_count() function
/dports/devel/hpx/hpx-1.2.1/examples/resource_partitioner/
H A Dshared_priority_queue_scheduler.hpp1176 get_thread_count(state); in get_thread_count()
1178 get_thread_count(state); in get_thread_count()
1180 get_thread_count(state); in get_thread_count()
1187 get_thread_count(state); in get_thread_count()
1194 get_thread_count(state); in get_thread_count()
1203 get_thread_count(state); in get_thread_count()
1218 count += hp_queues_[d].get_thread_count(state); in get_thread_count()
1219 count += np_queues_[d].get_thread_count(state); in get_thread_count()
1220 count += lp_queues_[d].get_thread_count(state); in get_thread_count()
1228 count += lp_queues_[d].get_thread_count(state); in get_thread_count()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/iocore/eventsystem/
H A DProcessor.cc82 Processor::get_thread_count() in get_thread_count() function in Processor
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/loggen/
H A Dloggen.md34 .get_thread_count = get_thread_count,
46 …- get_thread_count: this function will be called by loggen to determine how many threads are still…
84 loggen->>plugin: get_thread_count()
/dports/devel/hpx/hpx-1.2.1/tests/performance/local/htts_v2/
H A Dhtts2_hpx.cpp112 get_thread_count(hpx::threads::thread_priority_normal in wait_for_tasks()
118 get_thread_count(hpx::threads::thread_priority_normal); in wait_for_tasks()
/dports/security/ridl/ridl-11b3240/include/info/
H A Dtopology.h22 get_thread_count(void);
/dports/security/ridl/ridl-11b3240/source/apple/
H A Dtopology.c21 get_thread_count(void) in get_thread_count() function
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dglobal_threads.h76 uint get_thread_count();
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dglobal_threads.h76 uint get_thread_count();
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dglobal_threads.h76 uint get_thread_count();
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dglobal_threads.h76 uint get_thread_count();
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dglobal_threads.h76 uint get_thread_count();
/dports/security/ridl/ridl-11b3240/source/
H A Dtopology.c33 return get_thread_count() > get_core_count(); in check_smt()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/utility/job/
H A Djobmanager.h75 size_t get_thread_count() const;

1234567