Skip to content

Thread Safety

Hannes Hauswedell edited this page Jan 25, 2017 · 2 revisions
  1. not thread-safe or unknown
  2. re-entrant (safe if called with different parameters)
  3. thread-safe (always safe)

Every function starts with 1., but should at least guarantee 2.

TODO: maybe rename to "data races"? Use other definitions?

Clone this wiki locally