Searched defs:steal (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/fiber/algo/ | ||
D | work_stealing.hpp | 69 virtual context * steal() noexcept { in steal() function in boost::fibers::algo::work_stealing |
/third_party/boost/boost/fiber/numa/algo/ | ||
D | work_stealing.hpp | 74 virtual context * steal() noexcept { in steal() function in boost::fibers::numa::algo::work_stealing |
/third_party/boost/libs/python/test/ | ||
D | auto_ptr.cpp | 31 int steal(std::auto_ptr<X> x) in steal() function |
/third_party/boost/boost/fiber/detail/ | ||
D | context_spinlock_queue.hpp | 98 context * steal() { in steal() function in boost::fibers::detail::context_spinlock_queue |
D | context_spmc_queue.hpp | 166 context * steal() { in steal() function in boost::fibers::detail::context_spmc_queue |
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ | ||
D | scheduler.cpp | 557 bool Scheduler::Worker::steal(Task& out) { in steal() function in marl::Scheduler::Worker |
/third_party/glib/glib/ | ||
D | gtree.c | 766 gboolean steal) in g_tree_remove_internal() |