Home
last modified time | relevance | path

Searched +defs:other +defs:threads (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Concurrent/tests/ConcurrentDictionary/
H A DConcurrentDictionaryTests.cs73 private static void TestAdd1(int cLevel, int initSize, int threads, int addsPerThread) in TestAdd1()
142 private static void TestUpdate1(int cLevel, int threads, int updatesPerThread) in TestUpdate1()
210 private static void TestRead1(int cLevel, int threads, int readsPerThread) in TestRead1()
256 private static void TestRemove1(int cLevel, int threads, int removesPerThread) in TestRemove1()
429 …private static void TestGetOrAddOrUpdate(int cLevel, int initSize, int threads, int addsPerThread,… in TestGetOrAddOrUpdate()
604 public bool Equals(EqualityApiSpy other) in Equals()
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/rep/impl/networkRestore/
H A DOneNodeRestoreTest.java110 Thread[] threads = new Thread[2]; in testBasic() local
179 State other = state == MASTER ? REPLICA : MASTER; in testWithElection() local
214 ExecutorService threads = Executors.newFixedThreadPool(2); in testIndirectHelper() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/eddy/threads/src/
H A Dthread.cpp92 namespace threads { namespace
230 const thread& other in operator =()
264 thread& other in join()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/random/
H A Dthreefry_engine.hpp37 static const size_t threads = 1024; member in boost::compute::threefry_engine
49 threefry_engine(const threefry_engine<T> &other) in threefry_engine()
56 threefry_engine<T>& operator=(const threefry_engine<T> &other) in operator =()
H A Dlinear_congruential_engine.hpp47 static const size_t threads = 1024; member in boost::compute::linear_congruential_engine
66 linear_congruential_engine(const linear_congruential_engine<T> &other) in linear_congruential_engine()
76 operator=(const linear_congruential_engine<T> &other) in operator =()
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/
H A Dthread_pool.cpp75 async_task::async_task(async_task && other) noexcept in async_task() function in fz::async_task
80 async_task& async_task::operator=(async_task && other) noexcept in operator =()
122 std::vector<pooled_thread_impl*> threads; in ~thread_pool() local
/dports/devel/onetbb/oneTBB-2021.4.0/examples/graph/dining_philosophers/
H A Ddining_philosophers.cpp69 utility::thread_number_range threads; member
80 utility::thread_number_range threads( in ParseCommandLine() local
157 think_node_body(const think_node_body &other) : my_philosopher(other.my_philosopher) {} in think_node_body()
169 eat_node_body(const eat_node_body &other) : my_philosopher(other.my_philosopher) {} in eat_node_body()
181 forward_node_body(const forward_node_body &other) : my_philosopher(other.my_philosopher) {} in forward_node_body()
/dports/devel/tbb/oneTBB-2020.3/examples/graph/dining_philosophers/
H A Ddining_philosophers.cpp65 utility::thread_number_range threads; member
74 …utility::thread_number_range threads(utility::get_default_num_threads, auto_threads, auto_threads); in ParseCommandLine() local
147 think_node_body( const think_node_body &other ) : my_philosopher(other.my_philosopher) { } in think_node_body()
158 eat_node_body( const eat_node_body &other ) : my_philosopher(other.my_philosopher) { } in eat_node_body()
169 forward_node_body( const forward_node_body &other ) : my_philosopher(other.my_philosopher) { } in forward_node_body()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/graph/dining_philosophers/
H A Ddining_philosophers.cpp65 utility::thread_number_range threads; member
74 …utility::thread_number_range threads(utility::get_default_num_threads, auto_threads, auto_threads); in ParseCommandLine() local
147 think_node_body( const think_node_body &other ) : my_philosopher(other.my_philosopher) { } in think_node_body()
158 eat_node_body( const eat_node_body &other ) : my_philosopher(other.my_philosopher) { } in eat_node_body()
169 forward_node_body( const forward_node_body &other ) : my_philosopher(other.my_philosopher) { } in forward_node_body()
/dports/devel/py-fastcache/fastcache-1.1.0/fastcache/tests/
H A Dtest_thread.py26 def __eq__(self, other): argument
44 def run_threads(threads): argument
/dports/devel/hyperscan/boost_1_75_0/boost/compute/random/
H A Dlinear_congruential_engine.hpp47 static const size_t threads = 1024; member in boost::compute::linear_congruential_engine
66 linear_congruential_engine(const linear_congruential_engine<T> &other) in linear_congruential_engine()
76 operator=(const linear_congruential_engine<T> &other) in operator =()
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/random/
H A Dlinear_congruential_engine.hpp47 static const size_t threads = 1024; member in boost::compute::linear_congruential_engine
66 linear_congruential_engine(const linear_congruential_engine<T> &other) in linear_congruential_engine()
76 operator=(const linear_congruential_engine<T> &other) in operator =()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/random/
H A Dmersenne_twister_engine.hpp48 // setup program
67 if(this != &other){ in linear_congruential_engine()
68 m_context = other.m_context; in linear_congruential_engine()
77 /// Destroys the mersenne_twister_engine object. in operator =()
78 ~mersenne_twister_engine() in operator =()
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/random/
H A Dlinear_congruential_engine.hpp47 static const size_t threads = 1024; member in boost::compute::linear_congruential_engine
66 linear_congruential_engine(const linear_congruential_engine<T> &other) in linear_congruential_engine()
76 operator=(const linear_congruential_engine<T> &other) in operator =()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/compute/random/
H A Dlinear_congruential_engine.hpp47 static const size_t threads = 1024; member in boost::compute::linear_congruential_engine
66 linear_congruential_engine(const linear_congruential_engine<T> &other) in linear_congruential_engine()
76 operator=(const linear_congruential_engine<T> &other) in operator =()
/dports/devel/boost-libs/boost_1_72_0/boost/compute/random/
H A Dlinear_congruential_engine.hpp47 static const size_t threads = 1024; member in boost::compute::linear_congruential_engine
66 linear_congruential_engine(const linear_congruential_engine<T> &other) in linear_congruential_engine()
76 operator=(const linear_congruential_engine<T> &other) in operator =()
/dports/devel/boost-docs/boost_1_72_0/boost/compute/random/
H A Dlinear_congruential_engine.hpp47 static const size_t threads = 1024; member in boost::compute::linear_congruential_engine
66 linear_congruential_engine(const linear_congruential_engine<T> &other) in linear_congruential_engine()
76 operator=(const linear_congruential_engine<T> &other) in operator =()
/dports/devel/slf4j/slf4j-1.7.21/slf4j-nop/src/test/java/org/slf4j/impl/
H A DMultithreadedInitializationTest.java87 LoggerAccessingThread[] threads = new LoggerAccessingThread[THREAD_COUNT]; in harness() local
126 PrintStream other; field in MultithreadedInitializationTest.StringPrintStream
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/delibs/decpp/
H A DdeAppendList.cpp100 vector<TestThreadSp> threads (numThreads); in runAppendListTest() local
149 ObjCountElem (const ObjCountElem& other) in ObjCountElem()
155 ObjCountElem& operator= (const ObjCountElem& other) in operator =()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/tracing/
H A Darc_system_model.cc49 const ArcSystemModel::ThreadMap& threads) { in SerializeThreads()
147 void ArcSystemModel::CopyFrom(const ArcSystemModel& other) { in CopyFrom()
/dports/print/photoprint/photoprint-0.4.2-pre2/support/
H A Djobqueue.h22 Job(Job &other) in Job() function
301 JobDispatcher(int threads) : JobQueue() in JobDispatcher()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DthreadSMR.hpp190 JavaThread *const *threads() const { return _threads; } in threads() function in ThreadsList
233 SafeThreadsListPtr(SafeThreadsListPtr& other) : in SafeThreadsListPtr() function in SafeThreadsListPtr
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DthreadSMR.hpp194 JavaThread *const *threads() const { return _threads; } in threads() function in ThreadsList
237 SafeThreadsListPtr(SafeThreadsListPtr& other) : in SafeThreadsListPtr() function in SafeThreadsListPtr
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DthreadSMR.hpp192 JavaThread *const *threads() const { return _threads; } in threads() function in ThreadsList
235 SafeThreadsListPtr(SafeThreadsListPtr& other) : in SafeThreadsListPtr() function in SafeThreadsListPtr
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DthreadSMR.hpp190 JavaThread *const *threads() const { return _threads; } in threads() function in ThreadsList
233 SafeThreadsListPtr(SafeThreadsListPtr& other) : in SafeThreadsListPtr() function in SafeThreadsListPtr

1234567