• Davis King's avatar
    Changed the spec for mutex::unlock() to say that it is illegal for a thread to · 68e88433
    Davis King authored
    unlock a dlib::mutex it doesn't own.  This is technically a non-backwards
    compatible change to the API but it has always been implemented in a way that
    didn't allow this kind of double unlock() on non-Windows platforms.
    Additionally, the recent change to the dlib::mutex implementation on windows
    also no longer allows this kind of double unlock.
    68e88433
Name
Last commit
Last update
dlib Loading commit data...
docs Loading commit data...
examples Loading commit data...
tools Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
README.txt Loading commit data...