-
Notifications
You must be signed in to change notification settings - Fork 87
Thread Safety
Hannes Hauswedell edited this page Jan 25, 2017
·
2 revisions
- not thread-safe or unknown
- re-entrant (safe if called with different parameters)
- thread-safe (always safe)
Every function starts with 1., but should at least guarantee 2.
TODO: maybe rename to "data races"? Use other definitions?