Home
last modified time | relevance | path

Searched defs:stealWork (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/marl/src/
H A Dscheduler.cpp200 bool Scheduler::stealWork(Worker* thief, uint64_t from, Task& out) { in stealWork() function in marl::Scheduler
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dproc.go3654 func stealWork(now int64) (gp *g, inheritTime bool, rnow, pollUntil int64, newWork bool) { func