Give the token space lock a name.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34387 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-11-30 17:11:19 +00:00
parent c37e40a078
commit 3c0c94f81c
+1
View File
@@ -22,6 +22,7 @@ BTokenSpace gDefaultTokens;
BTokenSpace::BTokenSpace()
:
BLocker("token space"),
fTokenCount(1)
{
}