mirror of
https://onedev.site.tesses.net/crosslang
synced 2026-02-09 01:25:45 +00:00
Remove OnItteration due to bugs in multithreaded registering in tytd
This commit is contained in:
@@ -129,11 +129,14 @@ namespace Tesses::CrossLang
|
||||
|
||||
void GC::BarrierBegin()
|
||||
{
|
||||
|
||||
this->mtx->Lock();
|
||||
}
|
||||
void GC::BarrierEnd()
|
||||
{
|
||||
|
||||
this->mtx->Unlock();
|
||||
|
||||
}
|
||||
void GC::Watch(TObject obj)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user