Changeset dd687d9 in rtems
- Timestamp:
- 09/04/03 18:56:05 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4e89a12
- Parents:
- 4ae4728
- Location:
- cpukit
- Files:
-
- 185 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/rtems/src/clocktodtoseconds.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/rtems/src/clocktodvalidate.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/ChangeLog
r4ae4728 rdd687d9 1 2003-09-04 Joel Sherrill <joel@OARcorp.com> 2 3 * include/rtems/debug.h, include/rtems/seterr.h, 4 include/rtems/system.h, include/rtems/score/address.h, 5 include/rtems/score/apiext.h, include/rtems/score/apimutex.h, 6 include/rtems/score/bitfield.h, include/rtems/score/chain.h, 7 include/rtems/score/context.h, include/rtems/score/copyrt.h, 8 include/rtems/score/coremsg.h, include/rtems/score/coremutex.h, 9 include/rtems/score/coresem.h, include/rtems/score/heap.h, 10 include/rtems/score/interr.h, include/rtems/score/isr.h, 11 include/rtems/score/mpci.h, include/rtems/score/mppkt.h, 12 include/rtems/score/object.h, include/rtems/score/objectmp.h, 13 include/rtems/score/priority.h, include/rtems/score/stack.h, 14 include/rtems/score/states.h, include/rtems/score/sysstate.h, 15 include/rtems/score/thread.h, include/rtems/score/threadmp.h, 16 include/rtems/score/threadq.h, include/rtems/score/tod.h, 17 include/rtems/score/tqdata.h, include/rtems/score/userext.h, 18 include/rtems/score/watchdog.h, include/rtems/score/wkspace.h, 19 inline/rtems/score/address.inl, inline/rtems/score/chain.inl, 20 inline/rtems/score/coremsg.inl, inline/rtems/score/coremutex.inl, 21 inline/rtems/score/coresem.inl, inline/rtems/score/heap.inl, 22 inline/rtems/score/isr.inl, inline/rtems/score/mppkt.inl, 23 inline/rtems/score/object.inl, inline/rtems/score/objectmp.inl, 24 inline/rtems/score/priority.inl, inline/rtems/score/stack.inl, 25 inline/rtems/score/states.inl, inline/rtems/score/sysstate.inl, 26 inline/rtems/score/thread.inl, inline/rtems/score/threadmp.inl, 27 inline/rtems/score/tod.inl, inline/rtems/score/tqdata.inl, 28 inline/rtems/score/userext.inl, inline/rtems/score/watchdog.inl, 29 inline/rtems/score/wkspace.inl, macros/rtems/score/address.inl, 30 macros/rtems/score/chain.inl, macros/rtems/score/coremsg.inl, 31 macros/rtems/score/coremutex.inl, macros/rtems/score/coresem.inl, 32 macros/rtems/score/heap.inl, macros/rtems/score/isr.inl, 33 macros/rtems/score/mppkt.inl, macros/rtems/score/object.inl, 34 macros/rtems/score/objectmp.inl, macros/rtems/score/priority.inl, 35 macros/rtems/score/stack.inl, macros/rtems/score/states.inl, 36 macros/rtems/score/sysstate.inl, macros/rtems/score/thread.inl, 37 macros/rtems/score/threadmp.inl, macros/rtems/score/tod.inl, 38 macros/rtems/score/tqdata.inl, macros/rtems/score/userext.inl, 39 macros/rtems/score/watchdog.inl, macros/rtems/score/wkspace.inl, 40 src/apiext.c, src/chain.c, src/coremsg.c, src/coremsgbroadcast.c, 41 src/coremsgclose.c, src/coremsgflush.c, src/coremsgflushsupp.c, 42 src/coremsgflushwait.c, src/coremsginsert.c, src/coremsgseize.c, 43 src/coremsgsubmit.c, src/coremutex.c, src/coremutexflush.c, 44 src/coremutexseize.c, src/coremutexsurrender.c, src/coresem.c, 45 src/coresemflush.c, src/coresemseize.c, src/coresemsurrender.c, 46 src/coretod.c, src/coretodset.c, src/coretodtickle.c, 47 src/coretodtoseconds.c, src/coretodvalidate.c, src/heap.c, 48 src/heapallocate.c, src/heapextend.c, src/heapfree.c, 49 src/heapgetinfo.c, src/heapsizeofuserarea.c, src/heapwalk.c, 50 src/interr.c, src/isr.c, src/iterateoverthreads.c, src/mpci.c, 51 src/object.c, src/objectallocate.c, src/objectallocatebyindex.c, 52 src/objectclearname.c, src/objectcomparenameraw.c, 53 src/objectcomparenamestring.c, src/objectcopynameraw.c, 54 src/objectcopynamestring.c, src/objectextendinformation.c, 55 src/objectfree.c, src/objectget.c, src/objectgetbyindex.c, 56 src/objectgetisr.c, src/objectgetnext.c, src/objectgetnoprotection.c, 57 src/objectidtoname.c, src/objectinitializeinformation.c, 58 src/objectmp.c, src/objectnametoid.c, src/objectshrinkinformation.c, 59 src/thread.c, src/threadchangepriority.c, src/threadclearstate.c, 60 src/threadclose.c, src/threadcreateidle.c, src/threaddelayended.c, 61 src/threaddispatch.c, src/threadevaluatemode.c, src/threadget.c, 62 src/threadhandler.c, src/threadidlebody.c, src/threadinitialize.c, 63 src/threadloadenv.c, src/threadmp.c, src/threadq.c, 64 src/threadqdequeue.c, src/threadqdequeuefifo.c, 65 src/threadqdequeuepriority.c, src/threadqenqueue.c, 66 src/threadqenqueuefifo.c, src/threadqenqueuepriority.c, 67 src/threadqextract.c, src/threadqextractfifo.c, 68 src/threadqextractpriority.c, src/threadqextractwithproxy.c, 69 src/threadqfirst.c, src/threadqfirstfifo.c, 70 src/threadqfirstpriority.c, src/threadqflush.c, src/threadqtimeout.c, 71 src/threadready.c, src/threadreset.c, src/threadresettimeslice.c, 72 src/threadrestart.c, src/threadresume.c, src/threadrotatequeue.c, 73 src/threadsetpriority.c, src/threadsetstate.c, 74 src/threadsettransient.c, src/threadstackallocate.c, 75 src/threadstackfree.c, src/threadstart.c, 76 src/threadstartmultitasking.c, src/threadsuspend.c, 77 src/threadtickletimeslice.c, src/threadyieldprocessor.c, 78 src/userext.c, src/watchdog.c, src/watchdogadjust.c, 79 src/watchdoginsert.c, src/watchdogremove.c, src/watchdogtickle.c, 80 src/wkspace.c: URL for license changed. 81 1 82 2003-08-14 Joel Sherrill <joel@OARcorp.com> 2 83 -
cpukit/score/include/rtems/debug.h
r4ae4728 rdd687d9 11 11 * The license and distribution terms for this file may be 12 12 * found in the file LICENSE in this distribution or at 13 * http://www. OARcorp.com/rtems/license.html.13 * http://www.rtems.com/license/LICENSE. 14 14 * 15 15 * $Id$ -
cpukit/score/include/rtems/score/address.h
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/include/rtems/score/apiext.h
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/include/rtems/score/apimutex.h
r4ae4728 rdd687d9 10 10 * The license and distribution terms for this file may be 11 11 * found in the file LICENSE in this distribution or at 12 * http://www. OARcorp.com/rtems/license.html.12 * http://www.rtems.com/license/LICENSE. 13 13 * 14 14 * $Id$ -
cpukit/score/include/rtems/score/bitfield.h
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/include/rtems/score/chain.h
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/include/rtems/score/context.h
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/include/rtems/score/copyrt.h
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/include/rtems/score/coremsg.h
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/include/rtems/score/coremutex.h
r4ae4728 rdd687d9 11 11 * The license and distribution terms for this file may be 12 12 * found in the file LICENSE in this distribution or at 13 * http://www. OARcorp.com/rtems/license.html.13 * http://www.rtems.com/license/LICENSE. 14 14 * 15 15 * $Id$ -
cpukit/score/include/rtems/score/coresem.h
r4ae4728 rdd687d9 11 11 * The license and distribution terms for this file may be 12 12 * found in the file LICENSE in this distribution or at 13 * http://www. OARcorp.com/rtems/license.html.13 * http://www.rtems.com/license/LICENSE. 14 14 * 15 15 * $Id$ -
cpukit/score/include/rtems/score/heap.h
r4ae4728 rdd687d9 14 14 * The license and distribution terms for this file may be 15 15 * found in the file LICENSE in this distribution or at 16 * http://www. OARcorp.com/rtems/license.html.16 * http://www.rtems.com/license/LICENSE. 17 17 * 18 18 * $Id$ -
cpukit/score/include/rtems/score/interr.h
r4ae4728 rdd687d9 10 10 * The license and distribution terms for this file may be 11 11 * found in the file LICENSE in this distribution or at 12 * http://www. OARcorp.com/rtems/license.html.12 * http://www.rtems.com/license/LICENSE. 13 13 * 14 14 * $Id$ -
cpukit/score/include/rtems/score/isr.h
r4ae4728 rdd687d9 11 11 * The license and distribution terms for this file may be 12 12 * found in the file LICENSE in this distribution or at 13 * http://www. OARcorp.com/rtems/license.html.13 * http://www.rtems.com/license/LICENSE. 14 14 * 15 15 * $Id$ -
cpukit/score/include/rtems/score/mpci.h
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/include/rtems/score/mppkt.h
r4ae4728 rdd687d9 13 13 * The license and distribution terms for this file may be 14 14 * found in the file LICENSE in this distribution or at 15 * http://www. OARcorp.com/rtems/license.html.15 * http://www.rtems.com/license/LICENSE. 16 16 * 17 17 * $Id$ -
cpukit/score/include/rtems/score/object.h
r4ae4728 rdd687d9 11 11 * The license and distribution terms for this file may be 12 12 * found in the file LICENSE in this distribution or at 13 * http://www. OARcorp.com/rtems/license.html.13 * http://www.rtems.com/license/LICENSE. 14 14 * 15 15 * $Id$ -
cpukit/score/include/rtems/score/objectmp.h
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/include/rtems/score/priority.h
r4ae4728 rdd687d9 10 10 * The license and distribution terms for this file may be 11 11 * found in the file LICENSE in this distribution or at 12 * http://www. OARcorp.com/rtems/license.html.12 * http://www.rtems.com/license/LICENSE. 13 13 * 14 14 * $Id$ -
cpukit/score/include/rtems/score/stack.h
r4ae4728 rdd687d9 10 10 * The license and distribution terms for this file may be 11 11 * found in the file LICENSE in this distribution or at 12 * http://www. OARcorp.com/rtems/license.html.12 * http://www.rtems.com/license/LICENSE. 13 13 * 14 14 * $Id$ -
cpukit/score/include/rtems/score/states.h
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/include/rtems/score/sysstate.h
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/include/rtems/score/thread.h
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/include/rtems/score/threadmp.h
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/include/rtems/score/threadq.h
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/include/rtems/score/tod.h
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/include/rtems/score/tqdata.h
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/include/rtems/score/userext.h
r4ae4728 rdd687d9 10 10 * The license and distribution terms for this file may be 11 11 * found in the file LICENSE in this distribution or at 12 * http://www. OARcorp.com/rtems/license.html.12 * http://www.rtems.com/license/LICENSE. 13 13 * 14 14 * $Id$ -
cpukit/score/include/rtems/score/watchdog.h
r4ae4728 rdd687d9 10 10 * The license and distribution terms for this file may be 11 11 * found in the file LICENSE in this distribution or at 12 * http://www. OARcorp.com/rtems/license.html.12 * http://www.rtems.com/license/LICENSE. 13 13 * 14 14 * $Id$ -
cpukit/score/include/rtems/score/wkspace.h
r4ae4728 rdd687d9 10 10 * The license and distribution terms for this file may be 11 11 * found in the file LICENSE in this distribution or at 12 * http://www. OARcorp.com/rtems/license.html.12 * http://www.rtems.com/license/LICENSE. 13 13 * 14 14 * $Id$ -
cpukit/score/include/rtems/seterr.h
r4ae4728 rdd687d9 5 5 * The license and distribution terms for this file may be 6 6 * found in the file LICENSE in this distribution or at 7 * http://www. OARcorp.com/rtems/license.html.7 * http://www.rtems.com/license/LICENSE. 8 8 * 9 9 * $Id$ -
cpukit/score/include/rtems/system.h
r4ae4728 rdd687d9 10 10 * The license and distribution terms for this file may be 11 11 * found in the file LICENSE in this distribution or at 12 * http://www. OARcorp.com/rtems/license.html.12 * http://www.rtems.com/license/LICENSE. 13 13 * 14 14 * $Id$ -
cpukit/score/inline/rtems/score/address.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/chain.inl
r4ae4728 rdd687d9 13 13 * The license and distribution terms for this file may be 14 14 * found in the file LICENSE in this distribution or at 15 * http://www. OARcorp.com/rtems/license.html.15 * http://www.rtems.com/license/LICENSE. 16 16 * 17 17 * $Id$ -
cpukit/score/inline/rtems/score/coremsg.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/coremutex.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/coresem.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/heap.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/isr.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/mppkt.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/object.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/objectmp.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/priority.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/stack.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/states.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/sysstate.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/thread.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/threadmp.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/tod.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/tqdata.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/userext.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/watchdog.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/inline/rtems/score/wkspace.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/address.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/chain.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/coremsg.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/coremutex.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/coresem.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/heap.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/isr.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/mppkt.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/object.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/objectmp.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/priority.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/stack.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/states.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/sysstate.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/thread.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/threadmp.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/tod.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/tqdata.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/userext.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/watchdog.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/macros/rtems/score/wkspace.inl
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/src/apiext.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/chain.c
r4ae4728 rdd687d9 12 12 * The license and distribution terms for this file may be 13 13 * found in the file LICENSE in this distribution or at 14 * http://www. OARcorp.com/rtems/license.html.14 * http://www.rtems.com/license/LICENSE. 15 15 * 16 16 * $Id$ -
cpukit/score/src/coremsg.c
r4ae4728 rdd687d9 13 13 * The license and distribution terms for this file may be 14 14 * found in the file LICENSE in this distribution or at 15 * http://www. OARcorp.com/rtems/license.html.15 * http://www.rtems.com/license/LICENSE. 16 16 * 17 17 * $Id$ -
cpukit/score/src/coremsgbroadcast.c
r4ae4728 rdd687d9 13 13 * The license and distribution terms for this file may be 14 14 * found in the file LICENSE in this distribution or at 15 * http://www. OARcorp.com/rtems/license.html.15 * http://www.rtems.com/license/LICENSE. 16 16 * 17 17 * $Id$ -
cpukit/score/src/coremsgclose.c
r4ae4728 rdd687d9 13 13 * The license and distribution terms for this file may be 14 14 * found in the file LICENSE in this distribution or at 15 * http://www. OARcorp.com/rtems/license.html.15 * http://www.rtems.com/license/LICENSE. 16 16 * 17 17 * $Id$ -
cpukit/score/src/coremsgflush.c
r4ae4728 rdd687d9 13 13 * The license and distribution terms for this file may be 14 14 * found in the file LICENSE in this distribution or at 15 * http://www. OARcorp.com/rtems/license.html.15 * http://www.rtems.com/license/LICENSE. 16 16 * 17 17 * $Id$ -
cpukit/score/src/coremsgflushsupp.c
r4ae4728 rdd687d9 13 13 * The license and distribution terms for this file may be 14 14 * found in the file LICENSE in this distribution or at 15 * http://www. OARcorp.com/rtems/license.html.15 * http://www.rtems.com/license/LICENSE. 16 16 * 17 17 * $Id$ -
cpukit/score/src/coremsgflushwait.c
r4ae4728 rdd687d9 13 13 * The license and distribution terms for this file may be 14 14 * found in the file LICENSE in this distribution or at 15 * http://www. OARcorp.com/rtems/license.html.15 * http://www.rtems.com/license/LICENSE. 16 16 * 17 17 * $Id$ -
cpukit/score/src/coremsginsert.c
r4ae4728 rdd687d9 13 13 * The license and distribution terms for this file may be 14 14 * found in the file LICENSE in this distribution or at 15 * http://www. OARcorp.com/rtems/license.html.15 * http://www.rtems.com/license/LICENSE. 16 16 * 17 17 * $Id$ -
cpukit/score/src/coremsgseize.c
r4ae4728 rdd687d9 13 13 * The license and distribution terms for this file may be 14 14 * found in the file LICENSE in this distribution or at 15 * http://www. OARcorp.com/rtems/license.html.15 * http://www.rtems.com/license/LICENSE. 16 16 * 17 17 * $Id$ -
cpukit/score/src/coremsgsubmit.c
r4ae4728 rdd687d9 13 13 * The license and distribution terms for this file may be 14 14 * found in the file LICENSE in this distribution or at 15 * http://www. OARcorp.com/rtems/license.html.15 * http://www.rtems.com/license/LICENSE. 16 16 * 17 17 * $Id$ -
cpukit/score/src/coremutex.c
r4ae4728 rdd687d9 12 12 * The license and distribution terms for this file may be 13 13 * found in the file LICENSE in this distribution or at 14 * http://www. OARcorp.com/rtems/license.html.14 * http://www.rtems.com/license/LICENSE. 15 15 * 16 16 * $Id$ -
cpukit/score/src/coremutexflush.c
r4ae4728 rdd687d9 12 12 * The license and distribution terms for this file may be 13 13 * found in the file LICENSE in this distribution or at 14 * http://www. OARcorp.com/rtems/license.html.14 * http://www.rtems.com/license/LICENSE. 15 15 * 16 16 * $Id$ -
cpukit/score/src/coremutexseize.c
r4ae4728 rdd687d9 12 12 * The license and distribution terms for this file may be 13 13 * found in the file LICENSE in this distribution or at 14 * http://www. OARcorp.com/rtems/license.html.14 * http://www.rtems.com/license/LICENSE. 15 15 * 16 16 * $Id$ -
cpukit/score/src/coremutexsurrender.c
r4ae4728 rdd687d9 12 12 * The license and distribution terms for this file may be 13 13 * found in the file LICENSE in this distribution or at 14 * http://www. OARcorp.com/rtems/license.html.14 * http://www.rtems.com/license/LICENSE. 15 15 * 16 16 * $Id$ -
cpukit/score/src/coresem.c
r4ae4728 rdd687d9 13 13 * The license and distribution terms for this file may be 14 14 * found in the file LICENSE in this distribution or at 15 * http://www. OARcorp.com/rtems/license.html.15 * http://www.rtems.com/license/LICENSE. 16 16 * 17 17 * $Id$ -
cpukit/score/src/coresemflush.c
r4ae4728 rdd687d9 13 13 * The license and distribution terms for this file may be 14 14 * found in the file LICENSE in this distribution or at 15 * http://www. OARcorp.com/rtems/license.html.15 * http://www.rtems.com/license/LICENSE. 16 16 * 17 17 * $Id$ -
cpukit/score/src/coresemseize.c
r4ae4728 rdd687d9 13 13 * The license and distribution terms for this file may be 14 14 * found in the file LICENSE in this distribution or at 15 * http://www. OARcorp.com/rtems/license.html.15 * http://www.rtems.com/license/LICENSE. 16 16 * 17 17 * $Id$ -
cpukit/score/src/coresemsurrender.c
r4ae4728 rdd687d9 13 13 * The license and distribution terms for this file may be 14 14 * found in the file LICENSE in this distribution or at 15 * http://www. OARcorp.com/rtems/license.html.15 * http://www.rtems.com/license/LICENSE. 16 16 * 17 17 * $Id$ -
cpukit/score/src/coretod.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/coretodset.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/coretodtickle.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/coretodtoseconds.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/coretodvalidate.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/heap.c
r4ae4728 rdd687d9 7 7 * The license and distribution terms for this file may be 8 8 * found in the file LICENSE in this distribution or at 9 * http://www. OARcorp.com/rtems/license.html.9 * http://www.rtems.com/license/LICENSE. 10 10 * 11 11 * $Id$ -
cpukit/score/src/heapallocate.c
r4ae4728 rdd687d9 7 7 * The license and distribution terms for this file may be 8 8 * found in the file LICENSE in this distribution or at 9 * http://www. OARcorp.com/rtems/license.html.9 * http://www.rtems.com/license/LICENSE. 10 10 * 11 11 * $Id$ -
cpukit/score/src/heapextend.c
r4ae4728 rdd687d9 7 7 * The license and distribution terms for this file may be 8 8 * found in the file LICENSE in this distribution or at 9 * http://www. OARcorp.com/rtems/license.html.9 * http://www.rtems.com/license/LICENSE. 10 10 * 11 11 * $Id$ -
cpukit/score/src/heapfree.c
r4ae4728 rdd687d9 7 7 * The license and distribution terms for this file may be 8 8 * found in the file LICENSE in this distribution or at 9 * http://www. OARcorp.com/rtems/license.html.9 * http://www.rtems.com/license/LICENSE. 10 10 * 11 11 * $Id$ -
cpukit/score/src/heapgetinfo.c
r4ae4728 rdd687d9 7 7 * The license and distribution terms for this file may be 8 8 * found in the file LICENSE in this distribution or at 9 * http://www. OARcorp.com/rtems/license.html.9 * http://www.rtems.com/license/LICENSE. 10 10 * 11 11 */ -
cpukit/score/src/heapsizeofuserarea.c
r4ae4728 rdd687d9 7 7 * The license and distribution terms for this file may be 8 8 * found in the file LICENSE in this distribution or at 9 * http://www. OARcorp.com/rtems/license.html.9 * http://www.rtems.com/license/LICENSE. 10 10 * 11 11 * $Id$ -
cpukit/score/src/heapwalk.c
r4ae4728 rdd687d9 7 7 * The license and distribution terms for this file may be 8 8 * found in the file LICENSE in this distribution or at 9 * http://www. OARcorp.com/rtems/license.html.9 * http://www.rtems.com/license/LICENSE. 10 10 * 11 11 * $Id$ -
cpukit/score/src/interr.c
r4ae4728 rdd687d9 7 7 * The license and distribution terms for this file may be 8 8 * found in the file LICENSE in this distribution or at 9 * http://www. OARcorp.com/rtems/license.html.9 * http://www.rtems.com/license/LICENSE. 10 10 * 11 11 * $Id$ -
cpukit/score/src/isr.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/iterateoverthreads.c
r4ae4728 rdd687d9 11 11 * The license and distribution terms for this file may be 12 12 * found in the file LICENSE in this distribution or at 13 * http://www. OARcorp.com/rtems/license.html.13 * http://www.rtems.com/license/LICENSE. 14 14 * 15 15 * $Id$ -
cpukit/score/src/mpci.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/object.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectallocate.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectallocatebyindex.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectclearname.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectcomparenameraw.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectcomparenamestring.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectcopynameraw.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectcopynamestring.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectextendinformation.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectfree.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectget.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectgetbyindex.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectgetisr.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectgetnext.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectgetnoprotection.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectidtoname.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectinitializeinformation.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectmp.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectnametoid.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/objectshrinkinformation.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/thread.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadchangepriority.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadclearstate.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadclose.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadcreateidle.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threaddelayended.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threaddispatch.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadevaluatemode.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadget.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadhandler.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadidlebody.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadinitialize.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadloadenv.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadmp.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadq.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadqdequeue.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadqdequeuefifo.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadqdequeuepriority.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadqenqueue.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadqenqueuefifo.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadqenqueuepriority.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadqextract.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadqextractfifo.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadqextractpriority.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadqextractwithproxy.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadqfirst.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadqfirstfifo.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadqfirstpriority.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadqflush.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadqtimeout.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadready.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadreset.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadresettimeslice.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadrestart.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadresume.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadrotatequeue.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadsetpriority.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadsetstate.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadsettransient.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadstackallocate.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadstackfree.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadstart.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadstartmultitasking.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadsuspend.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadtickletimeslice.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/threadyieldprocessor.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/userext.c
r4ae4728 rdd687d9 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
cpukit/score/src/watchdog.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/watchdogadjust.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/watchdoginsert.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/watchdogremove.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/watchdogtickle.c
r4ae4728 rdd687d9 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
cpukit/score/src/wkspace.c
r4ae4728 rdd687d9 11 11 * The license and distribution terms for this file may be 12 12 * found in the file LICENSE in this distribution or at 13 * http://www. OARcorp.com/rtems/license.html.13 * http://www.rtems.com/license/LICENSE. 14 14 * 15 15 * $Id$
Note: See TracChangeset
for help on using the changeset viewer.