uvg266/src/threadwrapper
2019-11-21 13:38:40 +02:00
..
include Update threadwrapper to enable pthread_rwlock_t 2019-11-21 13:38:40 +02:00
src Update threadwrapper to enable pthread_rwlock_t 2019-11-21 13:38:40 +02:00
LICENSE Add new threadwrapper 2019-06-18 18:45:45 +03:00
README.md Add new threadwrapper 2019-06-18 18:45:45 +03:00

ThreadWrapper

Wraps pthread functions so that they actually call C++ standard functions.

Only functions used by Kvazaar, an open-source HEVC encoder, are implemented. People are free to contribute if they implement other functions.