You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kind of hard to establish without a thorough review, but see rev 606e58f for reference.
Basically, any flag in tthread classes that can be accessed from multiple threads must be declared volatile, and must be smaller or as large as a pointer. It's probably best to just use size_t, as that's guaranteed to be the same size as a pointer.
The text was updated successfully, but these errors were encountered:
Kind of hard to establish without a thorough review, but see rev 606e58f for reference.
Basically, any flag in tthread classes that can be accessed from multiple threads must be declared volatile, and must be smaller or as large as a pointer. It's probably best to just use size_t, as that's guaranteed to be the same size as a pointer.
The text was updated successfully, but these errors were encountered: