]> mj.ucw.cz Git - moe.git/blob - ucw/THREADS
Merge commit '700824d3e9bce9219819e4e5096ab94da301d44b' from branch bernard/master
[moe.git] / ucw / THREADS
1 Generally, functions in the UCW library are reentrant as long as you call them
2 on different data. Calling on the same object is not, unless otherwise told,
3 which also includes functions acting on any kind of global state.
4
5 There are some exceptions:
6
7 - setproctitle() is not safe, it modifies global state