Now uses the cache stack trick for a cheaper check_lock() version as suggested by stippi.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21863 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-08-08 22:43:52 +00:00
parent 69bee56c3b
commit eaad52e8d7
2 changed files with 11 additions and 5 deletions
+2 -1
View File
@@ -159,13 +159,14 @@ private:
int32 fOwnerCount;
thread_id fOwner;
thread_id fThread;
addr_t fCachedStack;
int32 fInitPriority;
BHandler* fPreferred;
BList fHandlers;
BList* fCommonFilters;
bool fTerminating;
bool fRunCalled;
uint32 _reserved[12];
uint32 _reserved[11];
};
#endif // _LOOPER_H