Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Go to:
note description: "Features to access and interact with the SCOOP runtime." date: "$Date: 2015-06-11 02:29:55 -0700 (Thu, 11 Jun 2015) $" revision: "$Revision: 97458 $" class interface ISE_SCOOP_RUNTIME create default_create feature -- Access frozen invalid_region_id: NATURAL_16 -- The special region ID used for invalid regions. frozen region_id (a_object: separate ANY): NATURAL_16 -- The region ID on which `a_object' is placed. feature -- Basic operations pin_to_thread -- Pin the current processor to its own thread. pin_processor_to_thread (a_object: separate ANY) -- Pin the processor behind the separate object `a_object' to its own thread. note copyright: "Copyright (c) 1984-2015, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 5949 Hollister Ave., Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- class ISE_SCOOP_RUNTIME
Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Go to:

-- Generated by ISE Eiffel --
For more details: www.eiffel.com