/* * Copyright (c) 2012 Deng Hengyi. * * This test case is to test atomic store operation. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #define CONFIGURE_INIT #include "system.h" rtems_task Init( rtems_task_argument argument ) { int i; char ch; rtems_id id; rtems_status_code status; bool allDone; /* Put start of test message */ puts( "\n\n*** spatomic02 TEST ***\n" ); /* Initialize the TaskRan array */ for ( i=0; i