summaryrefslogtreecommitdiffstats
path: root/c/src/exec/itron/src/sus_tsk.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added code to catch the error of suspend count exceding the counter value.Jennifer Averett1999-11-161-0/+4
|
* + Fixed files to consistantly use a case of the location after callsJennifer Averett1999-11-151-3/+3
| | | | | | to ITRON_Task_Get. + Modified to consistantly call _ITRON_return_errorno with E_OK. + Optimized the code to not disable dispatch prior to checking input values.
* + Changed validation of the_thread to validation of location.Joel Sherrill1999-11-121-9/+6
| | | | | + Modified correct return path to call _ITRON_return_errorno( E_OK ) instead of enabling dispatching and returning E_OK.
* Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill1999-11-101-1/+28
| | | | Working Group. Included are tests.
* This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1999-11-091-0/+34
for RTEMS.