Preparation for the upcoming deadlock detector
commit74e39a1b607f8bc6934032499fe9fd918a504c0a
authorChristian Thaeter <ct@pipapo.org>
Fri, 6 Feb 2009 00:05:10 +0000 (6 01:05 +0100)
committerChristian Thaeter <ct@pipapo.org>
Fri, 4 Sep 2009 04:31:58 +0000 (4 06:31 +0200)
tree0b9d3ffca08d40cae1bd091e8fd6aa8db5774515
parentccf143cea2badaa99142a970717adad23148a6f3
Preparation for the upcoming deadlock detector

split the resource_record into resource and user case. Remove generic
thread_id and make the checks (recursive) more explicit about the thread.
Refined logic of enter/state checks. Lots of format changes etc..
src/nobug.h
src/nobug_resources.c
tests/30resource.tests
tests/35resourcethreaded.tests
tests/Makefile.am
tests/test_nobug_deadlock.c [deleted file]
tests/test_nobug_resources.c
tests/test_nobug_resources_threaded.c