| config BR2_PACKAGE_PTHREADPOOL | |
| bool "pthreadpool" | |
| depends on BR2_TOOLCHAIN_HAS_THREADS | |
| select BR2_PACKAGE_FXDIV | |
| help | |
| Pthreadpool is a portable and efficient thread pool | |
| implementation. | |
| https://github.com/Maratyszcza/pthreadpool | |
| comment "pthreadpool needs a toolchain w/ threads" | |
| depends on !BR2_TOOLCHAIN_HAS_THREADS |