commit 2025-09-04 14:19 edit a bit ZtCThread : ZCppMain/ZCProcess_Linux.H

This commit is contained in:
2025-09-04 14:19:37 +09:00
parent 37628f49a4
commit 7dff03d2bc

View File

@ -3457,6 +3457,8 @@ namespace ZNsMain
ZtCThread(TTypeBase& AR_CBaseType):TTypeBase(AR_CBaseType) ZtCThread(TTypeBase& AR_CBaseType):TTypeBase(AR_CBaseType)
{ {
_DEBUG_REENTRANT_CHECK_ _DEBUG_REENTRANT_CHECK_
mh_ThreadID = 0 ;
} }
ZtCThread(const ZtCThread& rhs):TTypeBase(rhs) ZtCThread(const ZtCThread& rhs):TTypeBase(rhs)
{ {
@ -3469,6 +3471,8 @@ namespace ZNsMain
ZtCThread(const TTypeArg& AR_TTypeArg):TTypeBase(AR_TTypeArg) ZtCThread(const TTypeArg& AR_TTypeArg):TTypeBase(AR_TTypeArg)
{ {
_DEBUG_REENTRANT_CHECK_ _DEBUG_REENTRANT_CHECK_
mh_ThreadID = 0 ;
} }
ZtCThread& operator=(const ZtCThread& rhs) ZtCThread& operator=(const ZtCThread& rhs)
{ {