commit 2025-09-04 14:19 edit a bit ZtCThread : ZCppMain/ZCProcess_Linux.H
This commit is contained in:
@ -3457,6 +3457,8 @@ namespace ZNsMain
|
||||
ZtCThread(TTypeBase& AR_CBaseType):TTypeBase(AR_CBaseType)
|
||||
{
|
||||
_DEBUG_REENTRANT_CHECK_
|
||||
|
||||
mh_ThreadID = 0 ;
|
||||
}
|
||||
ZtCThread(const ZtCThread& rhs):TTypeBase(rhs)
|
||||
{
|
||||
@ -3469,6 +3471,8 @@ namespace ZNsMain
|
||||
ZtCThread(const TTypeArg& AR_TTypeArg):TTypeBase(AR_TTypeArg)
|
||||
{
|
||||
_DEBUG_REENTRANT_CHECK_
|
||||
|
||||
mh_ThreadID = 0 ;
|
||||
}
|
||||
ZtCThread& operator=(const ZtCThread& rhs)
|
||||
{
|
||||
|
Reference in New Issue
Block a user