summaryrefslogtreecommitdiffstats
path: root/c/src/exec/itron/src/cre_tsk.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* + Moved error checks to before the dispatch disable where possible.Joel Sherrill1999-11-121-13/+12
| | | | | + Modified correct return path to call _ITRON_return_errorno( E_OK ) instead of enabling dispatching and returning E_OK.
* Removed redundant line.Joel Sherrill1999-11-121-1/+0
|
* Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill1999-11-101-45/+34
| | | | Working Group. Included are tests.
* This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1999-11-091-0/+127
for RTEMS.