mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Implemented IsBackground. Added GC.Disable
This commit is contained in:
parent
af783bec7e
commit
c21be1eea1
6 changed files with 69 additions and 24 deletions
|
@ -111,6 +111,7 @@ public:
|
|||
bool mStarted;
|
||||
bool mJoinOnDelete;
|
||||
bool mIsManualInit;
|
||||
bool mIsBackground;
|
||||
BfpThread* mThreadHandle;
|
||||
intptr mThreadId;
|
||||
Beefy::CritSect mCritSect;
|
||||
|
@ -126,6 +127,7 @@ public:
|
|||
mIsSuspended = false;
|
||||
mJoinOnDelete = true;
|
||||
mIsManualInit = false;
|
||||
mIsBackground = false;
|
||||
mStackStart = 0;
|
||||
mThreadId = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue