HTL_thread_scheduler_type_t
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. |
Parent topic: Enumeration