Define AVS_COMMONS_COMPAT_THREADING_WITH_PTHREAD
Defined in File avs_commons_config.h
Define Documentation
-
AVS_COMMONS_COMPAT_THREADING_WITH_PTHREAD
Enable implementation based on the POSIX Threads library.
This implementation is preferred over the spinlock-based one, but the POSIX Threads library is normally available only in UNIX-like environments.