[][src]Module bastion_executor::worker

SMP parallelism based cache affine worker implementation

This worker implementation relies on worker run queue statistics which are hold in the pinned global memory where workload distribution calculated and amended to their own local queues.

Functions

current

Get the current process's stack

fetch_proc

Fetch the process from the run queue. Does the work of work-stealing if process doesn't exist in the local run queue.