remove thread library types so as not to clutter the global namespace when void*...
commit40a5de23221eb00f170cef09e85d47a17baed3ed
authorrob <rob@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 3 Dec 2007 10:00:11 +0000 (3 10:00 +0000)
committerrob <rob@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 3 Dec 2007 10:00:11 +0000 (3 10:00 +0000)
tree2c164430412b6de6aef468b502aed5d229503247
parent56d521cbfa091782199ab0c2c0eac0b79d40ef86
remove thread library types so as not to clutter the global namespace when void* will do just as well

git-svn-id: https://svn.aros.org:8080/svn/aros/trunk/AROS@27363 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
24 files changed:
compiler/include/libraries/thread.h
test/threads/broadcastcondition.c
test/threads/mutex.c
test/threads/signalcondition.c
test/threads/threadexit.c
test/threads/twothreads.c
workbench/libs/thread/broadcastcondition.c
workbench/libs/thread/createcondition.c
workbench/libs/thread/createmutex.c
workbench/libs/thread/createthread.c
workbench/libs/thread/currentthread.c
workbench/libs/thread/destroycondition.c
workbench/libs/thread/destroymutex.c
workbench/libs/thread/detachthread.c
workbench/libs/thread/lockmutex.c
workbench/libs/thread/signalcondition.c
workbench/libs/thread/thread.conf
workbench/libs/thread/thread_init.c
workbench/libs/thread/thread_intern.h
workbench/libs/thread/trylockmutex.c
workbench/libs/thread/unlockmutex.c
workbench/libs/thread/waitallthreads.c
workbench/libs/thread/waitcondition.c
workbench/libs/thread/waitthread.c