Home
last modified time | relevance | path

Searched defs:thread_count (Results 1 – 25 of 1669) sorted by relevance

12345678910>>...67

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/tools/lldb-server/
H A DTestGdbRemoteThreadsInStopReply.py20 def gather_stop_reply_fields(self, post_startup_log_lines, thread_count, argument
94 def gather_stop_reply_threads(self, post_startup_log_lines, thread_count): argument
104 def gather_stop_reply_pcs(self, post_startup_log_lines, thread_count): argument
192 def stop_reply_reports_multiple_threads(self, thread_count): argument
220 def no_QListThreadsInStopReply_supplies_no_threads(self, thread_count): argument
243 def stop_reply_reports_correct_threads(self, thread_count): argument
282 def stop_reply_contains_thread_pcs(self, thread_count): argument
H A DTestGdbRemote_qThreadStopInfo.py18 def gather_stop_replies_via_qThreadStopInfo(self, thread_count): argument
109 def qThreadStopInfo_works_for_multiple_threads(self, thread_count): argument
134 self, thread_count): argument
177 self, thread_count, expected_thread_name): argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/tools/lldb-server/
H A DTestGdbRemoteThreadsInStopReply.py20 def gather_stop_reply_fields(self, post_startup_log_lines, thread_count, argument
95 def gather_stop_reply_threads(self, post_startup_log_lines, thread_count): argument
105 def gather_stop_reply_pcs(self, post_startup_log_lines, thread_count): argument
193 def stop_reply_reports_multiple_threads(self, thread_count): argument
221 def no_QListThreadsInStopReply_supplies_no_threads(self, thread_count): argument
244 def stop_reply_reports_correct_threads(self, thread_count): argument
283 def stop_reply_contains_thread_pcs(self, thread_count): argument
H A DTestGdbRemote_qThreadStopInfo.py18 def gather_stop_replies_via_qThreadStopInfo(self, thread_count): argument
110 def qThreadStopInfo_works_for_multiple_threads(self, thread_count): argument
135 self, thread_count): argument
178 self, thread_count, expected_thread_name): argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A DTestGdbRemoteThreadsInStopReply.py20 def gather_stop_reply_fields(self, post_startup_log_lines, thread_count, argument
95 def gather_stop_reply_threads(self, post_startup_log_lines, thread_count): argument
105 def gather_stop_reply_pcs(self, post_startup_log_lines, thread_count): argument
193 def stop_reply_reports_multiple_threads(self, thread_count): argument
221 def no_QListThreadsInStopReply_supplies_no_threads(self, thread_count): argument
244 def stop_reply_reports_correct_threads(self, thread_count): argument
283 def stop_reply_contains_thread_pcs(self, thread_count): argument
H A DTestGdbRemote_qThreadStopInfo.py18 def gather_stop_replies_via_qThreadStopInfo(self, thread_count): argument
110 def qThreadStopInfo_works_for_multiple_threads(self, thread_count): argument
135 self, thread_count): argument
178 self, thread_count, expected_thread_name): argument
/dports/multimedia/libgav1/libgav1-0.17.0/src/
H A Dthreading_strategy.cc58 int ComputeFrameThreadCount(int thread_count, int tile_count, in ComputeFrameThreadCount()
70 int thread_count) { in Reset()
152 bool ThreadingStrategy::Reset(int thread_count) { in Reset()
175 int thread_count, int tile_count, int tile_columns, in InitializeThreadPoolsForFrameParallel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/
H A Dthreading_strategy.cc57 int ComputeFrameThreadCount(int thread_count, int tile_count, in ComputeFrameThreadCount()
69 int thread_count) { in Reset()
151 bool ThreadingStrategy::Reset(int thread_count) { in Reset()
174 int thread_count, int tile_count, int tile_columns, in InitializeThreadPoolsForFrameParallel()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/utility/
H A Dtls.h79 inline TLS<T>::TLS(const size_t thread_count) in TLS()
85 inline void TLS<T>::set_thread_count(const size_t thread_count) in set_thread_count()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/
H A Dthreading_strategy.cc26 int thread_count) { in Reset()
107 int thread_count, std::unique_ptr<ThreadPool>* const frame_thread_pool) { in InitializeThreadPoolsForFrameParallel()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/tests/
H A Dpth_create_chain.c17 int thread_count = *(int*)(p); in thread_func() local
41 unsigned thread_count; in main() local
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/tests/
H A Dpth_create_chain.c17 int thread_count = *(int*)(p); in thread_func() local
41 unsigned thread_count; in main() local
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dcfg_multi_threading.cc23 uint32_t thread_count = 0; in apply() local
31 uint32_t& thread_count, uint32_t& queue_size) { in extract()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/thread/executors/
H A Dbasic_thread_pool.hpp131 basic_thread_pool(unsigned const thread_count = thread::hardware_concurrency()+1) in basic_thread_pool()
160 basic_thread_pool( unsigned const thread_count, AtThreadEntry& at_thread_entry) in basic_thread_pool()
179 basic_thread_pool( unsigned const thread_count, void(*at_thread_entry)(basic_thread_pool&)) in basic_thread_pool()
198 …basic_thread_pool( unsigned const thread_count, BOOST_THREAD_FWD_REF(AtThreadEntry) at_thread_entr… in basic_thread_pool()
/dports/databases/xtrabackup/boost_1_59_0/boost/thread/executors/
H A Dbasic_thread_pool.hpp131 basic_thread_pool(unsigned const thread_count = thread::hardware_concurrency()+1) in basic_thread_pool()
160 basic_thread_pool( unsigned const thread_count, AtThreadEntry& at_thread_entry) in basic_thread_pool()
179 basic_thread_pool( unsigned const thread_count, void(*at_thread_entry)(basic_thread_pool&)) in basic_thread_pool()
198 …basic_thread_pool( unsigned const thread_count, BOOST_THREAD_FWD_REF(AtThreadEntry) at_thread_entr… in basic_thread_pool()
/dports/databases/percona57-server/boost_1_59_0/boost/thread/executors/
H A Dbasic_thread_pool.hpp131 basic_thread_pool(unsigned const thread_count = thread::hardware_concurrency()+1) in basic_thread_pool()
160 basic_thread_pool( unsigned const thread_count, AtThreadEntry& at_thread_entry) in basic_thread_pool()
179 basic_thread_pool( unsigned const thread_count, void(*at_thread_entry)(basic_thread_pool&)) in basic_thread_pool()
198 …basic_thread_pool( unsigned const thread_count, BOOST_THREAD_FWD_REF(AtThreadEntry) at_thread_entr… in basic_thread_pool()
/dports/databases/percona57-client/boost_1_59_0/boost/thread/executors/
H A Dbasic_thread_pool.hpp131 basic_thread_pool(unsigned const thread_count = thread::hardware_concurrency()+1) in basic_thread_pool()
160 basic_thread_pool( unsigned const thread_count, AtThreadEntry& at_thread_entry) in basic_thread_pool()
179 basic_thread_pool( unsigned const thread_count, void(*at_thread_entry)(basic_thread_pool&)) in basic_thread_pool()
198 …basic_thread_pool( unsigned const thread_count, BOOST_THREAD_FWD_REF(AtThreadEntry) at_thread_entr… in basic_thread_pool()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/thread/executors/
H A Dbasic_thread_pool.hpp131 basic_thread_pool(unsigned const thread_count = thread::hardware_concurrency()+1) in basic_thread_pool()
160 basic_thread_pool( unsigned const thread_count, AtThreadEntry& at_thread_entry) in basic_thread_pool()
179 basic_thread_pool( unsigned const thread_count, void(*at_thread_entry)(basic_thread_pool&)) in basic_thread_pool()
198 …basic_thread_pool( unsigned const thread_count, BOOST_THREAD_FWD_REF(AtThreadEntry) at_thread_entr… in basic_thread_pool()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/thread/executors/
H A Dbasic_thread_pool.hpp131 basic_thread_pool(unsigned const thread_count = thread::hardware_concurrency()+1) in basic_thread_pool()
160 basic_thread_pool( unsigned const thread_count, AtThreadEntry& at_thread_entry) in basic_thread_pool()
179 basic_thread_pool( unsigned const thread_count, void(*at_thread_entry)(basic_thread_pool&)) in basic_thread_pool()
198 …basic_thread_pool( unsigned const thread_count, BOOST_THREAD_FWD_REF(AtThreadEntry) at_thread_entr… in basic_thread_pool()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/thread/executors/
H A Dbasic_thread_pool.hpp132 basic_thread_pool(unsigned const thread_count = thread::hardware_concurrency()+1) in basic_thread_pool()
161 basic_thread_pool( unsigned const thread_count, AtThreadEntry& at_thread_entry) in basic_thread_pool()
180 basic_thread_pool( unsigned const thread_count, void(*at_thread_entry)(basic_thread_pool&)) in basic_thread_pool()
199 …basic_thread_pool( unsigned const thread_count, BOOST_THREAD_FWD_REF(AtThreadEntry) at_thread_entr… in basic_thread_pool()
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/thread/executors/
H A Dbasic_thread_pool.hpp132 basic_thread_pool(unsigned const thread_count = thread::hardware_concurrency()+1) in basic_thread_pool()
161 basic_thread_pool( unsigned const thread_count, AtThreadEntry& at_thread_entry) in basic_thread_pool()
180 basic_thread_pool( unsigned const thread_count, void(*at_thread_entry)(basic_thread_pool&)) in basic_thread_pool()
199 …basic_thread_pool( unsigned const thread_count, BOOST_THREAD_FWD_REF(AtThreadEntry) at_thread_entr… in basic_thread_pool()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/thread/executors/
H A Dbasic_thread_pool.hpp139 basic_thread_pool(unsigned const thread_count = thread::hardware_concurrency()+1) in basic_thread_pool()
174 basic_thread_pool( unsigned const thread_count, AtThreadEntry& at_thread_entry) in basic_thread_pool()
193 basic_thread_pool( unsigned const thread_count, void(*at_thread_entry)(basic_thread_pool&)) in basic_thread_pool()
212 …basic_thread_pool( unsigned const thread_count, BOOST_THREAD_FWD_REF(AtThreadEntry) at_thread_entr… in basic_thread_pool()
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/disp/adv_thread_pool/
H A Dpub.hpp77 thread_count( std::size_t count ) in thread_count() function in so_5::disp::adv_thread_pool::disp_params_t
85 thread_count() const in thread_count() function in so_5::disp::adv_thread_pool::disp_params_t
446 std::size_t thread_count ) in make_dispatcher()
475 std::size_t thread_count ) in make_dispatcher()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/thread/executors/
H A Dbasic_thread_pool.hpp132 basic_thread_pool(unsigned const thread_count = thread::hardware_concurrency()+1) in basic_thread_pool()
161 basic_thread_pool( unsigned const thread_count, AtThreadEntry& at_thread_entry) in basic_thread_pool()
180 basic_thread_pool( unsigned const thread_count, void(*at_thread_entry)(basic_thread_pool&)) in basic_thread_pool()
199 …basic_thread_pool( unsigned const thread_count, BOOST_THREAD_FWD_REF(AtThreadEntry) at_thread_entr… in basic_thread_pool()
/dports/devel/hyperscan/boost_1_75_0/boost/thread/executors/
H A Dbasic_thread_pool.hpp141 basic_thread_pool(unsigned const thread_count = thread::hardware_concurrency()+1) in basic_thread_pool()
170 basic_thread_pool( unsigned const thread_count, AtThreadEntry& at_thread_entry) in basic_thread_pool()
189 basic_thread_pool( unsigned const thread_count, void(*at_thread_entry)(basic_thread_pool&)) in basic_thread_pool()
208 …basic_thread_pool( unsigned const thread_count, BOOST_THREAD_FWD_REF(AtThreadEntry) at_thread_entr… in basic_thread_pool()

12345678910>>...67