Project

General

Profile

« Previous | Next » 

Revision d8d581bf

Added by ko1 (Koichi Sasada) over 5 years ago

add assertion for mutex_lock.

After do_mutex_lock(mutex), the mutex should be owned by the current
thread. Adding an assertion for this assumption.