Skip to content

Engine barrier

Pedro Gonnet requested to merge engine_barrier into master

Following the results in the threadpool_task_plots branch, I've replaced the elaborate hand-crafted engine_barrier function by two pthread_barriers.

As a result, the runner threads should all start, and synchronize, faster.

Merge request reports