Rate This Document
Findability
Accuracy
Completeness
Readability

HTL_thread_scheduler_type_t

Table 1 Scheduler types

Type

Description

HTL_THREAD_SCHEDULER_DEFAULT

Default scheduler. The HTL_THREAD_SCHEDULER_BASIC type is used.

HTL_THREAD_SCHEDULER_BASIC

Basic scheduler.

HTL_THREAD_SCHEDULER_PRIORITY

Priority scheduler. This type is not recommended because it does not meet the expectation in some scenarios.

HTL_THREAD_SCHEDULER_RANDOM

Random work-stealing scheduler. This type is not recommended because it does not meet the expectation in some scenarios.

HTL_THREAD_SCHEDULER_WAIT

Basic scheduler with the capability to wait for a worker.

HTL_THREAD_SCHEDULER_RANDOM_NUMA

Random NUMA scheduler.