Home
last modified time | relevance | path

Searched refs:high_prio_queue (Results 1 – 9 of 9) sorted by relevance

/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/intrusive/
H A Dwdrr_fixed_multiplexed_queue.cpp32 class high_prio_queue;
58 deficit_type quantum(const high_prio_queue&, deficit_type x) { in quantum()
65 class high_prio_queue : public drr_queue<inode_policy> { class
75 inode_policy, high_prio_queue, nested_queue_type, nested_queue_type>;
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dthreadpool_unix.cc142 connection_queue_t high_prio_queue; member
468 if ((c= thread_group->high_prio_queue.front())) in queue_get()
470 thread_group->high_prio_queue.remove(c); in queue_get()
611 return (tg->high_prio_queue.is_empty() && in queues_are_empty()
783 bool listener_picks_event= thread_group->high_prio_queue.is_empty() && in listener()
797 thread_group->high_prio_queue.push_back(c); in listener()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dthreadpool_unix.cc142 connection_queue_t high_prio_queue; member
468 if ((c= thread_group->high_prio_queue.front())) in queue_get()
470 thread_group->high_prio_queue.remove(c); in queue_get()
611 return (tg->high_prio_queue.is_empty() && in queues_are_empty()
783 bool listener_picks_event= thread_group->high_prio_queue.is_empty() && in listener()
797 thread_group->high_prio_queue.push_back(c); in listener()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dthreadpool_unix.cc140 connection_queue_t high_prio_queue; member
459 if ((c= thread_group->high_prio_queue.front())) in queue_get()
461 thread_group->high_prio_queue.remove(c); in queue_get()
609 return (tg->high_prio_queue.is_empty() && in queues_are_empty()
781 bool listener_picks_event= thread_group->high_prio_queue.is_empty() && in listener()
795 thread_group->high_prio_queue.push_back(c); in listener()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dthreadpool_unix.cc140 connection_queue_t high_prio_queue; member
459 if ((c= thread_group->high_prio_queue.front())) in queue_get()
461 thread_group->high_prio_queue.remove(c); in queue_get()
609 return (tg->high_prio_queue.is_empty() && in queues_are_empty()
781 bool listener_picks_event= thread_group->high_prio_queue.is_empty() && in listener()
795 thread_group->high_prio_queue.push_back(c); in listener()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dthreadpool_unix.cc140 connection_queue_t high_prio_queue; member
459 if ((c= thread_group->high_prio_queue.front())) in queue_get()
461 thread_group->high_prio_queue.remove(c); in queue_get()
609 return (tg->high_prio_queue.is_empty() && in queues_are_empty()
781 bool listener_picks_event= thread_group->high_prio_queue.is_empty() && in listener()
795 thread_group->high_prio_queue.push_back(c); in listener()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dthreadpool_unix.cc142 connection_queue_t high_prio_queue; member
468 if ((c= thread_group->high_prio_queue.front())) in queue_get()
470 thread_group->high_prio_queue.remove(c); in queue_get()
611 return (tg->high_prio_queue.is_empty() && in queues_are_empty()
783 bool listener_picks_event= thread_group->high_prio_queue.is_empty() && in listener()
797 thread_group->high_prio_queue.push_back(c); in listener()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/task/sequence_manager/
H A Dtime_domain_unittest.cc405 auto high_prio_queue = in TEST_F() local
407 high_prio_queue->SetQueuePriority(TaskQueue::kHighestPriority); in TEST_F()
408 auto high_prio_runner = high_prio_queue->CreateTaskRunner(kTaskTypeNone); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/task/sequence_manager/
H A Dtime_domain_unittest.cc406 auto high_prio_queue = in TEST_F() local
408 high_prio_queue->SetQueuePriority(TaskQueue::kHighestPriority); in TEST_F()
409 auto high_prio_runner = high_prio_queue->CreateTaskRunner(kTaskTypeNone); in TEST_F()