kernel: Protect UserTimers with sUserTimerLock

This commit is contained in:
Pawel Dziepak
2013-11-05 05:36:05 +01:00
parent 4824f7630b
commit f4b088a992
4 changed files with 136 additions and 86 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ private:
private:
ThreadCreationAttributes fCreationAttributes;
char fThreadName[B_OS_NAME_LENGTH];
bool fPendingDPC;
int32 fPendingDPC;
};