单一程序/校对试图获得同一顶顶垫时的状态是否被称作“lock锁”?
mutex_lock(&mutex) - success
...
mutex_lock(&mutex) - blocked, mutex not released
Seems as condition of "nonshearable resource" doesn t apply: here is only single process/thread so that no case of nonshearable resource hold and wait: here is only single process so that no wait for another process to release the requested resource