|
5/25 |
2002/3/12 [Politics] UID:24087 Activity:moderate |
3/12 Hey, does the term "race condition" refer to a thread deadlock or some weird condition that happens sporadically when multiple thread interact just right (due to improper locking, etc.) ? \_ "race condition" just means that your code behaves differently depending on the order of execution of threads. \_ That's what I figured. Thanks. |