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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user