* src/toolbox/list.c (list_create): Use Mutex instead of a Java lock.
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Thu, 14 Aug 2008 15:30:28 +0000 (17:30 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Thu, 14 Aug 2008 15:30:28 +0000 (17:30 +0200)
commit8cf4bc44fe2eb82e3d3f063da338460091d94f24
treefba88df6df25cc8e93f03075428eb01c2719ff93
parentee26280669f341c565735ea42d00d8deb3912608
* src/toolbox/list.c (list_create): Use Mutex instead of a Java lock.
(list_free): Delete the mutex.
(list_lock, list_unlock): Use Mutex functions.
* src/toolbox/list.h (list_t): Use Mutex instead of java_object_t.
* src/vm/jit/patcher-common.c (patcher_handler): Use
list_lock/list_unlock.
src/toolbox/list.c
src/toolbox/list.h
src/vm/jit/patcher-common.c