Mir

Comment 3 for bug 1427976

Revision history for this message
Alberto Aguirre (albaguirre) wrote :

@Daniel,

std::unique_lock is not portable across threads (i.e. it has the same lock/unlock semantics as the mutex it wraps).