changes.mady.by.user Alex Volkovitsky
Saved on Jun 11, 2008
changes.mady.by.user David Svoboda
Saved on Jun 19, 2008
...
POS31-C. Do not unlock or destroy another thread's mutex
POS32-C. Include a mutex when using bit-fields in a multi-threaded environmentWhen data must be accessed by multiple threads, provide a mutex and guarantee no adjacent data is also accessed.
POS33-C. Do not use vfork()