Changeset f55d898 in rtems
- Timestamp:
- 08/08/96 16:51:14 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 66e519c1
- Parents:
- 644c0fa6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/headers/threadsup.h
r644c0fa6 rf55d898 16 16 int schedpolicy; 17 17 struct sched_param schedparam; 18 int ss_high_priority; 18 19 Watchdog_Control Sporadic_timer; 19 20 -
c/src/exec/posix/include/rtems/posix/threadsup.h
r644c0fa6 rf55d898 16 16 int schedpolicy; 17 17 struct sched_param schedparam; 18 int ss_high_priority; 18 19 Watchdog_Control Sporadic_timer; 19 20 -
cpukit/posix/include/rtems/posix/threadsup.h
r644c0fa6 rf55d898 16 16 int schedpolicy; 17 17 struct sched_param schedparam; 18 int ss_high_priority; 18 19 Watchdog_Control Sporadic_timer; 19 20
Note: See TracChangeset
for help on using the changeset viewer.