Searched refs:stolenTask (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/tweed/
H A Dtweed.c254 struct generic_task_desc * stolenTask; local
259 stolenTask = victim->bot;
261 if (stolenTask != NULL && stolenTask->balarm == TWEED_TASK_NEW) {
264 tweed_task_func_t func = steal_task(stolenTask, me);
269 stolenTask->balarm = TWEED_TASK_INLINED;
270 stolenTask->thief = NULL;
276 atomic_inc(&(victim->bot), stolenTask->size);
281 func(_tweed_top_, stolenTask);
286 stolenTask
[all...]

Completed in 53 milliseconds