Header menu logo B2R2

TaskScheduler<'FnCtx, 'GlCtx> Type

Constructors

Constructor Description

TaskScheduler(builders, strategy, taskStream, dependenceMap)

Full Usage: TaskScheduler(builders, strategy, taskStream, dependenceMap)

Parameters:
Returns: TaskScheduler<'FnCtx, 'GlCtx>
builders : CFGBuilderTable<'FnCtx, 'GlCtx>
strategy : ICFGBuildingStrategy<'FnCtx, 'GlCtx>
taskStream : TaskWorkerCommandStream<'FnCtx, 'GlCtx>
dependenceMap : FunctionDependenceMap
Returns: TaskScheduler<'FnCtx, 'GlCtx>

Instance members

Instance member Description

this.PostCommand

Full Usage: this.PostCommand

Parameters:

Post a command to the msgbox.

cmd : TaskManagerCommand<'FnCtx, 'GlCtx>

this.Start

Full Usage: this.Start

Parameters:
Returns: Agent<TaskManagerCommand<'FnCtx, 'GlCtx>>

Start the scheduler and return the command message box.

token : CancellationToken
Returns: Agent<TaskManagerCommand<'FnCtx, 'GlCtx>>

this.StartBuilding

Full Usage: this.StartBuilding

Parameters:

Post a `StartBuilding` message to the msgbox to start building this function.

entryPoint : Addr
mode : ArchOperationMode

this.Terminate

Full Usage: this.Terminate

Terminate the scheduler.

Type something to start searching.