kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

Overall file subsystem thread safety #625

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
File subsystem is a core OS module and as such should be designed and 
implemented in threadsafe manner, possibly providing services for multiple 
tasks with multiple threads.
Currently no thread safety mechanisms are designed or implemented.

Original issue reported on code.google.com by fsul...@gmail.com on 30 Jul 2013 at 9:33