* src/toolbox/list.hpp (List): Added new list class without a mutex.
authorMichael Starzinger <michi@complang.tuwien.ac.at>
Tue, 12 May 2009 08:21:16 +0000 (10:21 +0200)
committerMichael Starzinger <michi@complang.tuwien.ac.at>
Tue, 12 May 2009 08:21:16 +0000 (10:21 +0200)
commita8d45af29fc8dbb5fdc664befabbf27bdcbff090
tree19cec291c3bb93a2cb30cf28039d91ab4117929d
parentb9a6c517bf4c7a5f3715cff53e985dabab78b858
* src/toolbox/list.hpp (List): Added new list class without a mutex.
(LockedList): Renamed list class with mutex to make mutex obvious.
* src/threads/threadlist.hpp (ThreadList): Use above class.
* src/threads/threadlist.cpp: Likewise.
* src/vm/jit/code.hpp (codeinfo): Patcher list uses above class.
* src/vm/jit/patcher-common.cpp (patcher_list_create): Likewise.
src/threads/threadlist.cpp
src/threads/threadlist.hpp
src/toolbox/list.hpp
src/vm/jit/code.hpp
src/vm/jit/patcher-common.cpp