diff options
author | Sebastian Rasmussen <sebras@gmail.com> | 2018-01-11 14:19:55 +0100 |
---|---|---|
committer | Sebastian Rasmussen <sebras@gmail.com> | 2018-01-11 14:36:44 +0100 |
commit | 3df11d8c8cc3e6d638d0864d994219ac89f734ad (patch) | |
tree | 9fbdb443c933d88c048c9121e806ce04437a799f /platform/java | |
parent | a2a4ad9dceef9610ddc98b2eadb46c3f377516d1 (diff) | |
download | mupdf-3df11d8c8cc3e6d638d0864d994219ac89f734ad.tar.xz |
Only do lock checking if using custom locks.
The lock checking functions are always enabled in debug mode, but
since they are not thread safe they may not be used in a
multi-threaded application. Multi-threaded applications are
required to set their own locking functions so the lock checking
functions should only be run if the default locking functions
are in use.
Diffstat (limited to 'platform/java')
0 files changed, 0 insertions, 0 deletions