lowerpower / c-libutl

Automatically exported from code.google.com/p/c-libutl
0 stars 0 forks source link

ensure multi thread safety #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently clibutl uses global variables and statically allocated buffers
making it non-thread safe.
Need to make it safe.

Original issue reported on code.google.com by rdent...@gmail.com on 10 Jan 2010 at 1:06

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Some work already done. Code should be inspected to ensure no other global or 
source
of non-thread-safeness has remined

Original comment by rdent...@gmail.com on 14 Apr 2010 at 7:55