Changeset 459f770 in rtems for testsuites
- Timestamp:
- 06/05/95 23:55:00 (29 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 9e86dd7d
- Parents:
- 6b782ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/tmtests/tm26/task1.c
r6b782ab r459f770 15 15 #include "system.h" 16 16 #include "fptest.h" 17 #include "coverhd.h"18 #include "tmacros.h"19 #include "timesys.h"17 #include <coverhd.h> 18 #include <tmacros.h> 19 #include <timesys.h> 20 20 21 21 #undef EXTERN … … 235 235 _Context_Switch_necessary = FALSE; 236 236 237 _Thread_Disable_dispatch(); 238 237 239 Timer_initialize(); 238 240 _Context_Switch( &Middle_tcb->Registers, &_Thread_Executing->Registers ); … … 264 266 _Context_Switch_necessary = FALSE; 265 267 268 _Thread_Disable_dispatch(); 269 266 270 Timer_initialize(); 267 271 _Context_Restore_fp( &_Thread_Executing->fp_context ); … … 294 298 295 299 _Context_Switch_necessary = FALSE; 300 301 _Thread_Disable_dispatch(); 296 302 297 303 Timer_initialize(); … … 322 328 _Context_Switch_necessary = FALSE; 323 329 330 _Thread_Disable_dispatch(); 331 324 332 Timer_initialize(); 325 333 _Context_Save_fp( &executing->fp_context ); … … 357 365 _Context_Switch_necessary = FALSE; 358 366 367 _Thread_Disable_dispatch(); 368 359 369 Timer_initialize(); 360 370 _Context_Save_fp( &executing->fp_context );
Note: See TracChangeset
for help on using the changeset viewer.