Patrick Baggett
Results
2
issues of
Patrick Baggett
This modifies the code to have two new functions: load32() and load64(). When ARCH_HAVE_UNALIGNED_LOAD is defined (e.g. x86), they are simple assignments, but otherwise, they use memcpy() to signal to...
When there is an error, the thread pool is not correctly shut down. Because the "active" flag is still set to false, close() will not shutdown the pool. This fixes...