Content deleted Content added
No edit summary Tags: Mobile edit Mobile web edit |
m Corrected the comment in line 4, of the first pseudocode. |
||
Line 8:
'''procedure''' EnterCritical() {
'''do''' {
'''while''' (locked == true) //'''skip
} '''while''' TestAndSet(locked) ''// actual atomic locking''
}
|