- Notifications
You must be signed in to change notification settings - Fork215
Open
Description
While testingbenchmark.static_thread_pool, I found that the program had a chance to hang.
Further testing revealed that task loss might be caused by contention betweenbwos queue push and steal operations.
Here is my test code.
seq 500 | xargs -I{} sh -c 'printf "\n\nRun #%s\n" "{}"; ./build/examples/example.benchmark.static_thread_pool '
Metadata
Metadata
Assignees
Labels
No labels