mirror of
https://gitee.com/openharmony/arkcompiler_runtime_core
synced 2025-04-13 08:00:43 +00:00

Update all copyrights headers with 2024 Issue: #IAEF1K Tests: `ninja tests` Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com>
Thread pool
TLA+/PlusCal model for thread pool (runtime/thread_pool.h
) is placed in thread_pool/thread_pool.tla
.
This model was verified in TLA+ Toolbox
tool with the following parameters: max_producers = 2
,
max_workers = 2
, queue_max_size = 2
, max_controllers = 2
, deadlock check.
The verification process took about 2 hours on machine with the following configuration:
Intel Core i7-9850H CPU @ 2.60GHz, 12 cores, 16 GB RAM.