$Date: 2005/10/26 12:19:15 $
$Revision: 1.5 $
-- make
-- make
-- Is the thread subsystem enabled?
-- (From EM_SUBSYSTEM)
-- out dummy function
-- sets a dummy function for thread execution... just to see what happens / debugging...
-- sets the function which will be executed
-- Disable basic systems.
-- (From EM_SUBSYSTEM)
-- Enable basic systems.
-- (From EM_SUBSYSTEM)
-- Count of enabled subsystems
-- (From EM_SUBSYSTEM)
-- gets called by the thread creation procedure
-- (From INT_VOIDP_ANONYMOUS_CALLBACK_CALLBACK)
-- mutex to lock the whole thread_system
-- (From EM_THREAD_SUBSYSTEM)
-- semaphore to lock the whole thread_system. i think we need this, because we only have one callback singleton ...
-- (i could be wrong though ;)
-- (From EM_THREAD_SUBSYSTEM)
-- (From EM_THREAD_SUBSYSTEM)
-- on_callback is called whenever a new thread is created!
-- (From EM_THREAD_SUBSYSTEM)
*** Since Eiffel doesn't correctly support threats, this doesn't work yet ***