score: Delete threadq.inl

This commit is contained in:
Sebastian Huber
2013-07-24 16:50:27 +02:00
parent 62590a7331
commit 8d0bf3224b
4 changed files with 11 additions and 56 deletions

View File

@@ -101,7 +101,6 @@ endif
## inline
include_rtems_score_HEADERS += inline/rtems/score/object.inl
include_rtems_score_HEADERS += inline/rtems/score/threadq.inl
include_rtems_score_HEADERS += inline/rtems/score/tod.inl
include_rtems_score_HEADERS += inline/rtems/score/tqdata.inl

View File

@@ -19,16 +19,6 @@
#ifndef _RTEMS_SCORE_THREADQ_H
#define _RTEMS_SCORE_THREADQ_H
/**
* @defgroup ScoreThreadQ Thread Queue Handler
*
* @ingroup Score
*
* This handler encapsulates functionality related to managing sets of threads
* blocked waiting for resources.
*/
/**@{*/
#include <rtems/score/tqdata.h>
#include <rtems/score/object.h>
@@ -39,6 +29,16 @@
extern "C" {
#endif
/**
* @defgroup ScoreThreadQ Thread Queue Handler
*
* @ingroup Score
*
* This handler encapsulates functionality related to managing sets of threads
* blocked waiting for resources.
*/
/**@{*/
/**
* Constant for indefinite wait.
*/
@@ -377,15 +377,11 @@ void _Thread_queue_Process_timeout(
Thread_Control *the_thread
);
#ifndef __RTEMS_APPLICATION__
#include <rtems/score/threadq.inl>
#endif
/**@}*/
#ifdef __cplusplus
}
#endif
/**@}*/
#endif
/* end of include file */

View File

@@ -1,36 +0,0 @@
/**
* @file
*
* @brief Inlined Routines Associated with the Manipulation of Thread Queues
*
* This inline file contains all of the inlined routines associated with
* the manipulation of thread queues.
*/
/*
* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* 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.
*/
#ifndef _RTEMS_SCORE_THREADQ_H
# error "Never use <rtems/score/threadq.inl> directly; include <rtems/score/threadq.h> instead."
#endif
#ifndef _RTEMS_SCORE_THREADQ_INL
#define _RTEMS_SCORE_THREADQ_INL
#include <rtems/score/thread.h>
/**
* @addtogroup ScoreThreadQ
*/
/**@{**/
/** @} */
#endif
/* end of include file */

View File

@@ -335,10 +335,6 @@ $(PROJECT_INCLUDE)/rtems/score/object.inl: inline/rtems/score/object.inl $(PROJE
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/object.inl
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/object.inl
$(PROJECT_INCLUDE)/rtems/score/threadq.inl: inline/rtems/score/threadq.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/threadq.inl
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/threadq.inl
$(PROJECT_INCLUDE)/rtems/score/tod.inl: inline/rtems/score/tod.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/tod.inl
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/tod.inl