Changeset e39431b in rtems
- Timestamp:
- 10/20/99 20:33:02 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 98e6eb8
- Parents:
- 2f23359
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/rtems/include/rtems/rtems/tasks.h
r2f23359 re39431b 395 395 ); 396 396 397 /*PAGE 398 * 397 /* 398 * rtems_task_is_suspended 399 * 400 * This directive returns a status indicating whether or not 401 * the specified task is suspended. 402 */ 403 404 rtems_status_code rtems_task_is_suspended( 405 Objects_Id id 406 ); 407 408 409 /* 399 410 * _RTEMS_tasks_Initialize_user_tasks 400 411 * -
cpukit/rtems/include/rtems/rtems/tasks.h
r2f23359 re39431b 395 395 ); 396 396 397 /*PAGE 398 * 397 /* 398 * rtems_task_is_suspended 399 * 400 * This directive returns a status indicating whether or not 401 * the specified task is suspended. 402 */ 403 404 rtems_status_code rtems_task_is_suspended( 405 Objects_Id id 406 ); 407 408 409 /* 399 410 * _RTEMS_tasks_Initialize_user_tasks 400 411 *
Note: See TracChangeset
for help on using the changeset viewer.