Rate This Document
Findability
Accuracy
Completeness
Readability

HTL_thread_pool_access_mode_t

Table 1 Thread pool access modes

Mode

Description

HTL_THREAD_POOL_ACCESS_MODE_PRIV

Allows only one executor to perform push and pop operations within the pool's lifecycle.

HTL_THREAD_POOL_ACCESS_MODE_SISO

Allows only one executor to perform push operations and one to perform pop operations within the pool's lifecycle. The two executors can be different.

HTL_THREAD_POOL_ACCESS_MODE_MISO

Allows only one executor to perform pop operations.

HTL_THREAD_POOL_ACCESS_MODE_SIMO

Allows only one executor to perform push operations.

HTL_THREAD_POOL_ACCESS_MODE_MIMO

Has no restrictions on push and pop operations.