libcore: Locking a mutex without throwing exceptions
Most of the code has been written with the assumption that lockinga mutex will never throw an exception.
View differences
libcore: Locking a mutex without throwing exceptions
Most of the code has been written with the assumption that locking
a mutex will never throw an exception.