Home
last modified time | relevance | path

Searched refs:other_queue (Results 1 – 25 of 77) sorted by relevance

1234

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/utilities/
H A Dtest_lockFreeQueue.cpp133 TestQueue other_queue; in TEST_F() local
134 ASSERT_TRUE(other_queue.empty()); in TEST_F()
135 ASSERT_EQ(0u, other_queue.length()); in TEST_F()
136 ASSERT_TRUE(other_queue.top() == NULL); in TEST_F()
137 ASSERT_TRUE(other_queue.pop() == NULL); in TEST_F()
140 other_queue.append(*pair.first, *pair.second); in TEST_F()
141 ASSERT_EQ(nelements, other_queue.length()); in TEST_F()
148 ASSERT_EQ(nelements - i, other_queue.length()); in TEST_F()
149 Element* e = other_queue.pop(); in TEST_F()
154 ASSERT_EQ(0u, other_queue.length()); in TEST_F()
[all …]
/dports/math/py-numpy/numpy-1.20.3/numpy/linalg/lapack_lite/
H A Dclapack_scrub.py115 def flushTo(self, other_queue): argument
117 other_queue.add(line)
138 def flushTo(self, other_queue): argument
142 other_queue.add('/*' + self._queue[0][2:].rstrip() + ' */\n')
144 other_queue.add('/*\n')
145 LineQueue.flushTo(self, other_queue)
146 other_queue.add('*/\n')
/dports/www/rt50/rt-5.0.2/t/ticket/
H A Dcfsort-freeform-single.t75 my $other_queue = RT::Test->load_or_create_queue( Name => "other_queue" );
76 ok $other_queue && $other_queue->id, "Created queue";
81 Queue => $other_queue->id,
/dports/www/rt44/rt-4.4.5/t/ticket/
H A Dcfsort-freeform-single.t75 my $other_queue = RT::Test->load_or_create_queue( Name => "other_queue" );
76 ok $other_queue && $other_queue->id, "Created queue";
81 Queue => $other_queue->id,
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_auth_backend_oauth2/demo/
H A Dsetup.sh81 …clare_queues.rb uaa_vhost/some_queue uaa_vhost/other_queue other_vhost/some_queue other_vhost/othe…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/task/sequence_manager/
H A Dwork_queue.cc277 bool WorkQueue::ShouldRunBefore(const WorkQueue* other_queue) const { in ShouldRunBefore()
279 DCHECK(!other_queue->tasks_.empty()); in ShouldRunBefore()
284 other_queue->GetFrontTaskEnqueueOrder(&other_enqueue_order); in ShouldRunBefore()
H A Dwork_queue.h131 bool ShouldRunBefore(const WorkQueue* other_queue) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/task/sequence_manager/
H A Dwork_queue.cc302 bool WorkQueue::ShouldRunBefore(const WorkQueue* other_queue) const { in ShouldRunBefore()
304 DCHECK(!other_queue->tasks_.empty()); in ShouldRunBefore()
309 other_queue->GetFrontTaskEnqueueOrder(&other_enqueue_order); in ShouldRunBefore()
H A Dwork_queue.h132 bool ShouldRunBefore(const WorkQueue* other_queue) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/test/time_controller/
H A Dexternal_time_controller_unittest.cc153 rtc::TaskQueue other_queue( in TEST() local
159 other_queue.PostTask([&] { event.Set(); }); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/time_controller/
H A Dexternal_time_controller_unittest.cc153 rtc::TaskQueue other_queue( in TEST() local
159 other_queue.PostTask([&] { event.Set(); }); in TEST()
/dports/net/py-pyroute2.nslink/pyroute2.nslink-0.6.5/pr2modules/remote/
H A Dtransport.py60 def _m_recv(self, own_queue, other_queue, check): argument
74 other_queue.put(ret)
76 other_queue.put(None)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgensupport.c69 static struct queue_elem *other_queue; variable
70 static struct queue_elem **other_tail = &other_queue;
978 else if (other_queue != NULL) in read_md_rtx()
979 queue = &other_queue; in read_md_rtx()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgensupport.c69 static struct queue_elem *other_queue; variable
70 static struct queue_elem **other_tail = &other_queue;
978 else if (other_queue != NULL) in read_md_rtx()
979 queue = &other_queue; in read_md_rtx()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/evict/
H A Devict_lru.c1207 WT_EVICT_QUEUE *queue, *other_queue; in __evict_lru_walk() local
1221 other_queue = cache->evict_queues + (1 - (queue - cache->evict_queues)); in __evict_lru_walk()
1222 cache->evict_fill_queue = other_queue; in __evict_lru_walk()
1225 if (__evict_queue_full(queue) && !__evict_queue_full(other_queue)) in __evict_lru_walk()
1226 queue = other_queue; in __evict_lru_walk()
2107 WT_EVICT_QUEUE *queue, *other_queue, *urgent_queue; in __evict_get_ref() local
2169 other_queue = cache->evict_other_queue; in __evict_get_ref()
2171 !__evict_queue_empty(other_queue, server_only)) { in __evict_get_ref()
2172 cache->evict_current_queue = other_queue; in __evict_get_ref()
/dports/devel/boost-docs/boost_1_72_0/boost/compute/container/
H A Dvector.hpp200 command_queue other_queue = other.default_queue(); in vector() local
201 ::boost::compute::copy(other.begin(), other.end(), begin(), other_queue); in vector()
202 other_queue.finish(); in vector()
/dports/devel/hyperscan/boost_1_75_0/boost/compute/container/
H A Dvector.hpp200 command_queue other_queue = other.default_queue(); in vector() local
201 ::boost::compute::copy(other.begin(), other.end(), begin(), other_queue); in vector()
202 other_queue.finish(); in vector()
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/container/
H A Dvector.hpp200 command_queue other_queue = other.default_queue(); in vector() local
201 ::boost::compute::copy(other.begin(), other.end(), begin(), other_queue); in vector()
202 other_queue.finish(); in vector()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/container/
H A Dvector.hpp200 command_queue other_queue = other.default_queue(); in vector() local
201 ::boost::compute::copy(other.begin(), other.end(), begin(), other_queue); in vector()
202 other_queue.finish(); in vector()
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/container/
H A Dvector.hpp200 command_queue other_queue = other.default_queue(); in vector() local
201 ::boost::compute::copy(other.begin(), other.end(), begin(), other_queue); in vector()
202 other_queue.finish(); in vector()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/compute/container/
H A Dvector.hpp200 command_queue other_queue = other.default_queue(); in vector() local
201 ::boost::compute::copy(other.begin(), other.end(), begin(), other_queue); in vector()
202 other_queue.finish(); in vector()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/container/
H A Dvector.hpp200 command_queue other_queue = other.default_queue(); in vector() local
201 ::boost::compute::copy(other.begin(), other.end(), begin(), other_queue); in vector()
202 other_queue.finish(); in vector()
/dports/devel/boost-libs/boost_1_72_0/boost/compute/container/
H A Dvector.hpp200 command_queue other_queue = other.default_queue(); in vector() local
201 ::boost::compute::copy(other.begin(), other.end(), begin(), other_queue); in vector()
202 other_queue.finish(); in vector()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/compute/container/
H A Dvector.hpp200 command_queue other_queue = other.default_queue(); in vector() local
201 ::boost::compute::copy(other.begin(), other.end(), begin(), other_queue); in vector()
202 other_queue.finish(); in vector()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dgensupport.c80 static struct queue_elem *other_queue; variable
81 static struct queue_elem **other_tail = &other_queue;
1024 else if (other_queue != NULL) in read_md_rtx()
1025 queue = &other_queue; in read_md_rtx()

1234