threadLockContextSwitch not necessary
This commit is contained in:
@@ -145,9 +145,7 @@ void dbLockSetGblLock(void)
|
||||
|
||||
void dbLockSetGblUnlock(void)
|
||||
{
|
||||
threadLockContextSwitch();
|
||||
changingLockSets = FALSE;
|
||||
threadUnlockContextSwitch();
|
||||
semMutexGive(globalLock);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user