Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSharp_顾又嘉_无22 #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

CSharp_顾又嘉_无22 #3

wants to merge 2 commits into from

Conversation

asdawej
Copy link

@asdawej asdawej commented Jul 14, 2023

No description provided.

}
public void Set0()
{
Interlocked.Exchange(ref this.startTime, Environment.TickCount64);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

使用原子操作时,要保证对该变量所有读写操作都采用原子操作!

if (this.GetProgress().ElapsedTime >= this.needTime && this.needTime != 0) this.stop = 1;
if (this.stop == 1) return false;
this.startTime = Environment.TickCount64;
this.stop = 1;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

没有采用原子操作或锁保证线程安全

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants